All in One SEO Pack - Version 2.3.3.1

Version Description

Download this release

Release Info

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

Code changes from version 2.3.3 to 2.3.3.1

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.3
7
  Author: Michael Torbert
8
  Author URI: http://michaeltorbert.com
9
  Text Domain: all-in-one-seo-pack
@@ -29,11 +29,11 @@ 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.3
33
  */
34
 
35
  if(!defined('AIOSEOPPRO')) define('AIOSEOPPRO', false);
36
- if ( ! defined( 'AIOSEOP_VERSION' ) ) define( 'AIOSEOP_VERSION', '2.3.3' );
37
  global $aioseop_plugin_name;
38
  $aioseop_plugin_name = 'All in One SEO Pack';
39
 
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.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.3.1
33
  */
34
 
35
  if(!defined('AIOSEOPPRO')) define('AIOSEOPPRO', false);
36
+ if ( ! defined( 'AIOSEOP_VERSION' ) ) define( 'AIOSEOP_VERSION', '2.3.3.1' );
37
  global $aioseop_plugin_name;
38
  $aioseop_plugin_name = 'All in One SEO Pack';
39
 
inc/aioseop_updates_class.php CHANGED
@@ -30,7 +30,7 @@ class aioseop_updates {
30
  $last_active_version = isset( $aioseop_options['last_active_version'] ) ? $aioseop_options['last_active_version'] : '0.0';
31
 
32
  // See if we are running a newer version than last time we checked.
33
- if ( version_compare( $aioseop_options['last_active_version'], AIOSEOP_VERSION, '<' ) ) {
34
 
35
  // Do upgrades based on previous version
36
  $this->do_version_updates( $last_active_version );
@@ -109,13 +109,13 @@ class aioseop_updates {
109
  update_option( 'aioseop_options', $aioseop_options );
110
  $aiosp->update_class_option( $aioseop_options );
111
 
112
- if ( isset( $aioseop_options['modules']['aiosp_bad_robots_options']['aiosp_bad_robots_htaccess_rules'] ) ){
113
-
114
- if(!class_exists('All_in_One_SEO_Pack_Bad_Robots')){
115
  require_once( AIOSEOP_PLUGIN_DIR . 'admin/aioseop_module_class.php');
116
  require_once( AIOSEOP_PLUGIN_DIR . 'modules/aioseop_bad_robots.php');
117
  }
118
-
119
  $aiosp_reset_htaccess = new All_in_One_SEO_Pack_Bad_Robots;
120
  $aiosp_reset_htaccess->generate_htaccess_blocklist();
121
  }
30
  $last_active_version = isset( $aioseop_options['last_active_version'] ) ? $aioseop_options['last_active_version'] : '0.0';
31
 
32
  // See if we are running a newer version than last time we checked.
33
+ if ( version_compare( $last_active_version, AIOSEOP_VERSION, '<' ) ) {
34
 
35
  // Do upgrades based on previous version
36
  $this->do_version_updates( $last_active_version );
109
  update_option( 'aioseop_options', $aioseop_options );
110
  $aiosp->update_class_option( $aioseop_options );
111
 
112
+ if ( isset( $aioseop_options['modules']['aiosp_bad_robots_options']['aiosp_bad_robots_htaccess_rules'] ) && 'on' === $aioseop_options['modules']['aiosp_bad_robots_options']['aiosp_bad_robots_htaccess_rules'] ){
113
+
114
+ if (!class_exists( 'All_in_One_SEO_Pack_Bad_Robots' ) ) {
115
  require_once( AIOSEOP_PLUGIN_DIR . 'admin/aioseop_module_class.php');
116
  require_once( AIOSEOP_PLUGIN_DIR . 'modules/aioseop_bad_robots.php');
117
  }
118
+
119
  $aiosp_reset_htaccess = new All_in_One_SEO_Pack_Bad_Robots;
120
  $aiosp_reset_htaccess->generate_htaccess_blocklist();
121
  }
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.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.3.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10