Platinum SEO Pack - Version 1.3.1

Version Description

  • 2010-02-13 - Compatible with Wordpress 2.9.1
Download this release

Release Info

Developer Rajesh Babu
Plugin Icon 128x128 Platinum SEO Pack
Version 1.3.1
Comparing to
See all releases

Code changes from version 1.3 to 1.3.1

Files changed (3) hide show
  1. Changelog.txt +6 -0
  2. platinum_seo_pack.php +4 -4
  3. readme.txt +6 -1
Changelog.txt CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  2009-10-04 Rajesh (http://techblissonline.com/) - Version 1.3
2
  * Added an option to turn off post/page title format set in platinum seo settings for any particular post/page.
3
  * Platinum seo will have its own top level menu in wordpress admin panel.
1
+ 2010-02-13 Rajesh (http://techblissonline.com/) - Version 1.3.2
2
+ * Compatible with Worpress 2.9.1
3
+
4
+ 2009-10-04 Rajesh (http://techblissonline.com/) - Version 1.3.1
5
+ * Compatible with Worpress 2.8.5
6
+
7
  2009-10-04 Rajesh (http://techblissonline.com/) - Version 1.3
8
  * Added an option to turn off post/page title format set in platinum seo settings for any particular post/page.
9
  * Platinum seo will have its own top level menu in wordpress admin panel.
platinum_seo_pack.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: Platinum SEO Pack
5
  Plugin URI: http://techblissonline.com/platinum-seo-pack/
6
  Description: Complete SEO solution for your Wordpress blog.
7
- Version: 1.3
8
  Author: Rajesh - Techblissonline Dot Com
9
  Author URI: http://techblissonline.com/
10
  */
@@ -29,7 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
29
 
30
  class Platinum_SEO_Pack {
31
 
32
- var $version = "1.3";
33
 
34
  /** Max numbers of chars in auto-generated description */
35
  var $max_description_length = 160;
@@ -1533,7 +1533,7 @@ class Platinum_SEO_Pack {
1533
  | <a target="_blank" title="<?php _e('FAQ', 'platinum_seo_pack') ?>"
1534
  href="http://techblissonline.com/platinum-seo-pack-faq/"><?php _e('FAQ', 'platinum_seo_pack') ?></a>
1535
  | <a target="_blank" title="<?php _e('Platinum SEO Plugin Feedback', 'platinum_seo_pack') ?>" href="http://techblissonline.com/platinum-seo-pack/"><?php _e('Feedback', 'platinum_seo_pack') ?></a>
1536
- | <a target="_blank" title="<?php _e('Platinum SEO - What is new in version 1.3?', 'platinum_seo_pack') ?>" href="http://techblissonline.com/page-title-format/"><?php _e('What is new in version 1.3?', 'platinum_seo_pack') ?></a>
1537
  | <a target="_blank" title="<?php _e('Platinum SEO - Smart Options, Smart Benefits', 'platinum_seo_pack') ?>" href="http://techblissonline.com/wordpress-seo-plugin-smart-options-benefits/"><?php _e('Wordpress SEO options', 'platinum_seo_pack') ?></a>
1538
  | <a target="_blank" title="<?php _e('Donations for Platinum SEO Plugin', 'platinum_seo_pack') ?>" href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=rrajeshbab%40gmail%2ecom&item_name=Platinum%20SEO%20plugin%20development%20and%20support%20expenses&item_number=1&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=IN&bn=PP%2dDonationsBF&charset=UTF%2d8"><?php _e('Please Donate', 'platinum_seo_pack') ?></a>
1539
  | <a target="_blank" title="<?php _e('Save Bandwidth with Chennai Central Plugin', 'platinum_seo_pack') ?>" href="http://techblissonline.com/save-bandwidth/"><?php _e('Save Bandwidth with Chennai Central Plugin', 'platinum_seo_pack') ?></a>
@@ -2321,7 +2321,7 @@ add_option("aiosp_post_meta_tags", '', 'Platinum SEO Plugin Additional Post Meta
2321
  add_option("aiosp_page_meta_tags", '', 'Platinum SEO Plugin Additional Post Meta Tags', 'yes');
2322
  add_option("aiosp_home_meta_tags", '', 'Platinum SEO Plugin Additional Home Meta Tags', 'yes');
2323
  add_option("aiosp_do_log", null, 'Platinum SEO Plugin write log file', 'yes');
2324
- add_option("psp_link_home", 1, 'Platinum SEO Plugin link option', 'yes');
2325
 
2326
  $psp = new Platinum_SEO_Pack();
2327
  add_action('wp_head', array($psp, 'echo_to_blog_header'));
4
  Plugin Name: Platinum SEO Pack
5
  Plugin URI: http://techblissonline.com/platinum-seo-pack/
6
  Description: Complete SEO solution for your Wordpress blog.
7
+ Version: 1.3.2
8
  Author: Rajesh - Techblissonline Dot Com
9
  Author URI: http://techblissonline.com/
10
  */
29
 
30
  class Platinum_SEO_Pack {
31
 
32
+ var $version = "1.3.2";
33
 
34
  /** Max numbers of chars in auto-generated description */
35
  var $max_description_length = 160;
1533
  | <a target="_blank" title="<?php _e('FAQ', 'platinum_seo_pack') ?>"
1534
  href="http://techblissonline.com/platinum-seo-pack-faq/"><?php _e('FAQ', 'platinum_seo_pack') ?></a>
1535
  | <a target="_blank" title="<?php _e('Platinum SEO Plugin Feedback', 'platinum_seo_pack') ?>" href="http://techblissonline.com/platinum-seo-pack/"><?php _e('Feedback', 'platinum_seo_pack') ?></a>
1536
+ | <a target="_blank" title="<?php _e('Platinum SEO - What is new in version 1.3 or 1.3.1?', 'platinum_seo_pack') ?>" href="http://techblissonline.com/page-title-format/"><?php _e('What is new in version 1.3/1.3.1?', 'platinum_seo_pack') ?></a>
1537
  | <a target="_blank" title="<?php _e('Platinum SEO - Smart Options, Smart Benefits', 'platinum_seo_pack') ?>" href="http://techblissonline.com/wordpress-seo-plugin-smart-options-benefits/"><?php _e('Wordpress SEO options', 'platinum_seo_pack') ?></a>
1538
  | <a target="_blank" title="<?php _e('Donations for Platinum SEO Plugin', 'platinum_seo_pack') ?>" href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=rrajeshbab%40gmail%2ecom&item_name=Platinum%20SEO%20plugin%20development%20and%20support%20expenses&item_number=1&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=IN&bn=PP%2dDonationsBF&charset=UTF%2d8"><?php _e('Please Donate', 'platinum_seo_pack') ?></a>
1539
  | <a target="_blank" title="<?php _e('Save Bandwidth with Chennai Central Plugin', 'platinum_seo_pack') ?>" href="http://techblissonline.com/save-bandwidth/"><?php _e('Save Bandwidth with Chennai Central Plugin', 'platinum_seo_pack') ?></a>
2321
  add_option("aiosp_page_meta_tags", '', 'Platinum SEO Plugin Additional Post Meta Tags', 'yes');
2322
  add_option("aiosp_home_meta_tags", '', 'Platinum SEO Plugin Additional Home Meta Tags', 'yes');
2323
  add_option("aiosp_do_log", null, 'Platinum SEO Plugin write log file', 'yes');
2324
+ add_option("psp_link_home", 0, 'Platinum SEO Plugin link option', 'yes');
2325
 
2326
  $psp = new Platinum_SEO_Pack();
2327
  add_action('wp_head', array($psp, 'echo_to_blog_header'));
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: Techblissonline Dot Com (Rajesh)
3
  Donate link: http://techblissonline.com/platinum-seo-pack/
4
  Tags: seo, plugin, wordpress, posts, google, meta index,meta keywords,meta description,title,post, wordpress seo, platinum seo, seo plugin
5
  Requires at least: 1.5
6
- Tested up to: 2.8.4
7
  Stable tag: trunk
8
 
9
  Platinum SEO Plugin offers Complete onsite SEO solution for your Wordpress blog.Platinum SEO Plugin offers all the functionalities of All In One SEO plus more cooler onsite SEO options. It is automatic and also imports all your current settings in All in one SEO Plugin.But you need to disable All In One SEO before enabling Platinum SEO.
@@ -55,6 +55,11 @@ Please read these **[FAQs](http://techblissonline.com/platinum-seo-pack-faq/)**
55
  3. Platinum SEO Pack form in "Add Post" section of wordpress
56
 
57
  == Changelog ==
 
 
 
 
 
58
 
59
  = 1.3 =
60
  * 2009-10-04 - Added an option to turn off post/page title format set in platinum seo settings for any particular post/page.
3
  Donate link: http://techblissonline.com/platinum-seo-pack/
4
  Tags: seo, plugin, wordpress, posts, google, meta index,meta keywords,meta description,title,post, wordpress seo, platinum seo, seo plugin
5
  Requires at least: 1.5
6
+ Tested up to: 2.9.1
7
  Stable tag: trunk
8
 
9
  Platinum SEO Plugin offers Complete onsite SEO solution for your Wordpress blog.Platinum SEO Plugin offers all the functionalities of All In One SEO plus more cooler onsite SEO options. It is automatic and also imports all your current settings in All in one SEO Plugin.But you need to disable All In One SEO before enabling Platinum SEO.
55
  3. Platinum SEO Pack form in "Add Post" section of wordpress
56
 
57
  == Changelog ==
58
+ = 1.3.1 =
59
+ * 2010-02-13 - Compatible with Wordpress 2.9.1
60
+
61
+ = 1.3.1 =
62
+ * 2009-10-31 - Compatible with Wordpress 2.8.5
63
 
64
  = 1.3 =
65
  * 2009-10-04 - Added an option to turn off post/page title format set in platinum seo settings for any particular post/page.