Ultimate Nofollow - Version 1.4.1

Version Description

  • Removed forgotten var_dump() left from debugging process
Download this release

Release Info

Developer bitacre
Plugin Icon wp plugin Ultimate Nofollow
Version 1.4.1
Comparing to
See all releases

Code changes from version 1.4 to 1.4.1

Files changed (2) hide show
  1. nofollow.php +1 -4
  2. readme.txt +8 -1
nofollow.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Ultimate Nofollow
4
  Plugin URI: http://shinraholdings.com/plugins/nofollow
5
  Description: A suite of tools that gives you complete control over the rel=nofollow tag on an individual link basis.
6
- Version: 0.1.4
7
  Author: bitacre
8
  Author URI: http://shinraholdings.com.com
9
  License: GPLv2
@@ -270,7 +270,4 @@ function ultnofo_comment_links( $comment ) {
270
  /* add hooks/filters */
271
  // add/remove nofollow from comment links
272
  add_filter('comment_text', 'ultnofo_comment_links', 10);
273
-
274
- global $dddd;
275
- var_dump( $dddd );
276
  ?>
3
  Plugin Name: Ultimate Nofollow
4
  Plugin URI: http://shinraholdings.com/plugins/nofollow
5
  Description: A suite of tools that gives you complete control over the rel=nofollow tag on an individual link basis.
6
+ Version: 1.4.1
7
  Author: bitacre
8
  Author URI: http://shinraholdings.com.com
9
  License: GPLv2
270
  /* add hooks/filters */
271
  // add/remove nofollow from comment links
272
  add_filter('comment_text', 'ultnofo_comment_links', 10);
 
 
 
273
  ?>
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: http://shinraholdings.com/donate
5
  Tags: nofollow,link,links,meta,insert,rel nofollow,seo,checkbox,popup,shortcode,blogroll
6
  Requires at least: 2.8
7
  Tested up to: 3.5
8
- Stable tag: 1.4
9
 
10
  Adds a checkbox in the insert link popup box for including rel="nofollow" in links as you create them; as well as other tools that provides complete control over the rel="nofollow" tag on your blogroll links and comments.
11
 
@@ -45,6 +45,9 @@ You can also include the optional <a> attributes `title` and `target`. A full ex
45
  3. Nofollow checkbox on the add/edit blogroll link page.
46
 
47
  == Changelog ==
 
 
 
48
  = 1.4 =
49
  * Official release
50
  * Added nofollow checkbox to individual post links
@@ -71,8 +74,12 @@ You can also include the optional <a> attributes `title` and `target`. A full ex
71
  * Stable, but not all functions active yet.
72
 
73
  == Upgrade Notice ==
 
 
 
74
  = 1.4 =
75
  Strongly recommended upgrade, significant improvement in usefulness.
 
76
  = 0.1.3.1 =
77
  Updated documentation.
78
 
5
  Tags: nofollow,link,links,meta,insert,rel nofollow,seo,checkbox,popup,shortcode,blogroll
6
  Requires at least: 2.8
7
  Tested up to: 3.5
8
+ Stable tag: 1.4.1
9
 
10
  Adds a checkbox in the insert link popup box for including rel="nofollow" in links as you create them; as well as other tools that provides complete control over the rel="nofollow" tag on your blogroll links and comments.
11
 
45
  3. Nofollow checkbox on the add/edit blogroll link page.
46
 
47
  == Changelog ==
48
+ = 1.4.1 =
49
+ * Removed forgotten var_dump() left from debugging process
50
+
51
  = 1.4 =
52
  * Official release
53
  * Added nofollow checkbox to individual post links
74
  * Stable, but not all functions active yet.
75
 
76
  == Upgrade Notice ==
77
+ = 1.4.1 =
78
+ Strongly recommended upgrade, version 1.4 is dumping a NULL variable onto public facing pages.
79
+
80
  = 1.4 =
81
  Strongly recommended upgrade, significant improvement in usefulness.
82
+
83
  = 0.1.3.1 =
84
  Updated documentation.
85