Version Description
Download this release
Release Info
Developer | SEO Design Solutions |
Plugin | SEO Ultimate |
Version | 7.6.5.9 |
Comparing to | |
See all releases |
Code changes from version 7.6.5.8 to 7.6.5.9
- modules/class.su-module.php +6 -2
- modules/sdf-ads/banners/sdf-website-silo-architecture.png +0 -0
- modules/sdf-ads/banners/seo-design-framework-banner.jpg +0 -0
- modules/sdf-ads/banners/seo-ultimate-plugin-done-for-you-service.jpg +0 -0
- modules/sdf-ads/banners/seo-ultimate-plus-video-training.jpg +0 -0
- modules/sdf-ads/banners/seo-ultimate-wordpress-dashboard.jpg +0 -0
- modules/sdf-ads/banners/seo-ultimate-wordpress-dashboard.png +0 -0
- modules/sdf-ads/banners/seoultimateplus_300x250_set13.jpg +0 -0
- modules/sdf-ads/banners/seoultimateplus_300x250_set14.jpg +0 -0
- modules/sdf-ads/banners/seoultimateplus_300x250_set3.jpg +0 -0
- modules/sdf-ads/banners/seoultimateplus_300x600_set13.jpg +0 -0
- modules/sdf-ads/banners/seoultimateplus_300x600_set14.jpg +0 -0
- modules/sdf-ads/sdf-ads.js +6 -6
- plugin/class.seo-ultimate.php +2 -2
- plugin/seo.admin.css +3 -0
- plugin/su-functions.php +10 -0
- readme.txt +5 -2
- seo-ultimate.php +4 -4
modules/class.su-module.php
CHANGED
@@ -378,7 +378,11 @@ class SU_Module {
|
|
378 |
*
|
379 |
* @since 6.0
|
380 |
*/
|
381 |
-
function admin_page_init() {
|
|
|
|
|
|
|
|
|
382 |
|
383 |
/**
|
384 |
* Is called at WordPress' admin_init hook when the post editor is loaded.
|
@@ -3068,7 +3072,7 @@ class SU_Module {
|
|
3068 |
</div>
|
3069 |
<div id="sdf-promo-carousel"></div>
|
3070 |
<p>Remove these ads?<br />
|
3071 |
-
<a href="https://seoultimateplus.com
|
3072 |
<?php
|
3073 |
}
|
3074 |
}
|
378 |
*
|
379 |
* @since 6.0
|
380 |
*/
|
381 |
+
function admin_page_init() {
|
382 |
+
|
383 |
+
add_filter( 'admin_body_class', 'su_add_admin_body_class' );
|
384 |
+
|
385 |
+
}
|
386 |
|
387 |
/**
|
388 |
* Is called at WordPress' admin_init hook when the post editor is loaded.
|
3072 |
</div>
|
3073 |
<div id="sdf-promo-carousel"></div>
|
3074 |
<p>Remove these ads?<br />
|
3075 |
+
<a href="https://www.seoultimateplus.com/breaking-news" target="_blank" title="Upgrade to SEO Ultimate+">Upgrade to SEO Ultimate+</a></p>
|
3076 |
<?php
|
3077 |
}
|
3078 |
}
|
modules/sdf-ads/banners/sdf-website-silo-architecture.png
DELETED
Binary file
|
modules/sdf-ads/banners/seo-design-framework-banner.jpg
DELETED
Binary file
|
modules/sdf-ads/banners/seo-ultimate-plugin-done-for-you-service.jpg
DELETED
Binary file
|
modules/sdf-ads/banners/seo-ultimate-plus-video-training.jpg
DELETED
Binary file
|
modules/sdf-ads/banners/seo-ultimate-wordpress-dashboard.jpg
ADDED
Binary file
|
modules/sdf-ads/banners/seo-ultimate-wordpress-dashboard.png
DELETED
Binary file
|
modules/sdf-ads/banners/seoultimateplus_300x250_set13.jpg
ADDED
Binary file
|
modules/sdf-ads/banners/seoultimateplus_300x250_set14.jpg
ADDED
Binary file
|
modules/sdf-ads/banners/seoultimateplus_300x250_set3.jpg
ADDED
Binary file
|
modules/sdf-ads/banners/seoultimateplus_300x600_set13.jpg
ADDED
Binary file
|
modules/sdf-ads/banners/seoultimateplus_300x600_set14.jpg
ADDED
Binary file
|
modules/sdf-ads/sdf-ads.js
CHANGED
@@ -8,18 +8,18 @@ jQuery(document).ready(function($) {
|
|
8 |
var sds_promo_blog_post = $('#sds_promo_blog_post').html();
|
9 |
var banners_remote = ({
|
10 |
"banners": [
|
11 |
-
{"banner_img":"
|
12 |
-
{"banner_img":"
|
13 |
-
{"banner_img":"
|
14 |
-
{"banner_img":"
|
15 |
-
{"banner_img":"
|
16 |
],
|
17 |
"slides": [
|
18 |
{"slide_cap":"<h3>Download Jeffrey’s Brain</h3><p>Get Equipped for Success - Tips from Our Founder. Download: 20 SEO Tips, SEO for Large Websites and the Organic SEO EBook today.</p>", "slide_link":"http://www.seodesignframework.com/ebooks/"},
|
19 |
{"slide_cap":"<h3>Silos Made Easy</h3><p>Deploy Perfect Website Silo Architecture Quickly and Easily with the SEO Design Framework.</p>", "slide_link":"http://www.seodesignframework.com/website-silo-architecture/"}
|
20 |
],
|
21 |
"dashboard_widget": [
|
22 |
-
{"title":"
|
23 |
]
|
24 |
})
|
25 |
|
8 |
var sds_promo_blog_post = $('#sds_promo_blog_post').html();
|
9 |
var banners_remote = ({
|
10 |
"banners": [
|
11 |
+
{"banner_img":"seoultimateplus_300x250_set13.jpg", "banner_link":"https://www.seoultimateplus.com/breaking-news"},
|
12 |
+
{"banner_img":"seoultimateplus_300x600_set13.jpg", "banner_link":"https://www.seoultimateplus.com/breaking-news"},
|
13 |
+
{"banner_img":"seoultimateplus_300x250_set14.jpg", "banner_link":"https://www.seoultimateplus.com/breaking-news"},
|
14 |
+
{"banner_img":"seoultimateplus_300x600_set14.jpg", "banner_link":"https://www.seoultimateplus.com/breaking-news"},
|
15 |
+
{"banner_img":"seoultimateplus_300x250_set3.jpg", "banner_link":"https://www.seoultimateplus.com/breaking-news"}
|
16 |
],
|
17 |
"slides": [
|
18 |
{"slide_cap":"<h3>Download Jeffrey’s Brain</h3><p>Get Equipped for Success - Tips from Our Founder. Download: 20 SEO Tips, SEO for Large Websites and the Organic SEO EBook today.</p>", "slide_link":"http://www.seodesignframework.com/ebooks/"},
|
19 |
{"slide_cap":"<h3>Silos Made Easy</h3><p>Deploy Perfect Website Silo Architecture Quickly and Easily with the SEO Design Framework.</p>", "slide_link":"http://www.seodesignframework.com/website-silo-architecture/"}
|
20 |
],
|
21 |
"dashboard_widget": [
|
22 |
+
{"title":"An Important Message about SEO Ultimate", "content":"<p>Make sure to <a rel=\"nofollow\" target=\"_blank\" title=\"An Important Message about SEO Ultimate\" href=\"https://www.seoultimateplus.com/breaking-news\">watch the video</a> about this update.</p><a rel=\"nofollow\" target=\"_blank\" title=\"An Important Message about SEO Ultimate\" href=\"https://www.seoultimateplus.com/breaking-news\"><img src=\"" + suModulesSdfAdsSdfAdsL10n.sdf_banners_url + "seo-ultimate-wordpress-dashboard.jpg\" alt=\"SEO Ultimate video training\" /></a>"}
|
23 |
]
|
24 |
})
|
25 |
|
plugin/class.seo-ultimate.php
CHANGED
@@ -849,7 +849,7 @@ class SEO_Ultimate {
|
|
849 |
|
850 |
if ($parent == 'seo' && !$added_main_menu) {
|
851 |
//Add the "SEO" menu item!
|
852 |
-
|
853 |
|
854 |
//Translations and count codes will mess up the admin page hook, so we need to fix it manually.
|
855 |
global $admin_page_hooks;
|
@@ -2087,7 +2087,7 @@ class SEO_Ultimate {
|
|
2087 |
*/
|
2088 |
function su_add_dashboard_widgets() {
|
2089 |
|
2090 |
-
wp_add_dashboard_widget( 'sdf_dashboard_widget', '
|
2091 |
|
2092 |
// Globalize the metaboxes array, this holds all the widgets for wp-admin
|
2093 |
global $wp_meta_boxes;
|
849 |
|
850 |
if ($parent == 'seo' && !$added_main_menu) {
|
851 |
//Add the "SEO" menu item!
|
852 |
+
add_menu_page(__('SEO Ultimate', 'seo-ultimate'), __('SEO', 'seo-ultimate').$main_count_code, 'manage_options', 'seo', array(), 'div', 2);
|
853 |
|
854 |
//Translations and count codes will mess up the admin page hook, so we need to fix it manually.
|
855 |
global $admin_page_hooks;
|
2087 |
*/
|
2088 |
function su_add_dashboard_widgets() {
|
2089 |
|
2090 |
+
wp_add_dashboard_widget( 'sdf_dashboard_widget', 'An Important Message about 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;
|
plugin/seo.admin.css
CHANGED
@@ -6,6 +6,9 @@ small.expand-hide a.wpu-open-close{
|
|
6 |
color:#868686;
|
7 |
line-height: 32px;
|
8 |
}
|
|
|
|
|
|
|
9 |
body#media-upload {
|
10 |
margin: 8px;}
|
11 |
.img-responsive {
|
6 |
color:#868686;
|
7 |
line-height: 32px;
|
8 |
}
|
9 |
+
body.su_admin_dashoard {
|
10 |
+
background-color: #fff;
|
11 |
+
}
|
12 |
body#media-upload {
|
13 |
margin: 8px;}
|
14 |
.img-responsive {
|
plugin/su-functions.php
CHANGED
@@ -112,6 +112,16 @@ function su_esc_html($str) {
|
|
112 |
return esc_html($str);
|
113 |
}
|
114 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
/**
|
116 |
* Escapes HTML. Double-encodes existing entities (ideal for editable HTML).
|
117 |
*
|
112 |
return esc_html($str);
|
113 |
}
|
114 |
|
115 |
+
/**
|
116 |
+
* Adds one or more classes to the body tag in the dashboard.
|
117 |
+
*
|
118 |
+
* @param String $classes Current body classes.
|
119 |
+
* @return String Altered body classes.
|
120 |
+
*/
|
121 |
+
function su_add_admin_body_class( $classes ) {
|
122 |
+
return "$classes su_admin_dashoard";
|
123 |
+
}
|
124 |
+
|
125 |
/**
|
126 |
* Escapes HTML. Double-encodes existing entities (ideal for editable HTML).
|
127 |
*
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: SEO Design Solutions, JohnLamansky, djalexandar, M Rub Shuvo
|
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.9
|
5 |
-
Tested up to: 4.
|
6 |
-
Stable tag: 7.6.5.
|
7 |
|
8 |
This all-in-one SEO plugin gives you control over meta titles & descriptions, open graph, auto-linking, rich-snippets, 404 monitoring, siloing & more.
|
9 |
|
@@ -254,6 +254,9 @@ Frequently asked questions, settings help, and troubleshooting tips for SEO Ulti
|
|
254 |
|
255 |
== Changelog ==
|
256 |
|
|
|
|
|
|
|
257 |
= Version 7.6.5.8 (September 23, 2015) =
|
258 |
* Bugfix: Admin pagination
|
259 |
* Bugfix: Problem Of Wrong ID's
|
2 |
Contributors: SEO Design Solutions, JohnLamansky, djalexandar, M Rub Shuvo
|
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.9
|
5 |
+
Tested up to: 4.6.1
|
6 |
+
Stable tag: 7.6.5.9
|
7 |
|
8 |
This all-in-one SEO plugin gives you control over meta titles & descriptions, open graph, auto-linking, rich-snippets, 404 monitoring, siloing & more.
|
9 |
|
254 |
|
255 |
== Changelog ==
|
256 |
|
257 |
+
= Version 7.6.5.9 (November 3, 2016) =
|
258 |
+
* Bugfix: Replaced deprecated add_utility_page with add_menu_page
|
259 |
+
|
260 |
= Version 7.6.5.8 (September 23, 2015) =
|
261 |
* Bugfix: Admin pagination
|
262 |
* Bugfix: Problem Of Wrong ID's
|
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 meta titles & descriptions, open graph, auto-linking, rich-snippets, 404 monitoring, siloing & more.
|
6 |
-
Version: 7.6.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 7.6.5.
|
16 |
* @link http://www.seodesignsolutions.com/wordpress-seo/ SEO Ultimate Homepage
|
17 |
*/
|
18 |
|
@@ -48,10 +48,10 @@ define('SU_MINIMUM_WP_VER', '3.9');
|
|
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.5.
|
52 |
define('SU_AUTHOR', 'SEO Design Solutions');
|
53 |
define('SU_AUTHOR_URI', 'http://www.seodesignframework.com/');
|
54 |
-
define('SU_USER_AGENT', 'SeoUltimate/7.6.5.
|
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 meta titles & descriptions, open graph, auto-linking, rich-snippets, 404 monitoring, siloing & more.
|
6 |
+
Version: 7.6.5.9
|
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.5.9
|
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.5.9');
|
52 |
define('SU_AUTHOR', 'SEO Design Solutions');
|
53 |
define('SU_AUTHOR_URI', 'http://www.seodesignframework.com/');
|
54 |
+
define('SU_USER_AGENT', 'SeoUltimate/7.6.5.9');
|
55 |
|
56 |
/********** INCLUDES **********/
|
57 |
|