-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1052 from publishpress/release-v2.10.3
Release v2.10.3
- Loading branch information
Showing
18 changed files
with
1,063 additions
and
781 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?php | ||
|
||
/** | ||
* PublishPress Capabilities [Free] | ||
* | ||
* Capabilities filters for the plugin AMP. | ||
* | ||
* Generated with Capabilities Extractor | ||
*/ | ||
|
||
if (!defined('ABSPATH')) { | ||
exit('No direct script access allowed'); | ||
} | ||
|
||
add_filter('cme_plugin_capabilities', function ($pluginCaps) { | ||
$pluginCaps['AMP'] = [ | ||
'amp_validate' | ||
]; | ||
|
||
return $pluginCaps; | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?php | ||
|
||
/** | ||
* PublishPress Capabilities [Free] | ||
* | ||
* Capabilities filters for the plugin MailOptin - Lite. | ||
* | ||
* Generated with Capabilities Extractor | ||
*/ | ||
|
||
if (!defined('ABSPATH')) { | ||
exit('No direct script access allowed'); | ||
} | ||
|
||
add_filter('cme_plugin_capabilities', function ($pluginCaps) { | ||
$pluginCaps['MailOptin Lite'] = [ | ||
'manage_mailoptin' | ||
]; | ||
|
||
return $pluginCaps; | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
|
||
/** | ||
* PublishPress Capabilities [Free] | ||
* | ||
* Capabilities filters for the plugin Squirrly SEO (Newton). | ||
* | ||
* Generated with Capabilities Extractor | ||
*/ | ||
|
||
if (!defined('ABSPATH')) { | ||
exit('No direct script access allowed'); | ||
} | ||
|
||
add_filter('cme_plugin_capabilities', function ($pluginCaps) { | ||
$pluginCaps['Squirrly SEO Newton'] = [ | ||
'sq_manage_focuspages', | ||
'sq_manage_settings', | ||
'sq_manage_snippet', | ||
'sq_manage_snippets' | ||
]; | ||
|
||
return $pluginCaps; | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?php | ||
|
||
/** | ||
* PublishPress Capabilities [Free] | ||
* | ||
* Capabilities filters for the plugin SEOPress. | ||
* | ||
* Generated with Capabilities Extractor | ||
*/ | ||
|
||
if (!defined('ABSPATH')) { | ||
exit('No direct script access allowed'); | ||
} | ||
|
||
add_filter('cme_plugin_capabilities', function ($pluginCaps) { | ||
$pluginCaps['SEOPress'] = [ | ||
'seopress_manage_advanced', | ||
'seopress_manage_analytics', | ||
'seopress_manage_bot', | ||
'seopress_manage_dashboard', | ||
'seopress_manage_instant_indexing', | ||
'seopress_manage_license', | ||
'seopress_manage_pro', | ||
'seopress_manage_schemas', | ||
'seopress_manage_social_networks', | ||
'seopress_manage_titles_metas', | ||
'seopress_manage_tools', | ||
'seopress_manage_xml_html_sitemap' | ||
]; | ||
|
||
return $pluginCaps; | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.