Version Description
Download this release
Release Info
Developer | SEO Design Solutions |
Plugin | SEO Ultimate |
Version | 7.6.4.3 |
Comparing to | |
See all releases |
Code changes from version 7.6.4.2 to 7.6.4.3
- modules/class.su-module.php +3 -8
- modules/rich-snippets/rich-snippets.php +6 -8
- modules/sdf-ads/sdf-ads.js +4 -4
- plugin/class.seo-ultimate.php +4 -4
- readme.txt +4 -1
- seo-ultimate.php +4 -4
modules/class.su-module.php
CHANGED
@@ -2345,14 +2345,9 @@ class SU_Module {
|
|
2345 |
|
2346 |
$e_title = su_esc_attr($title);
|
2347 |
|
2348 |
-
|
2349 |
-
|
2350 |
-
|
2351 |
-
. "</div>\n<div class='col-sm-4 col-md-4 help-text'>\n</div>\n</div>\n";
|
2352 |
-
else
|
2353 |
-
$html = "<div class='form-group su textbox'>\n<label class='col-sm-4 col-md-4 control-label' for='$id'>$title</label>\n<div class='col-sm-4 col-md-4'><input name='$id' id='$id' type='$type' value='$value' class='"
|
2354 |
-
.$input_clss."form-control regular-text' tabindex='2' />\n"
|
2355 |
-
. "</div>\n<div class='col-sm-4 col-md-4 help-text'>\n</div>\n</div>\n";
|
2356 |
}
|
2357 |
|
2358 |
if ($grouptext) {
|
2345 |
|
2346 |
$e_title = su_esc_attr($title);
|
2347 |
|
2348 |
+
$html = "<div class='form-group su textbox'>\n<label class='col-sm-4 col-md-4 control-label' for='$id'>$title</label>\n<div class='col-sm-4 col-md-4'><input name='$id' id='$id' type='$type' value='$value' class='"
|
2349 |
+
. $input_clss."form-control regular-text' tabindex='2' />\n"
|
2350 |
+
. "</div>\n<div class='col-sm-4 col-md-4 help-text'>\n</div>\n</div>\n";
|
|
|
|
|
|
|
|
|
|
|
2351 |
}
|
2352 |
|
2353 |
if ($grouptext) {
|
modules/rich-snippets/rich-snippets.php
CHANGED
@@ -370,14 +370,12 @@ class SU_RichSnippets extends SU_Module {
|
|
370 |
|
371 |
$fields['serp'][46]['rich_snippet_place_address_street|rich_snippet_place_address_po_box|rich_snippet_place_address_city|rich_snippet_place_address_state|rich_snippet_place_address_country|rich_snippet_place_address_postal_code|rich_snippet_place_map_url|rich_snippet_place_tel_number|rich_snippet_place_fax_number|rich_snippet_place_photo'] =
|
372 |
$this->get_postmeta_subsection('rich_snippet_type', 'place',
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
, 'rich_snippet_place_address_postal_code' => __('Postal Code:', 'seo-ultimate')
|
380 |
-
), array(), __('Address:', 'seo-ultimate'))
|
381 |
. $this->get_postmeta_jlsuggest_box('rich_snippet_place_map_url', __('Map Page:', 'seo-ultimate'), 'types=posttype')
|
382 |
. $this->get_postmeta_textbox('rich_snippet_place_tel_number', __('Phone Number:', 'seo-ultimate'), array('type' => 'tel'))
|
383 |
. $this->get_postmeta_textbox('rich_snippet_place_fax_number', __('Fax Number:', 'seo-ultimate'), array('type' => 'tel'))
|
370 |
|
371 |
$fields['serp'][46]['rich_snippet_place_address_street|rich_snippet_place_address_po_box|rich_snippet_place_address_city|rich_snippet_place_address_state|rich_snippet_place_address_country|rich_snippet_place_address_postal_code|rich_snippet_place_map_url|rich_snippet_place_tel_number|rich_snippet_place_fax_number|rich_snippet_place_photo'] =
|
372 |
$this->get_postmeta_subsection('rich_snippet_type', 'place',
|
373 |
+
$this->get_postmeta_textbox('rich_snippet_place_address_street', __('Street Address:', 'seo-ultimate'), array('type' => 'text'))
|
374 |
+
. $this->get_postmeta_textbox('rich_snippet_place_address_po_box', __('Post Office Box Number:', 'seo-ultimate'), array('type' => 'text'))
|
375 |
+
. $this->get_postmeta_textbox('rich_snippet_place_address_city', __('City:', 'seo-ultimate'), array('type' => 'text'))
|
376 |
+
. $this->get_postmeta_textbox('rich_snippet_place_address_state', __('State or Region:', 'seo-ultimate'), array('type' => 'text'))
|
377 |
+
. $this->get_postmeta_textbox('rich_snippet_place_address_country', __('Country:', 'seo-ultimate'), array('type' => 'text'))
|
378 |
+
. $this->get_postmeta_textbox('rich_snippet_place_address_postal_code', __('Postal Code:', 'seo-ultimate'), array('type' => 'text'))
|
|
|
|
|
379 |
. $this->get_postmeta_jlsuggest_box('rich_snippet_place_map_url', __('Map Page:', 'seo-ultimate'), 'types=posttype')
|
380 |
. $this->get_postmeta_textbox('rich_snippet_place_tel_number', __('Phone Number:', 'seo-ultimate'), array('type' => 'tel'))
|
381 |
. $this->get_postmeta_textbox('rich_snippet_place_fax_number', __('Fax Number:', 'seo-ultimate'), array('type' => 'tel'))
|
modules/sdf-ads/sdf-ads.js
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
jQuery(document).ready(function($) {
|
5 |
|
6 |
$('#sdf-promo-carousel').hide();
|
7 |
-
$('#
|
8 |
var sds_promo_blog_post = $('#sds_promo_blog_post').html();
|
9 |
var banners_remote = 'https://s3.amazonaws.com/sdfimages/seoultimatebanner/seo_ultimate_banners_jsonp_764.json';
|
10 |
|
@@ -46,10 +46,10 @@ jQuery(document).ready(function($) {
|
|
46 |
$('#sdf-promo-carousel').html(sdf_carousel).delay(500).fadeIn(600).carousel({ interval:8000 });
|
47 |
|
48 |
// dashboard widget
|
49 |
-
$('#
|
50 |
-
$('#
|
51 |
setTimeout(function(){
|
52 |
-
$('#
|
53 |
},800);
|
54 |
}
|
55 |
})
|
4 |
jQuery(document).ready(function($) {
|
5 |
|
6 |
$('#sdf-promo-carousel').hide();
|
7 |
+
$('#sdf_dashboard_widget .inside').hide();
|
8 |
var sds_promo_blog_post = $('#sds_promo_blog_post').html();
|
9 |
var banners_remote = 'https://s3.amazonaws.com/sdfimages/seoultimatebanner/seo_ultimate_banners_jsonp_764.json';
|
10 |
|
46 |
$('#sdf-promo-carousel').html(sdf_carousel).delay(500).fadeIn(600).carousel({ interval:8000 });
|
47 |
|
48 |
// dashboard widget
|
49 |
+
$('#sdf_dashboard_widget h3.hndle span').html(data.dashboard_widget[0].title);
|
50 |
+
$('#sdf_dashboard_widget .inside').html(data.dashboard_widget[0].content);
|
51 |
setTimeout(function(){
|
52 |
+
$('#sdf_dashboard_widget .inside').fadeIn(600);
|
53 |
},800);
|
54 |
}
|
55 |
})
|
plugin/class.seo-ultimate.php
CHANGED
@@ -2087,7 +2087,7 @@ class SEO_Ultimate {
|
|
2087 |
*/
|
2088 |
function su_add_dashboard_widgets() {
|
2089 |
|
2090 |
-
wp_add_dashboard_widget( '
|
2091 |
|
2092 |
// Globalize the metaboxes array, this holds all the widgets for wp-admin
|
2093 |
global $wp_meta_boxes;
|
@@ -2097,8 +2097,8 @@ class SEO_Ultimate {
|
|
2097 |
$normal_dashboard = $wp_meta_boxes['dashboard']['normal']['core'];
|
2098 |
|
2099 |
// Backup and delete our new dashboard widget from the end of the array
|
2100 |
-
$su_widget_backup = array( '
|
2101 |
-
unset( $normal_dashboard['
|
2102 |
|
2103 |
// Merge the two arrays together so our widget is at the beginning
|
2104 |
$sorted_dashboard = array_merge( $su_widget_backup, $normal_dashboard );
|
@@ -2111,7 +2111,7 @@ class SEO_Ultimate {
|
|
2111 |
/**
|
2112 |
* Create the function to output the contents of our Dashboard Widget.
|
2113 |
*/
|
2114 |
-
function
|
2115 |
|
2116 |
// Display whatever it is you want to show in widget content.
|
2117 |
//echo "";
|
2087 |
*/
|
2088 |
function su_add_dashboard_widgets() {
|
2089 |
|
2090 |
+
wp_add_dashboard_widget( 'sdf_dashboard_widget', 'From the Creators of SEO Ultimate', array(&$this, 'sdf_dashboard_widget_function') );
|
2091 |
|
2092 |
// Globalize the metaboxes array, this holds all the widgets for wp-admin
|
2093 |
global $wp_meta_boxes;
|
2097 |
$normal_dashboard = $wp_meta_boxes['dashboard']['normal']['core'];
|
2098 |
|
2099 |
// Backup and delete our new dashboard widget from the end of the array
|
2100 |
+
$su_widget_backup = array( 'sdf_dashboard_widget' => $normal_dashboard['sdf_dashboard_widget'] );
|
2101 |
+
unset( $normal_dashboard['sdf_dashboard_widget'] );
|
2102 |
|
2103 |
// Merge the two arrays together so our widget is at the beginning
|
2104 |
$sorted_dashboard = array_merge( $su_widget_backup, $normal_dashboard );
|
2111 |
/**
|
2112 |
* Create the function to output the contents of our Dashboard Widget.
|
2113 |
*/
|
2114 |
+
function sdf_dashboard_widget_function() {
|
2115 |
|
2116 |
// Display whatever it is you want to show in widget content.
|
2117 |
//echo "";
|
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.2 (April 11, 2014) =
|
248 |
* Bugfix: Twitter Card Tags Handle Fix
|
249 |
|
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.3
|
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.3 (April 14, 2014) =
|
248 |
+
* Bugfix: Rich Snippet Creator's "Place” search result type address fields appearance fix
|
249 |
+
|
250 |
= Version 7.6.4.2 (April 11, 2014) =
|
251 |
* Bugfix: Twitter Card Tags Handle Fix
|
252 |
|
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.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 7.6.4.3
|
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.3');
|
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.3');
|
55 |
|
56 |
/********** INCLUDES **********/
|
57 |
|