All in One SEO Pack - Version 1.4.6.8

Version Description

Download this release

Release Info

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

Code changes from version 1.4.6.7 to 1.4.6.8

Files changed (2) hide show
  1. all_in_one_seo_pack.php +3 -2
  2. readme.txt +1 -1
all_in_one_seo_pack.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: All in One SEO Pack
5
  Plugin URI: http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/
6
  Description: Out-of-the-box SEO for your Wordpress blog.
7
- Version: 1.4.6.7
8
  Author: uberdose
9
  Author URI: http://wp.uberdose.com/
10
  */
@@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
28
 
29
  class All_in_One_SEO_Pack {
30
 
31
- var $version = "1.4.6.7";
32
 
33
  /** Max numbers of chars in auto-generated description */
34
  var $maximum_description_length = 160;
@@ -331,6 +331,7 @@ class All_in_One_SEO_Pack {
331
  if (function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')) {
332
  $in = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($in);
333
  }
 
334
  return $in;
335
  }
336
 
4
  Plugin Name: All in One SEO Pack
5
  Plugin URI: http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/
6
  Description: Out-of-the-box SEO for your Wordpress blog.
7
+ Version: 1.4.6.8
8
  Author: uberdose
9
  Author URI: http://wp.uberdose.com/
10
  */
28
 
29
  class All_in_One_SEO_Pack {
30
 
31
+ var $version = "1.4.6.8";
32
 
33
  /** Max numbers of chars in auto-generated description */
34
  var $maximum_description_length = 160;
331
  if (function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')) {
332
  $in = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($in);
333
  }
334
+ $in = apply_filters('localization', $in);
335
  return $in;
336
  }
337
 
readme.txt CHANGED
@@ -33,7 +33,7 @@ Some features:
33
  1. Unzip into your `/wp-content/plugins/` directory. If you're uploading it make sure to upload
34
  the top-level folder. Don't just upload all the php files and put them in `/wp-content/plugins/`.
35
  1. Activate the plugin through the 'Plugins' menu in WordPress
36
- 1. Visit your SEO options (*Options - All in One SEO*)
37
  1. That's it!
38
 
39
  For upgrading please use the built-in one-click updater (*Options - All in One SEO*).
33
  1. Unzip into your `/wp-content/plugins/` directory. If you're uploading it make sure to upload
34
  the top-level folder. Don't just upload all the php files and put them in `/wp-content/plugins/`.
35
  1. Activate the plugin through the 'Plugins' menu in WordPress
36
+ 1. Visit your SEO options (*Options - All in One SEO*) for Wordpress 2.3.x, (*Settings - All in One SEO*) for Wordpress 2.5.x
37
  1. That's it!
38
 
39
  For upgrading please use the built-in one-click updater (*Options - All in One SEO*).