All in One SEO Pack - Version 2.3.1

Version Description

Download this release

Release Info

Developer hallsofmontezuma
Plugin Icon 128x128 All in One SEO Pack
Version 2.3.1
Comparing to
See all releases

Code changes from version 2.3 to 2.3.1

Files changed (3) hide show
  1. aioseop_class.php +4 -0
  2. all_in_one_seo_pack.php +3 -6
  3. readme.txt +1 -1
aioseop_class.php CHANGED
@@ -1692,6 +1692,10 @@ class All_in_One_SEO_Pack extends All_in_One_SEO_Pack_Module {
1692
 
1693
  function add_hooks() {
1694
  global $aioseop_options, $aioseop_update_checker;
 
 
 
 
1695
  aioseop_update_settings_check();
1696
  add_filter( 'user_contactmethods', 'aioseop_add_contactmethods' );
1697
  if ( is_user_logged_in() && function_exists( 'is_admin_bar_showing' ) && is_admin_bar_showing() && current_user_can( 'aiosp_manage_seo' ) )
1692
 
1693
  function add_hooks() {
1694
  global $aioseop_options, $aioseop_update_checker;
1695
+
1696
+ $role = get_role( 'administrator' );
1697
+ $role->add_cap( 'aiosp_manage_seo' );
1698
+
1699
  aioseop_update_settings_check();
1700
  add_filter( 'user_contactmethods', 'aioseop_add_contactmethods' );
1701
  if ( is_user_logged_in() && function_exists( 'is_admin_bar_showing' ) && is_admin_bar_showing() && current_user_can( 'aiosp_manage_seo' ) )
all_in_one_seo_pack.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: All In One SEO Pack
4
  Plugin URI: http://semperfiwebdesign.com
5
  Description: Out-of-the-box SEO for your WordPress blog. Features like XML Sitemaps, SEO for custom post types, SEO for blogs or business sites, SEO for ecommerce sites, and much more. Almost 30 million downloads since 2007.
6
- Version: 2.3
7
  Author: Michael Torbert
8
  Author URI: http://michaeltorbert.com
9
  Text Domain: all-in-one-seo-pack
@@ -29,7 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
29
 
30
  /**
31
  * @package All-in-One-SEO-Pack
32
- * @version 2.3
33
  */
34
 
35
  if ( ! defined( 'ABSPATH' ) ) return;
@@ -39,7 +39,7 @@ define('AIOSEOPPRO', false);
39
  global $aioseop_plugin_name;
40
  $aioseop_plugin_name = 'All in One SEO Pack';
41
  if ( ! defined( 'AIOSEOP_PLUGIN_NAME' ) ) define( 'AIOSEOP_PLUGIN_NAME', $aioseop_plugin_name );
42
- if ( ! defined( 'AIOSEOP_VERSION' ) ) define( 'AIOSEOP_VERSION', '2.3' );
43
 
44
  //register_activation_hook(__FILE__,'aioseop_activate_pl');
45
 
@@ -167,9 +167,6 @@ $aioseop_update_checker->addQueryArgFilter( Array( $aioseop_update_checker, 'add
167
  if ( !function_exists( 'aioseop_activate' ) ) {
168
  function aioseop_activate() {
169
 
170
- $role = get_role( 'administrator' );
171
- $role->add_cap( 'aiosp_manage_seo' );
172
-
173
  global $aiosp_activation;
174
  if ( AIOSEOPPRO ){
175
  global $aioseop_update_checker;
3
  Plugin Name: All In One SEO Pack
4
  Plugin URI: http://semperfiwebdesign.com
5
  Description: Out-of-the-box SEO for your WordPress blog. Features like XML Sitemaps, SEO for custom post types, SEO for blogs or business sites, SEO for ecommerce sites, and much more. Almost 30 million downloads since 2007.
6
+ Version: 2.3.1
7
  Author: Michael Torbert
8
  Author URI: http://michaeltorbert.com
9
  Text Domain: all-in-one-seo-pack
29
 
30
  /**
31
  * @package All-in-One-SEO-Pack
32
+ * @version 2.3.1
33
  */
34
 
35
  if ( ! defined( 'ABSPATH' ) ) return;
39
  global $aioseop_plugin_name;
40
  $aioseop_plugin_name = 'All in One SEO Pack';
41
  if ( ! defined( 'AIOSEOP_PLUGIN_NAME' ) ) define( 'AIOSEOP_PLUGIN_NAME', $aioseop_plugin_name );
42
+ if ( ! defined( 'AIOSEOP_VERSION' ) ) define( 'AIOSEOP_VERSION', '2.3.1' );
43
 
44
  //register_activation_hook(__FILE__,'aioseop_activate_pl');
45
 
167
  if ( !function_exists( 'aioseop_activate' ) ) {
168
  function aioseop_activate() {
169
 
 
 
 
170
  global $aiosp_activation;
171
  if ( AIOSEOPPRO ){
172
  global $aioseop_update_checker;
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mrtor
4
  Tags: seo, SEO, all in one seo, widget, Post, plugin, admin, posts, shortcode, sidebar, google, twitter, page, images, comments, image, social, search engine optimization, sitemap, WordPress SEO, meta, meta description, xml sitemap, xml sitemaps, google sitemap, sitemaps, robots meta, rss, rss footer, yahoo, bing, news sitemaps, XML News Sitemaps, multisite, canonical, nofollow, noindex, keywords, meta keywords, description, webmaster tools, google webmaster tools, google analytics, seo pack
5
  Requires at least: 3.3
6
  Tested up to: 4.4
7
- Stable tag: 2.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
4
  Tags: seo, SEO, all in one seo, widget, Post, plugin, admin, posts, shortcode, sidebar, google, twitter, page, images, comments, image, social, search engine optimization, sitemap, WordPress SEO, meta, meta description, xml sitemap, xml sitemaps, google sitemap, sitemaps, robots meta, rss, rss footer, yahoo, bing, news sitemaps, XML News Sitemaps, multisite, canonical, nofollow, noindex, keywords, meta keywords, description, webmaster tools, google webmaster tools, google analytics, seo pack
5
  Requires at least: 3.3
6
  Tested up to: 4.4
7
+ Stable tag: 2.3.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10