SEO Ultimate - Version 2.0

Version Description

Download this release

Release Info

Developer SEO Design Solutions
Plugin Icon 128x128 SEO Ultimate
Version 2.0
Comparing to
See all releases

Code changes from version 1.9 to 2.0

modules/settings/settings.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * SEO Ultimate Plugin Settings Module
4
  *
5
- * @version 2.3.2
6
  * @since 0.2
7
  */
8
 
@@ -19,7 +19,8 @@ class SU_Settings extends SU_Module {
19
 
20
  function get_default_settings() {
21
  return array(
22
- 'plugin_notices' => true
 
23
  , 'log_hits' => true
24
  , 'delete_old_hits_value' => 30
25
  );
@@ -93,7 +94,7 @@ class SU_Settings extends SU_Module {
93
  //Plugin Settings
94
  $this->admin_form_start(__("Plugin Settings", 'seo-ultimate'));
95
  $this->checkboxes(array(
96
- 'attribution_link' => __("Enable attribution link", 'seo-ultimate')
97
  , 'attribution_link_css' => __("Enable attribution link CSS styling", 'seo-ultimate')
98
  , 'plugin_notices' => __("Notify me about unnecessary active plugins", 'seo-ultimate')
99
  //, 'debug_mode' => __("Enable debug-mode logging", 'seo-ultimate')
@@ -181,7 +182,7 @@ class SU_Settings extends SU_Module {
181
  }
182
 
183
  function meta_link() {
184
- echo "<li><a href='http://www.seodesignsolutions.com/' title='Search engine optimization technology by SEO Design Solutions'>SEO</a></li>\n";
185
  $this->wp_meta_called = true;
186
  }
187
 
@@ -192,7 +193,7 @@ class SU_Settings extends SU_Module {
192
  $astyle = " style='color: inherit;'";
193
  } else $pstyle = $astyle = '';
194
 
195
- echo "\n<p id='suattr'$pstyle>Search engine optimization by <a href='http://www.seodesignsolutions.com/'$astyle>SEO Design Solutions</a></a></p>\n";
196
  }
197
  }
198
 
2
  /**
3
  * SEO Ultimate Plugin Settings Module
4
  *
5
+ * @version 2.3.3
6
  * @since 0.2
7
  */
8
 
19
 
20
  function get_default_settings() {
21
  return array(
22
+ 'attribution_link' => false
23
+ , 'plugin_notices' => true
24
  , 'log_hits' => true
25
  , 'delete_old_hits_value' => 30
26
  );
94
  //Plugin Settings
95
  $this->admin_form_start(__("Plugin Settings", 'seo-ultimate'));
96
  $this->checkboxes(array(
97
+ 'attribution_link' => __("Enable nofollow&#8217;d attribution link", 'seo-ultimate')
98
  , 'attribution_link_css' => __("Enable attribution link CSS styling", 'seo-ultimate')
99
  , 'plugin_notices' => __("Notify me about unnecessary active plugins", 'seo-ultimate')
100
  //, 'debug_mode' => __("Enable debug-mode logging", 'seo-ultimate')
182
  }
183
 
184
  function meta_link() {
185
+ echo "<li><a href='http://www.seodesignsolutions.com/' title='Search engine optimization technology by SEO Design Solutions' rel='nofollow'>SEO</a></li>\n";
186
  $this->wp_meta_called = true;
187
  }
188
 
193
  $astyle = " style='color: inherit;'";
194
  } else $pstyle = $astyle = '';
195
 
196
+ echo "\n<p id='suattr'$pstyle>Search engine optimization by <a href='http://www.seodesignsolutions.com/' rel='nofollow'$astyle>SEO Design Solutions</a></a></p>\n";
197
  }
198
  }
199
 
modules/titles/titles-taxonomies.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Taxonomy Title Editor Module
4
  *
5
- * @version 1.0
6
  * @since 1.9
7
  */
8
 
@@ -18,7 +18,7 @@ class SU_TitlesTaxonomies extends SU_Module {
18
 
19
  function get_admin_page_tabs() {
20
 
21
- $type_keys = array('category');
22
 
23
  $type_labels = array(
24
  'category' => __('Categories')
2
  /**
3
  * Taxonomy Title Editor Module
4
  *
5
+ * @version 1.1
6
  * @since 1.9
7
  */
8
 
18
 
19
  function get_admin_page_tabs() {
20
 
21
+ $type_keys = array('category', 'post_tag');
22
 
23
  $type_labels = array(
24
  'category' => __('Categories')
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: SEO Design Solutions
3
  Tags: seo, google, yahoo, bing, search engines, admin, post, page, modules, title, meta, noindex, canonical, 404, robots.txt, htaccess, slugs, url, anchor, more, link, excerpt, permalink, links, autolinks, categories
4
  Requires at least: 2.8
5
  Tested up to: 2.9
6
- Stable tag: 1.9
7
 
8
  This all-in-one SEO plugin gives you control over titles, noindex, meta data, slugs, canonical tags, "more" links, 404 error tracking, and more.
9
 
@@ -11,9 +11,9 @@ This all-in-one SEO plugin gives you control over titles, noindex, meta data, sl
11
 
12
  = Recent Releases =
13
 
 
14
  * Version 1.9 adds title tag editing for categories
15
  * Version 1.8 adds basic auto-linking functionality
16
- * Version 1.7 adds a blog privacy setting checker
17
 
18
  = Features =
19
 
@@ -21,7 +21,7 @@ SEO Ultimate is an all-in-one [SEO](http://www.seodesignsolutions.com/) plugin w
21
 
22
  * **Title Rewriter**
23
  * Out-of-the-box functionality puts your post titles at the beginning of the `<title>` tag where they belong.
24
- * Easily override the entire `<title>` tag contents for any individual post, Page, or category on your blog.
25
  * Customize your homepage's `<title>` tag.
26
  * Format the `<title>` tags of posts, pages, categories, tags, archives, search results, and more!
27
 
@@ -581,6 +581,9 @@ Frequently asked questions, documentation, and troubleshooting tips for SEO Ulti
581
 
582
  == Changelog ==
583
 
 
 
 
584
  = Version 1.9 (April 3, 2010) =
585
  * Feature: Title Rewriter can now edit the title tags of category archives
586
 
3
  Tags: seo, google, yahoo, bing, search engines, admin, post, page, modules, title, meta, noindex, canonical, 404, robots.txt, htaccess, slugs, url, anchor, more, link, excerpt, permalink, links, autolinks, categories
4
  Requires at least: 2.8
5
  Tested up to: 2.9
6
+ Stable tag: 2.0
7
 
8
  This all-in-one SEO plugin gives you control over titles, noindex, meta data, slugs, canonical tags, "more" links, 404 error tracking, and more.
9
 
11
 
12
  = Recent Releases =
13
 
14
+ * Version 2.0 adds title tag editing for post tags
15
  * Version 1.9 adds title tag editing for categories
16
  * Version 1.8 adds basic auto-linking functionality
 
17
 
18
  = Features =
19
 
21
 
22
  * **Title Rewriter**
23
  * Out-of-the-box functionality puts your post titles at the beginning of the `<title>` tag where they belong.
24
+ * Easily override the entire `<title>` tag contents for any individual post, Page, category, or post tag on your blog.
25
  * Customize your homepage's `<title>` tag.
26
  * Format the `<title>` tags of posts, pages, categories, tags, archives, search results, and more!
27
 
581
 
582
  == Changelog ==
583
 
584
+ = Version 2.0 (April 29, 2010) =
585
+ * Feature: Title Rewriter can now edit the title tags of post tag archives
586
+
587
  = Version 1.9 (April 3, 2010) =
588
  * Feature: Title Rewriter can now edit the title tags of category archives
589
 
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 titles, noindex, meta data, slugs, canonical tags, "more" links, 404 error tracking, and more.
6
- Version: 1.9
7
  Author: SEO Design Solutions
8
  Author URI: http://www.seodesignsolutions.com/
9
  Text Domain: seo-ultimate
@@ -12,12 +12,12 @@ Text Domain: seo-ultimate
12
  /**
13
  * The main SEO Ultimate plugin file.
14
  * @package SeoUltimate
15
- * @version 1.9
16
  * @link http://www.seodesignsolutions.com/wordpress-seo/ SEO Ultimate Homepage
17
  */
18
 
19
  /*
20
- Copyright (c) 2009 John Lamansky
21
 
22
  This program is free software; you can redistribute it and/or modify
23
  it under the terms of the GNU General Public License as published by
@@ -38,10 +38,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
38
  //Reading plugin info from constants is faster than trying to parse it from the header above.
39
  define("SU_PLUGIN_NAME", "SEO Ultimate");
40
  define("SU_PLUGIN_URI", "http://www.seodesignsolutions.com/wordpress-seo/");
41
- define("SU_VERSION", "1.9");
42
  define("SU_AUTHOR", "SEO Design Solutions");
43
  define("SU_AUTHOR_URI", "http://www.seodesignsolutions.com/");
44
- define("SU_USER_AGENT", "SeoUltimate/1.9");
45
 
46
  /********** INCLUDES **********/
47
 
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 titles, noindex, meta data, slugs, canonical tags, "more" links, 404 error tracking, and more.
6
+ Version: 2.0
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 2.0
16
  * @link http://www.seodesignsolutions.com/wordpress-seo/ SEO Ultimate Homepage
17
  */
18
 
19
  /*
20
+ Copyright (c) 2009-2010 John Lamansky
21
 
22
  This program is free software; you can redistribute it and/or modify
23
  it under the terms of the GNU General Public License as published by
38
  //Reading plugin info from constants is faster than trying to parse it from the header above.
39
  define("SU_PLUGIN_NAME", "SEO Ultimate");
40
  define("SU_PLUGIN_URI", "http://www.seodesignsolutions.com/wordpress-seo/");
41
+ define("SU_VERSION", "2.0");
42
  define("SU_AUTHOR", "SEO Design Solutions");
43
  define("SU_AUTHOR_URI", "http://www.seodesignsolutions.com/");
44
+ define("SU_USER_AGENT", "SeoUltimate/2.0");
45
 
46
  /********** INCLUDES **********/
47