All in One SEO Pack - Version 1.2.2

Version Description

Download this release

Release Info

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

Code changes from version 1.2.1.4 to 1.2.2

Files changed (1) hide show
  1. all_in_one_seo_pack.php +15 -14
all_in_one_seo_pack.php CHANGED
@@ -4,30 +4,31 @@
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.2.1.4
8
  Author: uberdose
9
  Author URI: http://wp.uberdose.com/
10
  */
11
 
12
- /* Copyright (C) 2007 Dirk Zimmermann (allinoneseopack AT uberdose DOT com)
 
13
 
14
- This program is free software; you can redistribute it and/or modify
15
- it under the terms of the GNU General Public License as published by
16
- the Free Software Foundation; either version 2 of the License, or
17
- (at your option) any later version.
18
 
19
- This program is distributed in the hope that it will be useful,
20
- but WITHOUT ANY WARRANTY; without even the implied warranty of
21
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
- GNU General Public License for more details.
23
 
24
- You should have received a copy of the GNU General Public License
25
- along with this program; if not, write to the Free Software
26
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
27
 
28
  class All_in_One_SEO_Pack {
29
 
30
- var $version = "1.2.1.4";
31
 
32
  /**
33
  * Number of words to be used (max) for generating an excerpt.
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.2.2
8
  Author: uberdose
9
  Author URI: http://wp.uberdose.com/
10
  */
11
 
12
+ /*
13
+ Copyright (C) 2007 uberdose (seopack AT uberdose DOT com)
14
 
15
+ This program is free software; you can redistribute it and/or modify
16
+ it under the terms of the GNU General Public License as published by
17
+ the Free Software Foundation; either version 3 of the License, or
18
+ (at your option) any later version.
19
 
20
+ This program is distributed in the hope that it will be useful,
21
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
22
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
+ GNU General Public License for more details.
24
 
25
+ You should have received a copy of the GNU General Public License
26
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
27
+ */
28
 
29
  class All_in_One_SEO_Pack {
30
 
31
+ var $version = "1.2.2";
32
 
33
  /**
34
  * Number of words to be used (max) for generating an excerpt.