Version Description
Download this release
Release Info
Developer | hallsofmontezuma |
Plugin | All in One SEO Pack |
Version | 1.6.8.1 |
Comparing to | |
See all releases |
Code changes from version 1.6.8 to 1.6.8.1
- aioseop.class.php +3 -1
- all_in_one_seo_pack.php +4 -4
- readme.txt +2 -2
aioseop.class.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
class All_in_One_SEO_Pack {
|
4 |
|
5 |
-
var $version = "1.6.8";
|
6 |
|
7 |
/** Max numbers of chars in auto-generated description */
|
8 |
var $maximum_description_length = 160;
|
@@ -1457,6 +1457,8 @@ href="http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/all-in-one-
|
|
1457 |
href="http://semperfiwebdesign.com/portfolio/wordpress/wordpress-plugins/forum/"><?php _e('Support', 'all_in_one_seo_pack') ?></a>
|
1458 |
| <a target="_blank" title="<?php _e('All in One SEO Plugin Translations', 'all_in_one_seo_pack') ?>"
|
1459 |
href="http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/translations-for-all-in-one-seo-pack/"><?php _e('Translations', 'all_in_one_seo_pack') ?></a>
|
|
|
|
|
1460 |
<br />
|
1461 |
|
1462 |
<!--<div style="width:75%;background-color:yellow;">
|
2 |
|
3 |
class All_in_One_SEO_Pack {
|
4 |
|
5 |
+
var $version = "1.6.8.1";
|
6 |
|
7 |
/** Max numbers of chars in auto-generated description */
|
8 |
var $maximum_description_length = 160;
|
1457 |
href="http://semperfiwebdesign.com/portfolio/wordpress/wordpress-plugins/forum/"><?php _e('Support', 'all_in_one_seo_pack') ?></a>
|
1458 |
| <a target="_blank" title="<?php _e('All in One SEO Plugin Translations', 'all_in_one_seo_pack') ?>"
|
1459 |
href="http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/translations-for-all-in-one-seo-pack/"><?php _e('Translations', 'all_in_one_seo_pack') ?></a>
|
1460 |
+
| <a target="_blank" title="<?php _e('Pro Version', 'all_in_one_seo_pack') ?>"
|
1461 |
+
href="http://wpplugins.com/plugin/50/all-in-one-seo-pack-pro-version"><?php _e('Pro Version', 'all_in_one_seo_pack') ?></a>
|
1462 |
<br />
|
1463 |
|
1464 |
<!--<div style="width:75%;background-color:yellow;">
|
all_in_one_seo_pack.php
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
/*
|
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. <a href="options-general.php?page=all-in-one-seo-pack/aioseop.class.php">Options configuration panel</a> | <a href="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">Donate</a> | <a href="http://semperfiwebdesign.com/forum/" >Support</a> | <a href="https://www.amazon.com/wishlist/1NFQ133FNCOOA/ref=wl_web" target="_blank" title="Amazon Wish List">Amazon Wishlist</a>
|
7 |
-
Version: 1.6.8
|
8 |
Author: Michael Torbert
|
9 |
Author URI: http://michaeltorbert.com
|
10 |
*/
|
@@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
28 |
*/
|
29 |
|
30 |
/*******************************************************************************************************/
|
31 |
-
register_activation_hook(__FILE__,'aioseop_activate_pl');
|
32 |
|
33 |
$UTF8_TABLES['strtolower'] = array(
|
34 |
"Z" => "z", "Y" => "y", "X" => "x",
|
@@ -554,7 +554,7 @@ echo "<div class='updated fade' style='background-color:green;border-color:green
|
|
554 |
}
|
555 |
|
556 |
function aioseop_get_version(){
|
557 |
-
return '1.6.8';
|
558 |
}
|
559 |
|
560 |
|
3 |
/*
|
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. <a href="options-general.php?page=all-in-one-seo-pack/aioseop.class.php">Options configuration panel</a> | <a href="http://wpplugins.com/plugin/50/all-in-one-seo-pack-pro-version">Pro Version</a> | <a href="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">Donate</a> | <a href="http://semperfiwebdesign.com/forum/" >Support</a> | <a href="https://www.amazon.com/wishlist/1NFQ133FNCOOA/ref=wl_web" target="_blank" title="Amazon Wish List">Amazon Wishlist</a>
|
7 |
+
Version: 1.6.8.1
|
8 |
Author: Michael Torbert
|
9 |
Author URI: http://michaeltorbert.com
|
10 |
*/
|
28 |
*/
|
29 |
|
30 |
/*******************************************************************************************************/
|
31 |
+
//register_activation_hook(__FILE__,'aioseop_activate_pl');
|
32 |
|
33 |
$UTF8_TABLES['strtolower'] = array(
|
34 |
"Z" => "z", "Y" => "y", "X" => "x",
|
554 |
}
|
555 |
|
556 |
function aioseop_get_version(){
|
557 |
+
return '1.6.8.1';
|
558 |
}
|
559 |
|
560 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ 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.8.
|
7 |
Stable tag: trunk
|
8 |
|
9 |
Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).
|
@@ -12,7 +12,7 @@ Automatically optimizes your Wordpress blog for Search Engines (Search Engine Op
|
|
12 |
|
13 |
**Optimizes** your Wordpress blog for Search Engines (**Search Engine Optimization**).
|
14 |
|
15 |
-
**[
|
16 |
|
17 |
**If upgrading, please back up your database first!**
|
18 |
|
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.8.6
|
7 |
Stable tag: trunk
|
8 |
|
9 |
Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).
|
12 |
|
13 |
**Optimizes** your Wordpress blog for Search Engines (**Search Engine Optimization**).
|
14 |
|
15 |
+
**[Pro Version](http://wpplugins.com/plugin/50/all-in-one-seo-pack-pro-version)**
|
16 |
|
17 |
**If upgrading, please back up your database first!**
|
18 |
|