All in One SEO Pack - Version 1.4.6.12

Version Description

Download this release

Release Info

Developer hallsofmontezuma
Plugin Icon 128x128 All in One SEO Pack
Version 1.4.6.12
Comparing to
See all releases

Code changes from version 1.4.6.11 to 1.4.6.12

Files changed (2) hide show
  1. all_in_one_seo_pack.php +22 -17
  2. readme.txt +1 -1
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.6.11
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.6.11";
480
 
481
  /** Max numbers of chars in auto-generated description */
482
  var $maximum_description_length = 160;
@@ -1419,21 +1419,26 @@ class All_in_One_SEO_Pack {
1419
  // End -->
1420
  </script>
1421
 
1422
- <?php if (substr($this->wp_version, 0, 3) == '2.5') { ?>
1423
- <div id="postaiosp" class="postbox closed">
1424
- <h3><?php _e('All in One SEO Pack', 'all_in_one_seo_pack') ?></h3>
1425
- <div class="inside">
1426
- <div id="postaiosp">
1427
- <?php } else { ?>
1428
- <div class="dbx-b-ox-wrapper">
1429
- <fieldset id="seodiv" class="dbx-box">
1430
- <div class="dbx-h-andle-wrapper">
1431
- <h3 class="dbx-handle"><?php _e('All in One SEO Pack', 'all_in_one_seo_pack') ?></h3>
1432
- </div>
1433
- <div class="dbx-c-ontent-wrapper">
1434
- <div class="dbx-content">
1435
- <?php } ?>
1436
-
 
 
 
 
 
1437
  <a target="__blank" href="http://semperfiwebdesign.com/portfolio/wordpress/wordpress-plugins/all-in-one-seo-pack/"><?php _e('Click here for Support', 'all_in_one_seo_pack') ?></a>
1438
  <input value="aiosp_edit" type="hidden" name="aiosp_edit" />
1439
  <table style="margin-bottom:40px">
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.6.12
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.6.12";
480
 
481
  /** Max numbers of chars in auto-generated description */
482
  var $maximum_description_length = 160;
1419
  // End -->
1420
  </script>
1421
 
1422
+ <?php if (substr($this->wp_version, 0, 3) == '2.5') { ?>
1423
+ <div id="postaiosp" class="postbox closed">
1424
+ <h3><?php _e('All in One SEO Pack', 'all_in_one_seo_pack') ?></h3>
1425
+ <div class="inside">
1426
+ <div id="postaiosp">
1427
+ <?php } elseif (substr($this->wp_version, 0, 3) >= '2.6') {?>
1428
+ <div id="postaiosp" class="postbox if-js-closed">
1429
+ <h3><?php _e('All in One SEO Pack', 'all_in_one_seo_pack') ?></h3>
1430
+ <div class="inside">
1431
+ <div id="postaiosp">
1432
+ <?php } else { ?>
1433
+ <div class="dbx-b-ox-wrapper">
1434
+ <fieldset id="seodiv" class="dbx-box">
1435
+ <div class="dbx-h-andle-wrapper">
1436
+ <h3 class="dbx-handle"><?php _e('All in One SEO Pack', 'all_in_one_seo_pack') ?></h3>
1437
+ </div>
1438
+ <div class="dbx-c-ontent-wrapper">
1439
+ <div class="dbx-content">
1440
+ <?php } ?>
1441
+
1442
  <a target="__blank" href="http://semperfiwebdesign.com/portfolio/wordpress/wordpress-plugins/all-in-one-seo-pack/"><?php _e('Click here for Support', 'all_in_one_seo_pack') ?></a>
1443
  <input value="aiosp_edit" type="hidden" name="aiosp_edit" />
1444
  <table style="margin-bottom:40px">
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: hallsofmontezuma, uberdose
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&currency_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.5.1
7
  Stable tag: trunk
8
 
9
  Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).
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&currency_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.6
7
  Stable tag: trunk
8
 
9
  Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).