Version Description
Download this release
Release Info
Developer | uberdose |
Plugin | All in One SEO Pack |
Version | 0.6.3.6 |
Comparing to | |
See all releases |
Code changes from version 0.6.3.5 to 0.6.3.6
- all_in_one_seo_pack.php +5 -4
- 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://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/
|
6 |
Description: Out-of-the-box SEO for your Wordpress blog.
|
7 |
-
Version: 0.6.3.
|
8 |
Author: uberdose
|
9 |
Author URI: http://wp.uberdose.com/
|
10 |
*/
|
@@ -27,7 +27,7 @@ Author URI: http://wp.uberdose.com/
|
|
27 |
|
28 |
class All_in_One_SEO_Pack {
|
29 |
|
30 |
-
var $version = "0.6.3.
|
31 |
|
32 |
/**
|
33 |
* Number of words to be used (max) for generating an excerpt.
|
@@ -348,8 +348,9 @@ class All_in_One_SEO_Pack {
|
|
348 |
<div class="wrap">
|
349 |
<h2><?php _e('All in One SEO Plugin Options', 'all_in_one_seo_pack'); ?></h2>
|
350 |
<p>
|
351 |
-
<?php _e('<a target="_blank" title="All in One SEO Plugin
|
352 |
-
| <?php _e('<a target="_blank" title="
|
|
|
353 |
</p>
|
354 |
<form name="dofollow" action="" method="post">
|
355 |
<table>
|
4 |
Plugin Name: All in One SEO Pack
|
5 |
Plugin URI: http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/
|
6 |
Description: Out-of-the-box SEO for your Wordpress blog.
|
7 |
+
Version: 0.6.3.6
|
8 |
Author: uberdose
|
9 |
Author URI: http://wp.uberdose.com/
|
10 |
*/
|
27 |
|
28 |
class All_in_One_SEO_Pack {
|
29 |
|
30 |
+
var $version = "0.6.3.6";
|
31 |
|
32 |
/**
|
33 |
* Number of words to be used (max) for generating an excerpt.
|
348 |
<div class="wrap">
|
349 |
<h2><?php _e('All in One SEO Plugin Options', 'all_in_one_seo_pack'); ?></h2>
|
350 |
<p>
|
351 |
+
<?php _e('<a target="_blank" title="All in One SEO Plugin Help" href="http://wp.uberdose.com/2007/05/11/all-in-one-seo-pack-help/">Help</a>', 'all_in_one_seo_pack') ?>
|
352 |
+
| <?php _e('<a target="_blank" title="FAQ" href="http://wp.uberdose.com/2007/07/11/all-in-one-seo-pack-faq/">FAQ</a>', 'all_in_one_seo_pack') ?>
|
353 |
+
| <?php _e('<a target="_blank" title="All in One SEO Plugin Feedback" href="http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/#respond">Feedback</a>', 'all_in_one_seo_pack') ?>
|
354 |
</p>
|
355 |
<form name="dofollow" action="" method="post">
|
356 |
<table>
|
readme.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
=== All in One SEO Pack ===
|
2 |
Contributors: uberdose
|
3 |
-
Donate link:
|
4 |
Tags: post,google,seo,meta,meta keywords,meta description,title
|
5 |
Requires at least: 2.0.2
|
6 |
Tested up to: 2.2
|
1 |
=== All in One SEO Pack ===
|
2 |
Contributors: uberdose
|
3 |
+
Donate link: http://wp.uberdose.com/contribute/
|
4 |
Tags: post,google,seo,meta,meta keywords,meta description,title
|
5 |
Requires at least: 2.0.2
|
6 |
Tested up to: 2.2
|