SEO Ultimate - Version 7.3.3

Version Description

Download this release

Release Info

Developer JohnLamansky
Plugin Icon 128x128 SEO Ultimate
Version 7.3.3
Comparing to
See all releases

Code changes from version 7.3.2 to 7.3.3

includes/tabs.js CHANGED
@@ -1,11 +1,6 @@
1
- jQuery(function()
2
- {
3
- su_init_tabs();
4
- });
5
-
6
  function su_init_tabs()
7
  {
8
- /* if this is not the SEO Ultimate admin page, quit */
9
  if (!jQuery("#su-tabset").length) return;
10
 
11
  /* init markup for tabs */
@@ -43,6 +38,10 @@ function su_init_tabs()
43
  });
44
  }
45
 
 
 
 
 
46
  function su_hash_form(hash) {
47
  var form = jQuery('#su-admin-form');
48
  var action = form.attr("action").split('#', 1) + hash;
 
 
 
 
 
1
  function su_init_tabs()
2
  {
3
+ /* if this is not an SEO Ultimate admin page, quit */
4
  if (!jQuery("#su-tabset").length) return;
5
 
6
  /* init markup for tabs */
38
  });
39
  }
40
 
41
+ jQuery(document).ready(function() {
42
+ su_init_tabs();
43
+ });
44
+
45
  function su_hash_form(hash) {
46
  var form = jQuery('#su-admin-form');
47
  var action = form.attr("action").split('#', 1) + hash;
plugin/class.seo-ultimate.php CHANGED
@@ -638,7 +638,7 @@ class SEO_Ultimate {
638
  }
639
 
640
  global $pagenow;
641
- if ('post.php' == $pagenow) {
642
  add_action('admin_enqueue_scripts', array(&$this, 'postmeta_box_tabs_init'));
643
  }
644
  }
@@ -663,7 +663,7 @@ class SEO_Ultimate {
663
  global $pagenow;
664
 
665
  foreach ($this->modules as $key => $x_module) {
666
- if ('post.php' == $pagenow)
667
  $this->modules[$key]->editor_init();
668
  elseif ($this->modules[$key]->is_module_admin_page())
669
  $this->modules[$key]->admin_page_init();
638
  }
639
 
640
  global $pagenow;
641
+ if ('post.php' == $pagenow || 'post-new.php' == $pagenow) {
642
  add_action('admin_enqueue_scripts', array(&$this, 'postmeta_box_tabs_init'));
643
  }
644
  }
663
  global $pagenow;
664
 
665
  foreach ($this->modules as $key => $x_module) {
666
+ if ('post.php' == $pagenow || 'post-new.php' == $pagenow)
667
  $this->modules[$key]->editor_init();
668
  elseif ($this->modules[$key]->is_module_admin_page())
669
  $this->modules[$key]->admin_page_init();
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: SEO Design Solutions, JohnLamansky
3
  Tags: seo, SEO Ultimate, suite, google, yahoo, bing, search engines, admin, post, page, custom post types, categories, tags, terms, custom taxonomies, base, title, title tag, wp_title, meta, robots, noindex, nofollow, canonical, HTTP headers, 404, robots.txt, htaccess, slugs, url, anchor, more, link, excerpt, permalink, links, autolinks, code, footer, settings, redirect, 301, 302, 307, modules, uninstallable, reinstallable, downgradable, import, export, CSV, affiliate
4
  Requires at least: 3.3
5
  Tested up to: 3.4.1
6
- Stable tag: 7.3.2
7
 
8
  This all-in-one SEO plugin gives you control over title tags, noindex, meta tags, slugs, canonical, autolinks, 404 errors, rich snippets, and more.
9
 
@@ -268,6 +268,9 @@ Frequently asked questions, settings help, and troubleshooting tips for SEO Ulti
268
 
269
  == Changelog ==
270
 
 
 
 
271
  = Version 7.3.2 (August 6, 2012) =
272
  * Bugfix: Fixed broken Open Graph author elements on posts with the "article" type (bug introduced in 7.3)
273
 
3
  Tags: seo, SEO Ultimate, suite, google, yahoo, bing, search engines, admin, post, page, custom post types, categories, tags, terms, custom taxonomies, base, title, title tag, wp_title, meta, robots, noindex, nofollow, canonical, HTTP headers, 404, robots.txt, htaccess, slugs, url, anchor, more, link, excerpt, permalink, links, autolinks, code, footer, settings, redirect, 301, 302, 307, modules, uninstallable, reinstallable, downgradable, import, export, CSV, affiliate
4
  Requires at least: 3.3
5
  Tested up to: 3.4.1
6
+ Stable tag: 7.3.3
7
 
8
  This all-in-one SEO plugin gives you control over title tags, noindex, meta tags, slugs, canonical, autolinks, 404 errors, rich snippets, and more.
9
 
268
 
269
  == Changelog ==
270
 
271
+ = Vresion 7.3.3 (August 7, 2012) =
272
+ * Bugfix: Fixed JavaScript error on the Add New Post screen (bug introduced in 7.3)
273
+
274
  = Version 7.3.2 (August 6, 2012) =
275
  * Bugfix: Fixed broken Open Graph author elements on posts with the "article" type (bug introduced in 7.3)
276
 
seo-ultimate.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: SEO Ultimate
4
  Plugin URI: http://www.seodesignsolutions.com/wordpress-seo/
5
  Description: This all-in-one SEO plugin gives you control over title tags, noindex/nofollow, meta tags, rich snippets, slugs, canonical tags, autolinks, 404 errors, rich snippets, and more.
6
- Version: 7.3.2
7
  Author: SEO Design Solutions
8
  Author URI: http://www.seodesignsolutions.com/
9
  Text Domain: seo-ultimate
@@ -12,7 +12,7 @@ Text Domain: seo-ultimate
12
  /**
13
  * The main SEO Ultimate plugin file.
14
  * @package SeoUltimate
15
- * @version 7.3.2
16
  * @link http://www.seodesignsolutions.com/wordpress-seo/ SEO Ultimate Homepage
17
  */
18
 
@@ -47,10 +47,10 @@ define('SU_MINIMUM_WP_VER', '3.2');
47
  //Reading plugin info from constants is faster than trying to parse it from the header above.
48
  define('SU_PLUGIN_NAME', 'SEO Ultimate');
49
  define('SU_PLUGIN_URI', 'http://www.seodesignsolutions.com/wordpress-seo/');
50
- define('SU_VERSION', '7.3.2');
51
  define('SU_AUTHOR', 'SEO Design Solutions');
52
  define('SU_AUTHOR_URI', 'http://www.seodesignsolutions.com/');
53
- define('SU_USER_AGENT', 'SeoUltimate/7.3.2');
54
 
55
  /********** INCLUDES **********/
56
 
3
  Plugin Name: SEO Ultimate
4
  Plugin URI: http://www.seodesignsolutions.com/wordpress-seo/
5
  Description: This all-in-one SEO plugin gives you control over title tags, noindex/nofollow, meta tags, rich snippets, slugs, canonical tags, autolinks, 404 errors, rich snippets, and more.
6
+ Version: 7.3.3
7
  Author: SEO Design Solutions
8
  Author URI: http://www.seodesignsolutions.com/
9
  Text Domain: seo-ultimate
12
  /**
13
  * The main SEO Ultimate plugin file.
14
  * @package SeoUltimate
15
+ * @version 7.3.3
16
  * @link http://www.seodesignsolutions.com/wordpress-seo/ SEO Ultimate Homepage
17
  */
18
 
47
  //Reading plugin info from constants is faster than trying to parse it from the header above.
48
  define('SU_PLUGIN_NAME', 'SEO Ultimate');
49
  define('SU_PLUGIN_URI', 'http://www.seodesignsolutions.com/wordpress-seo/');
50
+ define('SU_VERSION', '7.3.3');
51
  define('SU_AUTHOR', 'SEO Design Solutions');
52
  define('SU_AUTHOR_URI', 'http://www.seodesignsolutions.com/');
53
+ define('SU_USER_AGENT', 'SeoUltimate/7.3.3');
54
 
55
  /********** INCLUDES **********/
56