All in One SEO Pack - Version 1.6.10.2

Version Description

Download this release

Release Info

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

Code changes from version 1.6.9 to 1.6.10.2

Files changed (3) hide show
  1. aioseop.class.php +1 -1
  2. all_in_one_seo_pack.php +11 -10
  3. 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.9";
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.10.2";
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="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&currency_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.9
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
  "Ôº∫" => "ÔΩö", "Ôºπ" => "ÔΩô", "Ôº∏" => "ÔΩò",
@@ -553,9 +553,7 @@ $wpdb->query("UPDATE $wpdb->postmeta SET meta_key = '_aioseop_disable' WHERE met
553
  echo "<div class='updated fade' style='background-color:green;border-color:green;'><p><strong>Updating SEO post meta in database.</strong></p></div";
554
  }
555
 
556
- function aioseop_get_version(){
557
- return '1.6.9';
558
- }
559
  $aioseopcc = 0;
560
 
561
 
@@ -628,19 +626,22 @@ if($aioseopcc){
628
 
629
  add_action('wp_list_pages', 'aioseop_list_pages');
630
 
631
- if(!$aioseop_options['aiosp_can']){
632
- remove_action( 'wp_head', 'rel_canonical' );
 
633
  }
634
 
635
  function aioseop_activate_pl(){
636
  if(get_option('aioseop_options')){
637
  $aioseop_options = get_option('aioseop_options');
638
  $aioseop_options['aiosp_enabled'] = "0";
639
- // $aioseop_options['aiosp_donate'] = "0";
640
  update_option('aioseop_options',$aioseop_options);
641
  }
642
  }
643
 
 
 
 
644
 
645
  function add_plugin_row($links, $file) {
646
 
@@ -765,7 +766,7 @@ function aiosp_meta() {
765
  <tr>
766
  <th scope="row" style="text-align:right;"><?php _e('Title:', 'all_in_one_seo_pack') ?></th>
767
  <td><input value="<?php echo $title ?>" type="text" name="aiosp_title" size="62" onKeyDown="countChars(document.post.aiosp_title,document.post.lengthT)" onKeyUp="countChars(document.post.aiosp_title,document.post.lengthT)"/><br />
768
- <input readonly type="text" name="lengthT" size="3 maxlength="3 style="text-align:center;" value="<?php echo strlen($title);?>" />
769
  <?php _e(' characters. Most search engines use a maximum of 60 chars for the title.', 'all_in_one_seo_pack') ?>
770
  </td>
771
  </tr>
@@ -809,4 +810,4 @@ function aiosp_meta() {
809
  </table>
810
  <?php
811
  }
812
- ?>
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">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&currency_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.10.2
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
  "Ôº∫" => "ÔΩö", "Ôºπ" => "ÔΩô", "Ôº∏" => "ÔΩò",
553
  echo "<div class='updated fade' style='background-color:green;border-color:green;'><p><strong>Updating SEO post meta in database.</strong></p></div";
554
  }
555
 
556
+
 
 
557
  $aioseopcc = 0;
558
 
559
 
626
 
627
  add_action('wp_list_pages', 'aioseop_list_pages');
628
 
629
+ //remove_action( 'wp_head', 'rel_canonical' );
630
+ if($aioseop_options['aiosp_can'] == '1' || $aioseop_options['aiosp_can'] == 'on'){
631
+ remove_action( 'wp_head', 'rel_canonical' );
632
  }
633
 
634
  function aioseop_activate_pl(){
635
  if(get_option('aioseop_options')){
636
  $aioseop_options = get_option('aioseop_options');
637
  $aioseop_options['aiosp_enabled'] = "0";
 
638
  update_option('aioseop_options',$aioseop_options);
639
  }
640
  }
641
 
642
+ function aioseop_get_version(){
643
+ return '1.6.10.2';
644
+ }
645
 
646
  function add_plugin_row($links, $file) {
647
 
766
  <tr>
767
  <th scope="row" style="text-align:right;"><?php _e('Title:', 'all_in_one_seo_pack') ?></th>
768
  <td><input value="<?php echo $title ?>" type="text" name="aiosp_title" size="62" onKeyDown="countChars(document.post.aiosp_title,document.post.lengthT)" onKeyUp="countChars(document.post.aiosp_title,document.post.lengthT)"/><br />
769
+ <input readonly type="text" name="lengthT" size="3" maxlength="3" style="text-align:center;" value="<?php echo strlen($title);?>" />
770
  <?php _e(' characters. Most search engines use a maximum of 60 chars for the title.', 'all_in_one_seo_pack') ?>
771
  </td>
772
  </tr>
810
  </table>
811
  <?php
812
  }
813
+ ?>
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&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.9
7
  Stable tag: trunk
8
 
9
  Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).
@@ -67,4 +67,4 @@ If you have to upgrade manually simply repeat the installation steps and re-enab
67
  == Frequently Asked Questions ==
68
 
69
  Please read these **[FAQs](http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/all-in-one-seo-faq/)** before requesting
70
- **[My Plugin Support Forum](http://semperfiwebdesign.com/forum/)**
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: 3.0
7
  Stable tag: trunk
8
 
9
  Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).
67
  == Frequently Asked Questions ==
68
 
69
  Please read these **[FAQs](http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/all-in-one-seo-faq/)** before requesting
70
+ **[My Plugin Support Forum](http://semperfiwebdesign.com/forum/)**