SEO Ultimate - Version 7.6.3.1

Version Description

Download this release

Release Info

Developer SEO Design Solutions
Plugin Icon 128x128 SEO Ultimate
Version 7.6.3.1
Comparing to
See all releases

Code changes from version 7.6.3 to 7.6.3.1

modules/class.su-module.php CHANGED
@@ -975,9 +975,9 @@ class SU_Module {
975
  function admin_footer() {
976
  printf(__('%1$s | %2$s %3$s by %4$s', 'seo-ultimate'),
977
  $this->get_module_title(),
978
- '<a href="'.SU_PLUGIN_URI.'" target="_blank">'.__(SU_PLUGIN_NAME, 'seo-ultimate').'</a>',
979
  SU_VERSION,
980
- '<a href="'.SU_AUTHOR_URI.'" target="_blank">'.__(SU_AUTHOR, 'seo-ultimate').'</a>'
981
  );
982
 
983
  echo "<br />";
@@ -2939,7 +2939,7 @@ class SU_Module {
2939
  * @since 7.6
2940
  */
2941
  function should_show_sdf_theme_promo() {
2942
- return $this->is_sdf_theme_promo_applicable() && $this->get_setting('sdf_theme');
2943
  }
2944
 
2945
  /**
@@ -3046,7 +3046,7 @@ class SU_Module {
3046
  if ( $link == '' ) {
3047
  echo "<h3>$title</h3>{$summary}";
3048
  } else {
3049
- echo "<h3>$title</h3>{$summary}<p><a class='btn btn-large btn-warning' href='$link' target='_blank'>Read More</a></p>";
3050
  }
3051
  }
3052
  $rss->__destruct();
975
  function admin_footer() {
976
  printf(__('%1$s | %2$s %3$s by %4$s', 'seo-ultimate'),
977
  $this->get_module_title(),
978
+ '<a href="'.SU_PLUGIN_URI.'" target="_blank" rel="nofollow">'.__(SU_PLUGIN_NAME, 'seo-ultimate').'</a>',
979
  SU_VERSION,
980
+ '<a href="'.SU_AUTHOR_URI.'" target="_blank" rel="nofollow">'.__(SU_AUTHOR, 'seo-ultimate').'</a>'
981
  );
982
 
983
  echo "<br />";
2939
  * @since 7.6
2940
  */
2941
  function should_show_sdf_theme_promo() {
2942
+ return $this->is_sdf_theme_promo_applicable() && $this->get_setting('sdf_theme','', 'settings');
2943
  }
2944
 
2945
  /**
3046
  if ( $link == '' ) {
3047
  echo "<h3>$title</h3>{$summary}";
3048
  } else {
3049
+ echo "<h3>$title</h3>{$summary}<p><a class='btn btn-large btn-warning' href='$link' target='_blank' rel='nofollow'>Read More</a></p>";
3050
  }
3051
  }
3052
  $rss->__destruct();
modules/sdf-ads.js CHANGED
@@ -19,7 +19,7 @@ jQuery(document).ready(function($) {
19
  if (data.enabled === true) {
20
  var shuffled_banners = shuffleArray(data.banners);
21
  var shuffled_slides = shuffleArray(data.slides);
22
- sdf_carousel = sdf_carousel + "<a href=\"" + shuffled_banners[0].banner_link + "\" target=\"_blank\"><img src=\"" + shuffled_banners[0].banner_img + "\" alt=\"Slide "+ i +"\"></a>";
23
  sdf_carousel = sdf_carousel + "<div id=\"sdfCarousel\" class=\"carousel slide\"><ol class=\"carousel-indicators\">";
24
 
25
  var active_indicator = '';
@@ -35,7 +35,7 @@ jQuery(document).ready(function($) {
35
  for ( var i = 0; i < shuffled_slides.length; i++ ) {
36
  if (i == 0) active_indicator = ' active';
37
  else active_indicator = '';
38
- sdf_carousel = sdf_carousel + "<div class=\"item"+ active_indicator +"\"><div class=\"container\"><div class=\"carousel-caption\">"+ shuffled_slides[i].slide_cap + "<p><a class=\"btn btn-large btn-warning\" href=\""+ shuffled_slides[i].slide_link + "\" target=\"_blank\">Read More</a></p></div></div></div>";
39
  };
40
  sdf_carousel = sdf_carousel + "<div class=\"item\"><div class=\"container\"><div class=\"carousel-caption\">"+ sds_promo_blog_post + "</div></div></div>";
41
  sdf_carousel = sdf_carousel + "</div><a class=\"left carousel-control\" href=\"#sdfCarousel\" data-slide=\"prev\"><span class=\"glyphicon glyphicon-chevron-left\"></span></a><a class=\"right carousel-control\" href=\"#sdfCarousel\" data-slide=\"next\"><span class=\"glyphicon glyphicon-chevron-right\"></span></a></div>";
19
  if (data.enabled === true) {
20
  var shuffled_banners = shuffleArray(data.banners);
21
  var shuffled_slides = shuffleArray(data.slides);
22
+ sdf_carousel = sdf_carousel + "<a href=\"" + shuffled_banners[0].banner_link + "\" rel=\"nofollow\" target=\"_blank\"><img src=\"" + shuffled_banners[0].banner_img + "\" alt=\"Slide "+ i +"\"></a>";
23
  sdf_carousel = sdf_carousel + "<div id=\"sdfCarousel\" class=\"carousel slide\"><ol class=\"carousel-indicators\">";
24
 
25
  var active_indicator = '';
35
  for ( var i = 0; i < shuffled_slides.length; i++ ) {
36
  if (i == 0) active_indicator = ' active';
37
  else active_indicator = '';
38
+ sdf_carousel = sdf_carousel + "<div class=\"item"+ active_indicator +"\"><div class=\"container\"><div class=\"carousel-caption\">"+ shuffled_slides[i].slide_cap + "<p><a class=\"btn btn-large btn-warning\" href=\""+ shuffled_slides[i].slide_link + "\" rel=\"nofollow\" target=\"_blank\">Read More</a></p></div></div></div>";
39
  };
40
  sdf_carousel = sdf_carousel + "<div class=\"item\"><div class=\"container\"><div class=\"carousel-caption\">"+ sds_promo_blog_post + "</div></div></div>";
41
  sdf_carousel = sdf_carousel + "</div><a class=\"left carousel-control\" href=\"#sdfCarousel\" data-slide=\"prev\"><span class=\"glyphicon glyphicon-chevron-left\"></span></a><a class=\"right carousel-control\" href=\"#sdfCarousel\" data-slide=\"next\"><span class=\"glyphicon glyphicon-chevron-right\"></span></a></div>";
modules/sds-blog/sds-blog.php CHANGED
@@ -205,7 +205,7 @@ class SU_SdsBlog extends SU_Module {
205
  if ( $link == '' ) {
206
  echo "<li>$title{$date}{$summary}{$author}</li>";
207
  } else {
208
- echo "<li><a class='rsswidget' href='$link' title='$desc' target='_blank'>$title</a>{$date}{$summary}{$author}</li>";
209
  }
210
  }
211
  echo '</ul>';
205
  if ( $link == '' ) {
206
  echo "<li>$title{$date}{$summary}{$author}</li>";
207
  } else {
208
+ echo "<li><a class='rsswidget' href='$link' title='$desc' target='_blank' rel='nofollow'>$title</a>{$date}{$summary}{$author}</li>";
209
  }
210
  }
211
  echo '</ul>';
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: SEO Design Solutions, JohnLamansky
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.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,6 +244,9 @@ Frequently asked questions, settings help, and troubleshooting tips for SEO Ulti
244
 
245
  == Changelog ==
246
 
 
 
 
247
  = Version 7.6.3 (March 24, 2014) =
248
  * Bugfix: Title Tag Rewriter Fix for Data Loss on Update from 7.6.1
249
  * Bugfix: Code Inserter Fix for Data Loss on Update from 7.6.1
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.3.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.3.1 (March 24, 2014) =
248
+ * Bugfix: Added rel="nofollow" to all author attribution links, whitepapers module SDS Blog links and banner ads
249
+
250
  = Version 7.6.3 (March 24, 2014) =
251
  * Bugfix: Title Tag Rewriter Fix for Data Loss on Update from 7.6.1
252
  * Bugfix: Code Inserter Fix for Data Loss on Update from 7.6.1
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.3
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.3
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.3');
52
  define('SU_AUTHOR', 'SEO Design Solutions');
53
- define('SU_AUTHOR_URI', 'http://www.seodesignsolutions.com/');
54
- define('SU_USER_AGENT', 'SeoUltimate/7.6.3');
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.3.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.3.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.3.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.3.1');
55
 
56
  /********** INCLUDES **********/
57