Ultimate Nofollow - Version 0.1.3.1

Version Description

  • Updates to documentation.
Download this release

Release Info

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

Code changes from version 0.1.3 to 0.1.3.1

Files changed (2) hide show
  1. nofollow.php +1 -1
  2. readme.txt +15 -4
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.3
7
  Author: bitacre
8
  Author URI: http://shinraholdings.com.com
9
  License: GPLv2
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.3.1
7
  Author: bitacre
8
  Author URI: http://shinraholdings.com.com
9
  License: GPLv2
readme.txt CHANGED
@@ -4,8 +4,8 @@ Contributors: bitacre
4
  Donate link: http://shinraholdings.com/donate
5
  Tags: nofollow,link,meta,rel,rel nofollow,seo,link meta,nofollow links,shortcode
6
  Requires at least: 2.8
7
- Tested up to: 3.4.1
8
- Stable tag: 0.1.3
9
 
10
  A suite of tools that gives you complete control over the rel=nofollow tag on an individual link basis.
11
 
@@ -20,6 +20,8 @@ The plugin's main features are:
20
  * add or remove the nofollow tag from all links in `comments` *(added in v0.1.2)*,
21
  * plugin settings page *(added in v0.1.1)*.
22
 
 
 
23
  == Installation ==
24
 
25
  1. Download the latest zip file and extract the `nofollow` directory.
@@ -30,7 +32,13 @@ The plugin's main features are:
30
 
31
  = How do I use the shortcode? =
32
 
33
- See the manpages.
 
 
 
 
 
 
34
 
35
  == Screenshots ==
36
 
@@ -39,6 +47,8 @@ See the manpages.
39
  2. Nofollow checkbox on the add/edit blogroll link page.
40
 
41
  == Changelog ==
 
 
42
 
43
  = 0.1.3 =
44
  * Stable beta version.
@@ -59,7 +69,8 @@ See the manpages.
59
  * Stable, but not all functions active yet.
60
 
61
  == Upgrade Notice ==
62
- New features!
 
63
 
64
  == Readme Generator ==
65
  * This plugin's readme.txt file was generated by the [bitacre Readme Generator](http://shinraholdings/tools/readme-gen) for WordPress Plugins.
4
  Donate link: http://shinraholdings.com/donate
5
  Tags: nofollow,link,meta,rel,rel nofollow,seo,link meta,nofollow links,shortcode
6
  Requires at least: 2.8
7
+ Tested up to: 3.5
8
+ Stable tag: 0.1.3.1
9
 
10
  A suite of tools that gives you complete control over the rel=nofollow tag on an individual link basis.
11
 
20
  * add or remove the nofollow tag from all links in `comments` *(added in v0.1.2)*,
21
  * plugin settings page *(added in v0.1.1)*.
22
 
23
+ (The next version will include an option to nofollow individual links inserted in posts).
24
+
25
  == Installation ==
26
 
27
  1. Download the latest zip file and extract the `nofollow` directory.
32
 
33
  = How do I use the shortcode? =
34
 
35
+ You can use any of these shortcodes to insert a nofollowed link `[relnofollow]`, `[nofollow]`, `[nofol]`, `[nofo]`, or `[nf]` using the following format:
36
+
37
+ `[nf href="http://link-url.com"]Link Text[/nf]`
38
+
39
+ You can also include the optional <a> attributes `title` and `target`. A full example would look like:
40
+
41
+ `[nf href="http://link-url.com" title="Link Title" target="_blank"]Link Text[/nf]`
42
 
43
  == Screenshots ==
44
 
47
  2. Nofollow checkbox on the add/edit blogroll link page.
48
 
49
  == Changelog ==
50
+ = 0.1.3.1 =
51
+ * Updates to documentation.
52
 
53
  = 0.1.3 =
54
  * Stable beta version.
69
  * Stable, but not all functions active yet.
70
 
71
  == Upgrade Notice ==
72
+ = 0.1.3.1 =
73
+ Updated documentation.
74
 
75
  == Readme Generator ==
76
  * This plugin's readme.txt file was generated by the [bitacre Readme Generator](http://shinraholdings/tools/readme-gen) for WordPress Plugins.