Version Description
Download this release
Release Info
Developer | hallsofmontezuma |
Plugin | All in One SEO Pack |
Version | 1.6.6.1 |
Comparing to | |
See all releases |
Code changes from version 1.6.6 to 1.6.6.1
- aioseop.class.php +1 -1
- all_in_one_seo_pack.php +4 -4
aioseop.class.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
class All_in_One_SEO_Pack {
|
4 |
|
5 |
-
var $version = "1.6.6";
|
6 |
|
7 |
/** Max numbers of chars in auto-generated description */
|
8 |
var $maximum_description_length = 160;
|
2 |
|
3 |
class All_in_One_SEO_Pack {
|
4 |
|
5 |
+
var $version = "1.6.6.1";
|
6 |
|
7 |
/** Max numbers of chars in auto-generated description */
|
8 |
var $maximum_description_length = 160;
|
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. <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.6
|
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",
|
@@ -484,7 +484,7 @@ if ( ! defined( 'WP_PLUGIN_URL' ) )
|
|
484 |
if ( ! defined( 'WP_PLUGIN_DIR' ) )
|
485 |
define( 'WP_PLUGIN_DIR', WP_CONTENT_DIR . '/plugins' );
|
486 |
|
487 |
-
require_once('aioseop.class.php');
|
488 |
|
489 |
global $aioseop_options;
|
490 |
$aioseop_options = get_option('aioseop_options');
|
@@ -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.6';
|
558 |
}
|
559 |
|
560 |
|
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.6.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",
|
484 |
if ( ! defined( 'WP_PLUGIN_DIR' ) )
|
485 |
define( 'WP_PLUGIN_DIR', WP_CONTENT_DIR . '/plugins' );
|
486 |
|
487 |
+
require_once( WP_PLUGIN_DIR . '/all-in-one-seo-pack/aioseop.class.php');
|
488 |
|
489 |
global $aioseop_options;
|
490 |
$aioseop_options = get_option('aioseop_options');
|
554 |
}
|
555 |
|
556 |
function aioseop_get_version(){
|
557 |
+
return '1.6.6.1';
|
558 |
}
|
559 |
|
560 |
|