Version Description
Download this release
Release Info
Developer | SEO Design Solutions |
Plugin | SEO Ultimate |
Version | 7.6.4.1 |
Comparing to | |
See all releases |
Code changes from version 7.6.4 to 7.6.4.1
- modules/misc/misc.php +5 -1
- readme.txt +4 -1
- seo-ultimate.php +4 -4
modules/misc/misc.php
CHANGED
@@ -13,10 +13,14 @@ class SU_Misc extends SU_Module {
|
|
13 |
static function get_menu_pos() { return 30; }
|
14 |
function admin_page_contents() {
|
15 |
|
|
|
|
|
16 |
if ($this->should_show_sdf_theme_promo()) {
|
17 |
-
echo "\n\n<div class='row'>\n";
|
18 |
echo "\n\n<div class='col-sm-8 col-md-9'>\n";
|
19 |
}
|
|
|
|
|
|
|
20 |
|
21 |
echo '<p>' . __('The Miscellaneous page contains modules that don’t have enough settings to warrant their own separate admin pages.', 'seo-ultimate') . '</p>';
|
22 |
$this->children_admin_pages_form();
|
13 |
static function get_menu_pos() { return 30; }
|
14 |
function admin_page_contents() {
|
15 |
|
16 |
+
echo "\n\n<div class='row'>\n";
|
17 |
+
|
18 |
if ($this->should_show_sdf_theme_promo()) {
|
|
|
19 |
echo "\n\n<div class='col-sm-8 col-md-9'>\n";
|
20 |
}
|
21 |
+
else {
|
22 |
+
echo "\n\n<div class='col-md-12'>\n";
|
23 |
+
}
|
24 |
|
25 |
echo '<p>' . __('The Miscellaneous page contains modules that don’t have enough settings to warrant their own separate admin pages.', 'seo-ultimate') . '</p>';
|
26 |
$this->children_admin_pages_form();
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: SEO Design Solutions, JohnLamansky, djalexandar
|
|
3 |
Tags: seo, SEO Ultimate, suite, google, yahoo, bing, search engines, admin, post, page, custom post types, categories, tags, terms, custom taxonomies, base, title, title tag, wp_title, meta, robots, noindex, nofollow, canonical, HTTP headers, 404, robots.txt, htaccess, slugs, url, anchor, more, link, excerpt, permalink, links, autolinks, code, footer, settings, redirect, 301, 302, 307, modules, uninstallable, reinstallable, downgradable, import, export, CSV, affiliate, Open Graph, og, microdata, Facebook, Twitter, Schema.org
|
4 |
Requires at least: 3.5
|
5 |
Tested up to: 3.8.1
|
6 |
-
Stable tag: 7.6.4
|
7 |
|
8 |
This all-in-one SEO plugin gives you control over title tags, noindex, meta tags, Open Graph, slugs, canonical, autolinks, 404 errors, rich snippets, and more.
|
9 |
|
@@ -244,6 +244,9 @@ Frequently asked questions, settings help, and troubleshooting tips for SEO Ulti
|
|
244 |
|
245 |
== Changelog ==
|
246 |
|
|
|
|
|
|
|
247 |
= Version 7.6.4 (April 9, 2014) =
|
248 |
* Bugfix: Title tag issue with $ sign when followed by a number 0-99 (Pre-parse the title replacement text to escape the $n backreferences because of preg_replace issue)
|
249 |
* Bugfix: Post Metabox Single Tab layout issue
|
3 |
Tags: seo, SEO Ultimate, suite, google, yahoo, bing, search engines, admin, post, page, custom post types, categories, tags, terms, custom taxonomies, base, title, title tag, wp_title, meta, robots, noindex, nofollow, canonical, HTTP headers, 404, robots.txt, htaccess, slugs, url, anchor, more, link, excerpt, permalink, links, autolinks, code, footer, settings, redirect, 301, 302, 307, modules, uninstallable, reinstallable, downgradable, import, export, CSV, affiliate, Open Graph, og, microdata, Facebook, Twitter, Schema.org
|
4 |
Requires at least: 3.5
|
5 |
Tested up to: 3.8.1
|
6 |
+
Stable tag: 7.6.4.1
|
7 |
|
8 |
This all-in-one SEO plugin gives you control over title tags, noindex, meta tags, Open Graph, slugs, canonical, autolinks, 404 errors, rich snippets, and more.
|
9 |
|
244 |
|
245 |
== Changelog ==
|
246 |
|
247 |
+
= Version 7.6.4.1 (April 10, 2014) =
|
248 |
+
* Bugfix: Layout Fix on Miscellaneous page
|
249 |
+
|
250 |
= Version 7.6.4 (April 9, 2014) =
|
251 |
* Bugfix: Title tag issue with $ sign when followed by a number 0-99 (Pre-parse the title replacement text to escape the $n backreferences because of preg_replace issue)
|
252 |
* Bugfix: Post Metabox Single Tab layout issue
|
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 title tags, noindex/nofollow, meta tags, rich snippets, slugs, canonical tags, autolinks, 404 errors, rich snippets, and more.
|
6 |
-
Version: 7.6.4
|
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 7.6.4
|
16 |
* @link http://www.seodesignsolutions.com/wordpress-seo/ SEO Ultimate Homepage
|
17 |
*/
|
18 |
|
@@ -48,10 +48,10 @@ define('SU_MINIMUM_WP_VER', '3.5');
|
|
48 |
//Reading plugin info from constants is faster than trying to parse it from the header above.
|
49 |
define('SU_PLUGIN_NAME', 'SEO Ultimate');
|
50 |
define('SU_PLUGIN_URI', 'http://www.seodesignsolutions.com/wordpress-seo/');
|
51 |
-
define('SU_VERSION', '7.6.4');
|
52 |
define('SU_AUTHOR', 'SEO Design Solutions');
|
53 |
define('SU_AUTHOR_URI', 'http://www.seodesignframework.com/');
|
54 |
-
define('SU_USER_AGENT', 'SeoUltimate/7.6.4');
|
55 |
|
56 |
/********** INCLUDES **********/
|
57 |
|
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 title tags, noindex/nofollow, meta tags, rich snippets, slugs, canonical tags, autolinks, 404 errors, rich snippets, and more.
|
6 |
+
Version: 7.6.4.1
|
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 7.6.4.1
|
16 |
* @link http://www.seodesignsolutions.com/wordpress-seo/ SEO Ultimate Homepage
|
17 |
*/
|
18 |
|
48 |
//Reading plugin info from constants is faster than trying to parse it from the header above.
|
49 |
define('SU_PLUGIN_NAME', 'SEO Ultimate');
|
50 |
define('SU_PLUGIN_URI', 'http://www.seodesignsolutions.com/wordpress-seo/');
|
51 |
+
define('SU_VERSION', '7.6.4.1');
|
52 |
define('SU_AUTHOR', 'SEO Design Solutions');
|
53 |
define('SU_AUTHOR_URI', 'http://www.seodesignframework.com/');
|
54 |
+
define('SU_USER_AGENT', 'SeoUltimate/7.6.4.1');
|
55 |
|
56 |
/********** INCLUDES **********/
|
57 |
|