Version Description
- 2020-02-07 - Fixed an issue that was causing featured image not to be set for Posts and Pages.
Download this release
Release Info
Developer | Rajesh Babu |
Plugin | Platinum SEO Pack |
Version | 2.0.2 |
Comparing to | |
See all releases |
Code changes from version 2.0.1 to 2.0.2
- Changelog.txt +4 -1
- platinum-seo-pack.php +3 -2
- psp-include/settings/psp_settings.php +11 -6
- psp-include/settings/psp_social_settings.php +7 -3
- readme.txt +14 -10
Changelog.txt
CHANGED
@@ -1,8 +1,11 @@
|
|
|
|
|
|
|
|
1 |
= 2.0.1 =
|
2 |
* 2020-02-06 - Fixed an issue that does not pull description for existing users of the plugin, in respect of posts where they had filled them (description) in the older version of Platinum SEO Pack.
|
3 |
|
4 |
= 2.0.0 =
|
5 |
-
* 2020-02-
|
6 |
|
7 |
= 1.3.8 =
|
8 |
* 2013-09-12 - Fixed a security issue (thanks to James Pearson)
|
1 |
+
= 2.0.2 =
|
2 |
+
* 2020-02-07 - Fixed an issue that was causing featured image not to be set for Posts and Pages.
|
3 |
+
|
4 |
= 2.0.1 =
|
5 |
* 2020-02-06 - Fixed an issue that does not pull description for existing users of the plugin, in respect of posts where they had filled them (description) in the older version of Platinum SEO Pack.
|
6 |
|
7 |
= 2.0.0 =
|
8 |
+
* 2020-02-01 - Techblissonline Platinum SEO Wordpress plugin has been completely rewriiten and offers several new features in adiition to fixing the bugs in the earlier version and improving Plugin Security.
|
9 |
|
10 |
= 1.3.8 =
|
11 |
* 2013-09-12 - Fixed a security issue (thanks to James Pearson)
|
platinum-seo-pack.php
CHANGED
@@ -4,15 +4,16 @@
|
|
4 |
Plugin Name: Platinum SEO Pack
|
5 |
Plugin URI: https://techblissonline.com/platinum-wordpress-seo-plugin/
|
6 |
Description: Complete SEO and Social optimization solution for your Wordpress blog/site. It is Simple, Uncomplicated and User friendly with several useful features.
|
7 |
-
Version: 2.0.
|
8 |
Author: Techblissonline.com
|
9 |
Author URI: https://techblissonline.com/
|
10 |
Text Domain: platinum-seo-pack
|
|
|
11 |
License: GPLv2 or later
|
12 |
*/
|
13 |
|
14 |
/*
|
15 |
-
Copyright (C) 2008-
|
16 |
- Founder - Rajesh
|
17 |
|
18 |
This program is free software; you can redistribute it and/or modify
|
4 |
Plugin Name: Platinum SEO Pack
|
5 |
Plugin URI: https://techblissonline.com/platinum-wordpress-seo-plugin/
|
6 |
Description: Complete SEO and Social optimization solution for your Wordpress blog/site. It is Simple, Uncomplicated and User friendly with several useful features.
|
7 |
+
Version: 2.0.2
|
8 |
Author: Techblissonline.com
|
9 |
Author URI: https://techblissonline.com/
|
10 |
Text Domain: platinum-seo-pack
|
11 |
+
Domain Path: /languages
|
12 |
License: GPLv2 or later
|
13 |
*/
|
14 |
|
15 |
/*
|
16 |
+
Copyright (C) 2008-2020, Techblissonline (https://techblissonline.com)
|
17 |
- Founder - Rajesh
|
18 |
|
19 |
This program is free software; you can redistribute it and/or modify
|
psp-include/settings/psp_settings.php
CHANGED
@@ -1730,12 +1730,17 @@ class PspSettings {
|
|
1730 |
$this->psp_settings_tabs[$this->psp_other_settings_group] = 'Others';
|
1731 |
$psp_settings_name = "psp_other_settings";
|
1732 |
|
1733 |
-
$psp_settings = get_option($psp_settings_name);
|
|
|
|
|
|
|
|
|
|
|
1734 |
|
1735 |
//enqueue javascript
|
1736 |
-
wp_enqueue_media();
|
1737 |
-
wp_enqueue_script( 'psp-image-uploader', plugins_url( '/js/pspmediauploader.js', __FILE__ ), array( 'jquery' ) );
|
1738 |
-
wp_enqueue_script( 'psp-social', plugins_url( '/js/pspsocialhandler.js', __FILE__ ), array( 'jquery' ) );
|
1739 |
|
1740 |
register_setting( $this->psp_other_settings_group, $psp_settings_name, array( &$this, 'sanitize_kg_settings' ) );
|
1741 |
|
@@ -2602,7 +2607,7 @@ class PspSettings {
|
|
2602 |
|
2603 |
wp_enqueue_style("jquery-ui-css", plugins_url( '/css/jquery-ui-techblissonline.css', __FILE__ ));
|
2604 |
|
2605 |
-
|
2606 |
wp_enqueue_script( 'psp-meta-box', plugins_url( '/js/pspmetabox.js', __FILE__ ), array( 'jquery-ui-tabs' ) );
|
2607 |
//wp_enqueue_script( 'psp-image-uploader', plugins_url( '/js/pspmediauploader.js', __FILE__ ), array( 'jquery' ) );
|
2608 |
wp_enqueue_script( 'psp-meta-box-snippet', plugins_url( '/js/snippetpreview.js', __FILE__ ));
|
@@ -2803,7 +2808,7 @@ class PspSettings {
|
|
2803 |
|
2804 |
wp_enqueue_style("jquery-ui-css", plugins_url( '/css/jquery-ui-techblissonline.css', __FILE__ ));
|
2805 |
|
2806 |
-
|
2807 |
wp_enqueue_script( 'psp-meta-box', plugins_url( '/js/pspmetabox.js', __FILE__ ), array( 'jquery-ui-tabs' ) );
|
2808 |
//wp_enqueue_script( 'psp-image-uploader', plugins_url( '/js/pspmediauploader.js', __FILE__ ), array( 'jquery' ) );
|
2809 |
wp_enqueue_script( 'psp-meta-box-snippet', plugins_url( '/js/snippetpreview.js', __FILE__ ));
|
1730 |
$this->psp_settings_tabs[$this->psp_other_settings_group] = 'Others';
|
1731 |
$psp_settings_name = "psp_other_settings";
|
1732 |
|
1733 |
+
$psp_settings = get_option($psp_settings_name);
|
1734 |
+
global $pagenow;
|
1735 |
+
if (( $pagenow == 'admin.php' && (sanitize_key($_GET['page']) == 'platinum-seo-social-pack-by-techblissonline'))) {
|
1736 |
+
wp_enqueue_media();
|
1737 |
+
|
1738 |
+
}
|
1739 |
|
1740 |
//enqueue javascript
|
1741 |
+
//wp_enqueue_media();
|
1742 |
+
//wp_enqueue_script( 'psp-image-uploader', plugins_url( '/js/pspmediauploader.js', __FILE__ ), array( 'jquery' ) );
|
1743 |
+
//wp_enqueue_script( 'psp-social', plugins_url( '/js/pspsocialhandler.js', __FILE__ ), array( 'jquery' ) );
|
1744 |
|
1745 |
register_setting( $this->psp_other_settings_group, $psp_settings_name, array( &$this, 'sanitize_kg_settings' ) );
|
1746 |
|
2607 |
|
2608 |
wp_enqueue_style("jquery-ui-css", plugins_url( '/css/jquery-ui-techblissonline.css', __FILE__ ));
|
2609 |
|
2610 |
+
wp_enqueue_media();
|
2611 |
wp_enqueue_script( 'psp-meta-box', plugins_url( '/js/pspmetabox.js', __FILE__ ), array( 'jquery-ui-tabs' ) );
|
2612 |
//wp_enqueue_script( 'psp-image-uploader', plugins_url( '/js/pspmediauploader.js', __FILE__ ), array( 'jquery' ) );
|
2613 |
wp_enqueue_script( 'psp-meta-box-snippet', plugins_url( '/js/snippetpreview.js', __FILE__ ));
|
2808 |
|
2809 |
wp_enqueue_style("jquery-ui-css", plugins_url( '/css/jquery-ui-techblissonline.css', __FILE__ ));
|
2810 |
|
2811 |
+
wp_enqueue_media();
|
2812 |
wp_enqueue_script( 'psp-meta-box', plugins_url( '/js/pspmetabox.js', __FILE__ ), array( 'jquery-ui-tabs' ) );
|
2813 |
//wp_enqueue_script( 'psp-image-uploader', plugins_url( '/js/pspmediauploader.js', __FILE__ ), array( 'jquery' ) );
|
2814 |
wp_enqueue_script( 'psp-meta-box-snippet', plugins_url( '/js/snippetpreview.js', __FILE__ ));
|
psp-include/settings/psp_social_settings.php
CHANGED
@@ -60,10 +60,14 @@ class PspSocialSettings extends PspSettings {
|
|
60 |
$psp_settings = get_option($psp_settings_name);
|
61 |
//$this->psp_settings_name = $psp_settings;
|
62 |
|
63 |
-
|
64 |
-
|
|
|
|
|
|
|
|
|
65 |
wp_enqueue_script( 'psp-image-uploader', plugins_url( '/js/pspmediauploader.js', __FILE__ ), array( 'jquery' ) );
|
66 |
-
|
67 |
|
68 |
register_setting( $this->psp_social_settings_group, $psp_settings_name,array( &$this, 'sanitize_social_settings' ) );
|
69 |
|
60 |
$psp_settings = get_option($psp_settings_name);
|
61 |
//$this->psp_settings_name = $psp_settings;
|
62 |
|
63 |
+
global $pagenow;
|
64 |
+
//enqueue javascript
|
65 |
+
if (( $pagenow == 'admin.php' && (sanitize_key($_GET['page']) == 'psp-social-by-techblissonline'))) {
|
66 |
+
wp_enqueue_media();
|
67 |
+
|
68 |
+
}
|
69 |
wp_enqueue_script( 'psp-image-uploader', plugins_url( '/js/pspmediauploader.js', __FILE__ ), array( 'jquery' ) );
|
70 |
+
wp_enqueue_script( 'psp-social', plugins_url( '/js/pspsocialhandler.js', __FILE__ ), array( 'jquery' ) );
|
71 |
|
72 |
register_setting( $this->psp_social_settings_group, $psp_settings_name,array( &$this, 'sanitize_social_settings' ) );
|
73 |
|
readme.txt
CHANGED
@@ -1,18 +1,19 @@
|
|
1 |
-
=== Platinum SEO Pack ===
|
2 |
-
Contributors: Rajesh
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
-
The all new Techblissonline's Platinum wordpress SEO Plugin offers Complete onpage SEO solution for your Wordpress blog or website.The latest version of Techblissonline Platinum SEO Plugin has been completely rewritten from scratch and offers
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
The all new Techblissonline's **[ WordPress SEO Plugin](https://techblissonline.com/platinum-wordpress-seo-plugin/)** , [Platinum SEO Pack](https://techblissonline.com/platinum-seo-pack/) offers Complete onpage SEO solution for your Wordpress blog or website.The latest version
|
16 |
|
17 |
**[Download now!](http://downloads.wordpress.org/plugin/platinum-seo-pack.zip)**
|
18 |
|
@@ -61,11 +62,14 @@ Please read these **[FAQs](https://techblissonline.com/platinum-seo-pack-faq/)**
|
|
61 |
4. Social Settings for Facebook, Twitter, Pinterest and LinkedIn. Generates Open Grah Tags and Twitter compatible Tags.
|
62 |
|
63 |
== Changelog ==
|
|
|
|
|
|
|
64 |
= 2.0.1 =
|
65 |
* 2020-02-06 - Fixed an issue that does not pull description for existing users of the plugin, in respect of posts where they had filled them (description) in the older version of Platinum SEO Pack.
|
66 |
|
67 |
= 2.0.0 =
|
68 |
-
* 2020-02-
|
69 |
|
70 |
= 1.3.8 =
|
71 |
* 2013-09-12 - Fixed a security issue (Many thanks to James Pearson)
|
1 |
+
=== WordPress SEO Plugin - Platinum SEO Pack ===
|
2 |
+
Contributors: Techblissonline (Rajesh)
|
3 |
+
Plugin link: https://techblissonline.com/platinum-wordpress-seo-plugin/
|
4 |
+
Tags: seo, wordpress seo, plugin, google seo, platinum seo, schema, schema markup, Json schema
|
5 |
+
Requires at least: 4.0
|
6 |
+
Tested up to: 5.3.2
|
7 |
+
Requires PHP: 5.6
|
8 |
+
Stable tag: 2.0.2
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
12 |
+
The all new Techblissonline's Platinum wordpress SEO Plugin offers Complete onpage SEO solution for your Wordpress blog or website.The latest version of Techblissonline Platinum SEO Plugin has been completely rewritten from scratch and offers all the important features you need to do SEO to your blog or website. This is backward compatible and you don't have to change anything. If you are upgrading from an older version of Platinum SEO Pack (versions earlier than 2.0), make sure that you deactivate and activate the plugin once after upgrading to the latest version.
|
13 |
|
14 |
== Description ==
|
15 |
|
16 |
+
The all new Techblissonline's **[ WordPress SEO Plugin](https://techblissonline.com/platinum-wordpress-seo-plugin/)** , [Platinum SEO Pack](https://techblissonline.com/platinum-seo-pack/) offers Complete onpage SEO solution for your Wordpress blog or website.The latest version of Techblissonline Platinum SEO Plugin has been completely rewritten from scratch and offers all the important features you need to do SEO to your blog or website.
|
17 |
|
18 |
**[Download now!](http://downloads.wordpress.org/plugin/platinum-seo-pack.zip)**
|
19 |
|
62 |
4. Social Settings for Facebook, Twitter, Pinterest and LinkedIn. Generates Open Grah Tags and Twitter compatible Tags.
|
63 |
|
64 |
== Changelog ==
|
65 |
+
= 2.0.2 =
|
66 |
+
* 2020-02-07 - Fixed an issue that was causing featured image not to be set for Posts and Pages.
|
67 |
+
|
68 |
= 2.0.1 =
|
69 |
* 2020-02-06 - Fixed an issue that does not pull description for existing users of the plugin, in respect of posts where they had filled them (description) in the older version of Platinum SEO Pack.
|
70 |
|
71 |
= 2.0.0 =
|
72 |
+
* 2020-02-01 - Techblissonline Platinum SEO Wordpress plugin has been completely rewriiten and offers several new features in adiition to fixing the bugs in the earlier version and improving Plugin Security.
|
73 |
|
74 |
= 1.3.8 =
|
75 |
* 2013-09-12 - Fixed a security issue (Many thanks to James Pearson)
|