Version Description
Download this release
Release Info
Developer | SEO Design Solutions |
Plugin | SEO Ultimate |
Version | 1.5.3 |
Comparing to | |
See all releases |
Code changes from version 1.5.2 to 1.5.3
- modules/class.su-module.php +2 -2
- modules/sds-blog/sds-blog.php +3 -3
- readme.txt +6 -1
- seo-ultimate.php +4 -4
modules/class.su-module.php
CHANGED
@@ -450,7 +450,7 @@ class SU_Module {
|
|
450 |
$filenames = array(
|
451 |
$this->get_settings_key()
|
452 |
, $this->get_module_key()
|
453 |
-
, $this->
|
454 |
);
|
455 |
|
456 |
foreach ($filenames as $filename) {
|
@@ -1122,7 +1122,7 @@ class SU_Module {
|
|
1122 |
|
1123 |
if (is_array($values)) {
|
1124 |
|
1125 |
-
register_setting($this->get_module_key(), $name
|
1126 |
$name = su_esc_attr($name);
|
1127 |
|
1128 |
foreach ($values as $value => $desc) {
|
450 |
$filenames = array(
|
451 |
$this->get_settings_key()
|
452 |
, $this->get_module_key()
|
453 |
+
, $this->get_parent_module()
|
454 |
);
|
455 |
|
456 |
foreach ($filenames as $filename) {
|
1122 |
|
1123 |
if (is_array($values)) {
|
1124 |
|
1125 |
+
register_setting($this->get_module_key(), $name);
|
1126 |
$name = su_esc_attr($name);
|
1127 |
|
1128 |
foreach ($values as $value => $desc) {
|
modules/sds-blog/sds-blog.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* SEO Design Solutions Whitepapers Module
|
4 |
*
|
5 |
-
* @version 1.0.
|
6 |
* @since 0.1
|
7 |
*/
|
8 |
|
@@ -34,13 +34,13 @@ class SU_SdsBlog extends SU_Module {
|
|
34 |
}
|
35 |
|
36 |
function load_blog_rss() {
|
37 |
-
$rss = suwp::load_rss('http://feeds.seodesignsolutions.com/SeoDesignSolutionsBlog');
|
38 |
if ($rss) $this->update_setting('rssitems', $rss->items);
|
39 |
}
|
40 |
|
41 |
function admin_page_contents() {
|
42 |
global $seo_ultimate;
|
43 |
-
echo "<a href='http://www.seodesignsolutions.com'><img src='{$seo_ultimate->plugin_dir_url}images/sds-logo.png' alt='".__("SEO Design Solutions", 'seo-ultimate')."' id='sds-logo' /></a>";
|
44 |
echo "<p>".__("Search engine optimization articles from the company behind the SEO Ultimate plugin.", 'seo-ultimate')."</p>\n";
|
45 |
echo "<div class='rss-widget'>\n";
|
46 |
|
2 |
/**
|
3 |
* SEO Design Solutions Whitepapers Module
|
4 |
*
|
5 |
+
* @version 1.0.6
|
6 |
* @since 0.1
|
7 |
*/
|
8 |
|
34 |
}
|
35 |
|
36 |
function load_blog_rss() {
|
37 |
+
$rss = suwp::load_rss('http://feeds.seodesignsolutions.com/SeoDesignSolutionsBlog', SU_USER_AGENT);
|
38 |
if ($rss) $this->update_setting('rssitems', $rss->items);
|
39 |
}
|
40 |
|
41 |
function admin_page_contents() {
|
42 |
global $seo_ultimate;
|
43 |
+
echo "<a href='http://www.seodesignsolutions.com'><img src='{$seo_ultimate->plugin_dir_url}plugin/images/sds-logo.png' alt='".__("SEO Design Solutions", 'seo-ultimate')."' id='sds-logo' /></a>";
|
44 |
echo "<p>".__("Search engine optimization articles from the company behind the SEO Ultimate plugin.", 'seo-ultimate')."</p>\n";
|
45 |
echo "<div class='rss-widget'>\n";
|
46 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: SEO Design Solutions
|
|
3 |
Tags: seo, google, yahoo, bing, search engines, admin, post, page, modules, title, meta, noindex, canonical, 404, robots.txt, htaccess, slugs, url, anchor, more, link, excerpt, permalink
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 2.9
|
6 |
-
Stable tag: 1.5.
|
7 |
|
8 |
This all-in-one SEO plugin gives you control over titles, noindex, meta data, slugs, canonical tags, "more" links, 404 error tracking, and more.
|
9 |
|
@@ -573,6 +573,11 @@ Frequently asked questions, documentation, and troubleshooting tips for SEO Ulti
|
|
573 |
|
574 |
== Changelog ==
|
575 |
|
|
|
|
|
|
|
|
|
|
|
576 |
= Version 1.5.2 (January 25, 2010) =
|
577 |
* Bugfix: Uninstallation now works when the plugin is deactivated
|
578 |
|
3 |
Tags: seo, google, yahoo, bing, search engines, admin, post, page, modules, title, meta, noindex, canonical, 404, robots.txt, htaccess, slugs, url, anchor, more, link, excerpt, permalink
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 2.9
|
6 |
+
Stable tag: 1.5.3
|
7 |
|
8 |
This all-in-one SEO plugin gives you control over titles, noindex, meta data, slugs, canonical tags, "more" links, 404 error tracking, and more.
|
9 |
|
573 |
|
574 |
== Changelog ==
|
575 |
|
576 |
+
= Version 1.5.3 (January 27, 2010) =
|
577 |
+
* Bugfix: Fixed "get_parent_module_key" fatal error that appeared under limited circumstances
|
578 |
+
* Bugfix: Fixed "load_rss" fatal error that appeared under some circumstances
|
579 |
+
* Bugfix: Fixed broken image in the Whitepapers module
|
580 |
+
|
581 |
= Version 1.5.2 (January 25, 2010) =
|
582 |
* Bugfix: Uninstallation now works when the plugin is deactivated
|
583 |
|
seo-ultimate.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: SEO Ultimate
|
4 |
Plugin URI: http://www.seodesignsolutions.com/wordpress-seo/
|
5 |
Description: This all-in-one SEO plugin gives you control over titles, noindex, meta data, slugs, canonical tags, "more" links, 404 error tracking, and more.
|
6 |
-
Version: 1.5.
|
7 |
Author: SEO Design Solutions
|
8 |
Author URI: http://www.seodesignsolutions.com/
|
9 |
Text Domain: seo-ultimate
|
@@ -12,7 +12,7 @@ Text Domain: seo-ultimate
|
|
12 |
/**
|
13 |
* The main SEO Ultimate plugin file.
|
14 |
* @package SeoUltimate
|
15 |
-
* @version 1.5.
|
16 |
* @link http://www.seodesignsolutions.com/wordpress-seo/ SEO Ultimate Homepage
|
17 |
*/
|
18 |
|
@@ -38,10 +38,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
38 |
//Reading plugin info from constants is faster than trying to parse it from the header above.
|
39 |
define("SU_PLUGIN_NAME", "SEO Ultimate");
|
40 |
define("SU_PLUGIN_URI", "http://www.seodesignsolutions.com/wordpress-seo/");
|
41 |
-
define("SU_VERSION", "1.5.
|
42 |
define("SU_AUTHOR", "SEO Design Solutions");
|
43 |
define("SU_AUTHOR_URI", "http://www.seodesignsolutions.com/");
|
44 |
-
define("SU_USER_AGENT", "SeoUltimate/1.5.
|
45 |
|
46 |
/********** INCLUDES **********/
|
47 |
|
3 |
Plugin Name: SEO Ultimate
|
4 |
Plugin URI: http://www.seodesignsolutions.com/wordpress-seo/
|
5 |
Description: This all-in-one SEO plugin gives you control over titles, noindex, meta data, slugs, canonical tags, "more" links, 404 error tracking, and more.
|
6 |
+
Version: 1.5.3
|
7 |
Author: SEO Design Solutions
|
8 |
Author URI: http://www.seodesignsolutions.com/
|
9 |
Text Domain: seo-ultimate
|
12 |
/**
|
13 |
* The main SEO Ultimate plugin file.
|
14 |
* @package SeoUltimate
|
15 |
+
* @version 1.5.3
|
16 |
* @link http://www.seodesignsolutions.com/wordpress-seo/ SEO Ultimate Homepage
|
17 |
*/
|
18 |
|
38 |
//Reading plugin info from constants is faster than trying to parse it from the header above.
|
39 |
define("SU_PLUGIN_NAME", "SEO Ultimate");
|
40 |
define("SU_PLUGIN_URI", "http://www.seodesignsolutions.com/wordpress-seo/");
|
41 |
+
define("SU_VERSION", "1.5.3");
|
42 |
define("SU_AUTHOR", "SEO Design Solutions");
|
43 |
define("SU_AUTHOR_URI", "http://www.seodesignsolutions.com/");
|
44 |
+
define("SU_USER_AGENT", "SeoUltimate/1.5.3");
|
45 |
|
46 |
/********** INCLUDES **********/
|
47 |
|