Version Description
Download this release
Release Info
| Developer | hallsofmontezuma |
| Plugin | |
| Version | 1.6.13 |
| Comparing to | |
| See all releases | |
Code changes from version 1.6.12.2 to 1.6.13
- aioseop.class.php +3 -3
- all_in_one_seo_pack.php +2 -2
aioseop.class.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
class All_in_One_SEO_Pack {
|
| 4 |
|
| 5 |
-
var $version = "1.6.
|
| 6 |
|
| 7 |
/** Max numbers of chars in auto-generated description */
|
| 8 |
var $maximum_description_length = 160;
|
|
@@ -2065,7 +2065,7 @@ _e('Check this if you want your enable AIOSEOP support for Custom Post Types on
|
|
| 2065 |
</div>
|
| 2066 |
</td>
|
| 2067 |
</tr>
|
| 2068 |
-
|
| 2069 |
<tr>
|
| 2070 |
<th scope="row" style="text-align:right; vertical-align:top;">
|
| 2071 |
<a style="cursor:pointer;" title="<?php _e('Click for Help!', 'all_in_one_seo_pack')?>" onclick="toggleVisibility('123_tip');">
|
|
@@ -2093,7 +2093,7 @@ _e('Choose which post types you want to have SEO columns on the edit.php screen.
|
|
| 2093 |
</div>
|
| 2094 |
</td>
|
| 2095 |
</tr>
|
| 2096 |
-
|
| 2097 |
<tr>
|
| 2098 |
<th scope="row" style="text-align:right; vertical-align:top;">
|
| 2099 |
<a style="cursor:pointer;" title="<?php _e('Click for Help!', 'all_in_one_seo_pack')?>" onclick="toggleVisibility('aiosp_use_categories_tip');">
|
| 2 |
|
| 3 |
class All_in_One_SEO_Pack {
|
| 4 |
|
| 5 |
+
var $version = "1.6.13";
|
| 6 |
|
| 7 |
/** Max numbers of chars in auto-generated description */
|
| 8 |
var $maximum_description_length = 160;
|
| 2065 |
</div>
|
| 2066 |
</td>
|
| 2067 |
</tr>
|
| 2068 |
+
<?php if( function_exists('get_post_types')){ ?>
|
| 2069 |
<tr>
|
| 2070 |
<th scope="row" style="text-align:right; vertical-align:top;">
|
| 2071 |
<a style="cursor:pointer;" title="<?php _e('Click for Help!', 'all_in_one_seo_pack')?>" onclick="toggleVisibility('123_tip');">
|
| 2093 |
</div>
|
| 2094 |
</td>
|
| 2095 |
</tr>
|
| 2096 |
+
<?php } ?>
|
| 2097 |
<tr>
|
| 2098 |
<th scope="row" style="text-align:right; vertical-align:top;">
|
| 2099 |
<a style="cursor:pointer;" title="<?php _e('Click for Help!', 'all_in_one_seo_pack')?>" onclick="toggleVisibility('aiosp_use_categories_tip');">
|
all_in_one_seo_pack.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
Plugin Name: All in One SEO Pack
|
| 6 |
Plugin URI: http://semperfiwebdesign.com
|
| 7 |
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">Upgrade to 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>
|
| 8 |
-
Version: 1.6.
|
| 9 |
Author: Michael Torbert
|
| 10 |
Author URI: http://michaeltorbert.com
|
| 11 |
*/
|
|
@@ -648,7 +648,7 @@ if($aioseop_options['aiosp_can'] == '1' || $aioseop_options['aiosp_can'] == 'on'
|
|
| 648 |
}
|
| 649 |
|
| 650 |
function aioseop_get_version(){
|
| 651 |
-
return '1.6.
|
| 652 |
}
|
| 653 |
|
| 654 |
function add_plugin_row($links, $file) {
|
| 5 |
Plugin Name: All in One SEO Pack
|
| 6 |
Plugin URI: http://semperfiwebdesign.com
|
| 7 |
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">Upgrade to 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>
|
| 8 |
+
Version: 1.6.13
|
| 9 |
Author: Michael Torbert
|
| 10 |
Author URI: http://michaeltorbert.com
|
| 11 |
*/
|
| 648 |
}
|
| 649 |
|
| 650 |
function aioseop_get_version(){
|
| 651 |
+
return '1.6.13';
|
| 652 |
}
|
| 653 |
|
| 654 |
function add_plugin_row($links, $file) {
|
