Version Description
Download this release
Release Info
Developer | uberdose |
Plugin | All in One SEO Pack |
Version | 1.3.5.4 |
Comparing to | |
See all releases |
Code changes from version 1.3.5.3 to 1.3.5.4
- all_in_one_seo_pack.php +5 -5
- readme.txt +2 -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.3.5.
|
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.3.5.
|
32 |
|
33 |
/**
|
34 |
* Max numbers of chars in auto-generated description.
|
@@ -1085,11 +1085,11 @@ _e('Check this and your META descriptions will get autogenerated if there’s no
|
|
1085 |
add_option("aiosp_home_description", null, 'All in One SEO Plugin Home Description', 'yes');
|
1086 |
add_option("aiosp_home_title", null, 'All in One SEO Plugin Home Title', 'yes');
|
1087 |
add_option("aiosp_rewrite_titles", 1, 'All in One SEO Plugin Rewrite Titles', 'yes');
|
1088 |
-
add_option("aiosp_use_categories",
|
1089 |
add_option("aiosp_category_noindex", 1, 'All in One SEO Plugin Noindex for Categories', 'yes');
|
1090 |
add_option("aiosp_archive_noindex", 1, 'All in One SEO Plugin Noindex for Archives', 'yes');
|
1091 |
-
add_option("aiosp_tags_noindex",
|
1092 |
-
add_option("aiosp_generate_descriptions",
|
1093 |
add_option("aiosp_post_title_format", '%post_title% | %blog_title%', 'All in One SEO Plugin Post Title Format', 'yes');
|
1094 |
add_option("aiosp_page_title_format", '%page_title% | %blog_title%', 'All in One SEO Plugin Page Title Format', 'yes');
|
1095 |
add_option("aiosp_category_title_format", '%category_title% | %blog_title%', 'All in One SEO Plugin Category Title Format', 'yes');
|
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.3.5.4
|
8 |
Author: uberdose
|
9 |
Author URI: http://wp.uberdose.com/
|
10 |
*/
|
28 |
|
29 |
class All_in_One_SEO_Pack {
|
30 |
|
31 |
+
var $version = "1.3.5.4";
|
32 |
|
33 |
/**
|
34 |
* Max numbers of chars in auto-generated description.
|
1085 |
add_option("aiosp_home_description", null, 'All in One SEO Plugin Home Description', 'yes');
|
1086 |
add_option("aiosp_home_title", null, 'All in One SEO Plugin Home Title', 'yes');
|
1087 |
add_option("aiosp_rewrite_titles", 1, 'All in One SEO Plugin Rewrite Titles', 'yes');
|
1088 |
+
add_option("aiosp_use_categories", 0, 'All in One SEO Plugin Use Categories', 'yes');
|
1089 |
add_option("aiosp_category_noindex", 1, 'All in One SEO Plugin Noindex for Categories', 'yes');
|
1090 |
add_option("aiosp_archive_noindex", 1, 'All in One SEO Plugin Noindex for Archives', 'yes');
|
1091 |
+
add_option("aiosp_tags_noindex", 0, 'All in One SEO Plugin Noindex for Tag Archives', 'yes');
|
1092 |
+
add_option("aiosp_generate_descriptions", 1, 'All in One SEO Plugin Autogenerate Descriptions', 'yes');
|
1093 |
add_option("aiosp_post_title_format", '%post_title% | %blog_title%', 'All in One SEO Plugin Post Title Format', 'yes');
|
1094 |
add_option("aiosp_page_title_format", '%page_title% | %blog_title%', 'All in One SEO Plugin Page Title Format', 'yes');
|
1095 |
add_option("aiosp_category_title_format", '%category_title% | %blog_title%', 'All in One SEO Plugin Category Title Format', 'yes');
|
readme.txt
CHANGED
@@ -18,7 +18,8 @@ Optimizes your Wordpress blog for Search Engines (Search Engine Optimization).
|
|
18 |
|
19 |
**[Download now!](http://downloads.wordpress.org/plugin/all-in-one-seo-pack.zip)**
|
20 |
|
21 |
-
* [
|
|
|
22 |
* [Version History](http://wp.uberdose.com/2007/07/27/all-in-one-seo-pack-release-history/)
|
23 |
* [FAQ](http://wp.uberdose.com/2007/07/11/all-in-one-seo-pack-faq/)
|
24 |
|
18 |
|
19 |
**[Download now!](http://downloads.wordpress.org/plugin/all-in-one-seo-pack.zip)**
|
20 |
|
21 |
+
* [Support](http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/#respond)
|
22 |
+
* [Wordpress SEO Pack Home](http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/)
|
23 |
* [Version History](http://wp.uberdose.com/2007/07/27/all-in-one-seo-pack-release-history/)
|
24 |
* [FAQ](http://wp.uberdose.com/2007/07/11/all-in-one-seo-pack-faq/)
|
25 |
|