Ultimate Nofollow - Version 1.4.7

Version Description

  • The Ultimate NoFollow plugin is now being solely maintained by 5fifty.
Download this release

Release Info

Developer 5fifty
Plugin Icon wp plugin Ultimate Nofollow
Version 1.4.7
Comparing to
See all releases

Code changes from version 1.4.6 to 1.4.7

Files changed (2) hide show
  1. nofollow.php +6 -6
  2. readme.txt +9 -18
nofollow.php CHANGED
@@ -1,13 +1,13 @@
1
  <?php
2
  /*
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.6
7
- Author: bitacre
8
- Author URI: http://shinraholdings.com
9
  License: GPLv2
10
- Copyright 2017 Shinra Web Holdings (shinraholdings.com)
11
 
12
  This plugin contains several tools in one to significantly increase your control of the nofollow rel tag on every link on your blog, on both an individual and type basis. It is designed to give you fine-grained control of linking for SEO purposes.
13
 
@@ -90,7 +90,7 @@ function set_plugin_meta_ultnofo( $links, $file ) {
90
  if ( $file == $plugin ) { // if called for THIS plugin then:
91
  $newlinks = array(
92
  '<a href="options-general.php?page=ultimate-nofollow">Settings</a>',
93
- '<a href="http://shinraholdings.com/plugins/nofollow/help">Help Page</a>'
94
  ); // array of links to add
95
  return array_merge( $links, $newlinks ); // merge new links into existing $links
96
  }
1
  <?php
2
  /*
3
  Plugin Name: Ultimate Nofollow
4
+ Plugin URI: http://5fifty.co.uk
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.7
7
+ Author: 5fifty
8
+ Author URI: http://5fifty.co.uk
9
  License: GPLv2
10
+ Copyright 2017 5fifty (5fifty.co.uk)
11
 
12
  This plugin contains several tools in one to significantly increase your control of the nofollow rel tag on every link on your blog, on both an individual and type basis. It is designed to give you fine-grained control of linking for SEO purposes.
13
 
90
  if ( $file == $plugin ) { // if called for THIS plugin then:
91
  $newlinks = array(
92
  '<a href="options-general.php?page=ultimate-nofollow">Settings</a>',
93
+ '<a href="http://5fifty.co.uk">Help Page</a>'
94
  ); // array of links to add
95
  return array_merge( $links, $newlinks ); // merge new links into existing $links
96
  }
readme.txt CHANGED
@@ -1,11 +1,10 @@
1
  === Ultimate Nofollow ===
2
- Plugin URI: http://shinraholdings.com/plugins/nofollow
3
- Contributors: bitacre, keesromkes
4
- 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: 4.8
8
- Stable tag: 1.4.6
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 +44,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.6 =
49
  * Fixed some errors that were causing error messages on admin pages
50
 
@@ -90,6 +92,8 @@ You can also include the optional <a> attributes `title` and `target`. A full ex
90
  * Stable, but not all functions active yet.
91
 
92
  == Upgrade Notice ==
 
 
93
  = 1.4.6 =
94
  Fixes error messages being shown on some admin pages.
95
 
@@ -113,16 +117,3 @@ Strongly recommended upgrade, significant improvement in usefulness.
113
 
114
  = 0.1.3.1 =
115
  Updated documentation.
116
-
117
- == Readme Generator ==
118
- * This plugin's readme.txt file was generated by the [bitacre Readme Generator](http://shinraholdings.com/tools/readme-gen/) for WordPress Plugins.
119
-
120
- == Support ==
121
-
122
- * [Plugin Homepage](http://shinraholdings.com/plugins/nofollow/)
123
- * [Help Page](http://shinraholdings.com/plugins/nofollow/#help)
124
- * [plugins@shinraholdings.com](mailto:plugins@shinraholdings.com)
125
-
126
- == Donations ==
127
-
128
- [Donations](http://shinraholdings.com/donate) are graciously accepted to support the continued development and maintenance of this and other plugins. We currently accept Paypal and kind words.
1
  === Ultimate Nofollow ===
2
+ Plugin URI: http://5fifty.co.uk
3
+ Contributors: 5fifty
 
4
  Tags: nofollow,link,links,meta,insert,rel nofollow,seo,checkbox,popup,shortcode,blogroll
5
  Requires at least: 2.8
6
+ Tested up to: 4.9.1
7
+ Stable tag: 1.4.7
8
 
9
  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.
10
 
44
  3. Nofollow checkbox on the add/edit blogroll link page.
45
 
46
  == Changelog ==
47
+ = 1.4.7 =
48
+ * The Ultimate NoFollow plugin is now being solely maintained by [5fifty](https://profiles.wordpress.org/5fifty).
49
+
50
  = 1.4.6 =
51
  * Fixed some errors that were causing error messages on admin pages
52
 
92
  * Stable, but not all functions active yet.
93
 
94
  == Upgrade Notice ==
95
+ The Ultimate NoFollow plugin is now being solely maintained by [5fifty](https://profiles.wordpress.org/5fifty).
96
+
97
  = 1.4.6 =
98
  Fixes error messages being shown on some admin pages.
99
 
117
 
118
  = 0.1.3.1 =
119
  Updated documentation.