Version Description
Download this release
Release Info
Developer | hallsofmontezuma |
Plugin | All in One SEO Pack |
Version | 1.4.7.1 |
Comparing to | |
See all releases |
Code changes from version 1.4.7 to 1.4.7.1
- all_in_one_seo_pack.php +2 -2
- readme.txt +3 -3
all_in_one_seo_pack.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: All in One SEO Pack
|
5 |
Plugin URI: http://semperfiwebdesign.com
|
6 |
Description: Out-of-the-box SEO for your Wordpress blog.
|
7 |
-
Version: 1.4.7
|
8 |
Author: Michael Torbert
|
9 |
Author URI: http://semperfiwebdesign.com
|
10 |
*/
|
@@ -476,7 +476,7 @@ $UTF8_TABLES['strtoupper'] = array(
|
|
476 |
|
477 |
class All_in_One_SEO_Pack {
|
478 |
|
479 |
-
var $version = "1.4.7";
|
480 |
|
481 |
/** Max numbers of chars in auto-generated description */
|
482 |
var $maximum_description_length = 160;
|
4 |
Plugin Name: All in One SEO Pack
|
5 |
Plugin URI: http://semperfiwebdesign.com
|
6 |
Description: Out-of-the-box SEO for your Wordpress blog.
|
7 |
+
Version: 1.4.7.1
|
8 |
Author: Michael Torbert
|
9 |
Author URI: http://semperfiwebdesign.com
|
10 |
*/
|
476 |
|
477 |
class All_in_One_SEO_Pack {
|
478 |
|
479 |
+
var $version = "1.4.7.1";
|
480 |
|
481 |
/** Max numbers of chars in auto-generated description */
|
482 |
var $maximum_description_length = 160;
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== All in One SEO Pack ===
|
2 |
-
Contributors: hallsofmontezuma
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mrtorbert%40gmail%2ecom&item_name=All%20In%20One%20SEO%20Pack&item_number=Support%20Open%20Source&no_shipping=0&no_note=1&tax=0¤cy_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8
|
4 |
Tags: post,google,seo,meta,meta keywords,meta description,title,posts,plugin, search engine optimization
|
5 |
Requires at least: 1.5
|
6 |
-
Tested up to: 2.7
|
7 |
Stable tag: trunk
|
8 |
|
9 |
Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).
|
@@ -24,7 +24,7 @@ Some features:
|
|
24 |
* Automatically optimizes your **titles** for search engines
|
25 |
* Generates **META tags automatically**
|
26 |
* Avoids the typical duplicate content found on Wordpress blogs
|
27 |
-
* For Wordpress 2.7 you don't even have to look at the options, it works out-of-the-box. Just install.
|
28 |
* You can override any title and set any META description and any META keywords you want.
|
29 |
* You can fine-tune everything
|
30 |
* Backward-Compatibility with many other plugins, like Auto Meta, Ultimate Tag Warrior and others.
|
1 |
=== All in One SEO Pack ===
|
2 |
+
Contributors: hallsofmontezuma
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mrtorbert%40gmail%2ecom&item_name=All%20In%20One%20SEO%20Pack&item_number=Support%20Open%20Source&no_shipping=0&no_note=1&tax=0¤cy_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8
|
4 |
Tags: post,google,seo,meta,meta keywords,meta description,title,posts,plugin, search engine optimization
|
5 |
Requires at least: 1.5
|
6 |
+
Tested up to: 2.7.1
|
7 |
Stable tag: trunk
|
8 |
|
9 |
Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).
|
24 |
* Automatically optimizes your **titles** for search engines
|
25 |
* Generates **META tags automatically**
|
26 |
* Avoids the typical duplicate content found on Wordpress blogs
|
27 |
+
* For Wordpress 2.7.1 you don't even have to look at the options, it works out-of-the-box. Just install.
|
28 |
* You can override any title and set any META description and any META keywords you want.
|
29 |
* You can fine-tune everything
|
30 |
* Backward-Compatibility with many other plugins, like Auto Meta, Ultimate Tag Warrior and others.
|