All in One SEO Pack - Version 1.4.3.1

Version Description

Download this release

Release Info

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

Code changes from version 1.4.3 to 1.4.3.1

Files changed (1) hide show
  1. all_in_one_seo_pack.php +2 -6
all_in_one_seo_pack.php CHANGED
@@ -1,14 +1,10 @@
1
- 1.4.3
2
- paged title format as option
3
- archives, tags and categories have paged titles now
4
-
5
  <?php
6
 
7
  /*
8
  Plugin Name: All in One SEO Pack
9
  Plugin URI: http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/
10
  Description: Out-of-the-box SEO for your Wordpress blog.
11
- Version: 1.4.3
12
  Author: uberdose
13
  Author URI: http://wp.uberdose.com/
14
  */
@@ -32,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
32
 
33
  class All_in_One_SEO_Pack {
34
 
35
- var $version = "1.4.3";
36
 
37
  /** Max numbers of chars in auto-generated description */
38
  var $maximum_description_length = 160;
 
 
 
 
1
  <?php
2
 
3
  /*
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.3.1
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.3.1";
32
 
33
  /** Max numbers of chars in auto-generated description */
34
  var $maximum_description_length = 160;