Version Description
- 2010-02-13 - Made compatible with Brian Clarke's (founder of http://copyblogger.com/) Scribe LLC plugin for wordpress
Download this release
Release Info
Developer | Rajesh Babu |
Plugin | Platinum SEO Pack |
Version | 1.3.3 |
Comparing to | |
See all releases |
Code changes from version 1.3.1 to 1.3.3
- Changelog.txt +3 -0
- platinum_seo_pack.php +4 -4
- readme.txt +4 -0
Changelog.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
2010-02-13 Rajesh (http://techblissonline.com/) - Version 1.3.2
|
2 |
* Compatible with Worpress 2.9.1
|
3 |
|
1 |
+
2010-05-23 Rajesh (http://techblissonline.com/) - Version 1.3.2
|
2 |
+
* Made compatible with Brian Clark's Scribe SEO LLC.Brian Clark is a copywriting expert and founder of http://www.copyblogger.com. He is an influential online marketer and a successful entrepreneur.
|
3 |
+
|
4 |
2010-02-13 Rajesh (http://techblissonline.com/) - Version 1.3.2
|
5 |
* Compatible with Worpress 2.9.1
|
6 |
|
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;
|
@@ -1313,11 +1313,11 @@ class Platinum_SEO_Pack {
|
|
1313 |
</tr>
|
1314 |
<tr>
|
1315 |
<th scope="row" style="text-align:right;"><?php _e('Title:', 'platinum_seo_pack') ?></th>
|
1316 |
-
<td><input value="<?php echo $title ?>" type="text" name="psp_title" size="62"/></td>
|
1317 |
</tr>
|
1318 |
<tr>
|
1319 |
<th scope="row" style="text-align:right;"><?php _e('Description:', 'platinum_seo_pack') ?></th>
|
1320 |
-
<td><textarea name="psp_description" rows="1" cols="60"
|
1321 |
onKeyDown="countChars(document.post.psp_description,document.post.length1)"
|
1322 |
onKeyUp="countChars(document.post.psp_description,document.post.length1)"><?php echo $description ?></textarea><br />
|
1323 |
<input readonly type="text" name="length1" size="3" maxlength="3" value="<?php echo strlen($description);?>" />
|
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.3
|
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.3";
|
33 |
|
34 |
/** Max numbers of chars in auto-generated description */
|
35 |
var $max_description_length = 160;
|
1313 |
</tr>
|
1314 |
<tr>
|
1315 |
<th scope="row" style="text-align:right;"><?php _e('Title:', 'platinum_seo_pack') ?></th>
|
1316 |
+
<td><input value="<?php echo $title ?>" type="text" name="psp_title" id="psp_title" size="62"/></td>
|
1317 |
</tr>
|
1318 |
<tr>
|
1319 |
<th scope="row" style="text-align:right;"><?php _e('Description:', 'platinum_seo_pack') ?></th>
|
1320 |
+
<td><textarea name="psp_description" id="psp_description" rows="1" cols="60"
|
1321 |
onKeyDown="countChars(document.post.psp_description,document.post.length1)"
|
1322 |
onKeyUp="countChars(document.post.psp_description,document.post.length1)"><?php echo $description ?></textarea><br />
|
1323 |
<input readonly type="text" name="length1" size="3" maxlength="3" value="<?php echo strlen($description);?>" />
|
readme.txt
CHANGED
@@ -15,6 +15,7 @@ Platinum SEO Plugin offers Complete onsite SEO solution for your Wordpress blog.
|
|
15 |
**[Download now!](http://downloads.wordpress.org/plugin/platinum-seo-pack.zip)**
|
16 |
|
17 |
[FAQ](http://techblissonline.com/platinum-seo-pack-faq/)
|
|
|
18 |
|
19 |
Some features:
|
20 |
|
@@ -55,6 +56,9 @@ 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 |
= 1.3.1 =
|
59 |
* 2010-02-13 - Compatible with Wordpress 2.9.1
|
60 |
|
15 |
**[Download now!](http://downloads.wordpress.org/plugin/platinum-seo-pack.zip)**
|
16 |
|
17 |
[FAQ](http://techblissonline.com/platinum-seo-pack-faq/)
|
18 |
+
Compatible with Brian Clarke's (founder of http://copyblogger.com/) Scribe LLC that makes SEO copywriting easy [Get Scribe SEO LLC](http://www.shareasale.com/r.cfm?b=214486&u=433437&m=25929&urllink=&afftrack=) **Affiliate Link**
|
19 |
|
20 |
Some features:
|
21 |
|
56 |
3. Platinum SEO Pack form in "Add Post" section of wordpress
|
57 |
|
58 |
== Changelog ==
|
59 |
+
= 1.3.3 =
|
60 |
+
* 2010-02-13 - Made compatible with Brian Clarke's (founder of http://copyblogger.com/) Scribe LLC plugin for wordpress
|
61 |
+
|
62 |
= 1.3.1 =
|
63 |
* 2010-02-13 - Compatible with Wordpress 2.9.1
|
64 |
|