Version Description
- check compatibility with latest php version 7.1-7.4
- check functionality in latest WordPress version 5.5.1
Download this release
Release Info
Developer | cybernetikz |
Plugin | Nofollow for external link |
Version | 1.2.3 |
Comparing to | |
See all releases |
Code changes from version 1.2.2 to 1.2.3
- nofollow-external-link.php +1 -1
- readme.txt +6 -2
nofollow-external-link.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Nofollow for external link
|
4 |
Plugin URI: http://www.cybernetikz.com
|
5 |
Description: Just simple, if you activate this plugins, <code>rel="nofollow"</code> and <code>target="_blank"</code> will be added automatically, for all the external links of your website <strong>posts</strong> or <strong>pages</strong>. Also you can <strong>exclude domains</strong>, not to add <code>rel="nofollow"</code> for the selected external links.
|
6 |
-
Version: 1.2.
|
7 |
Author: CyberNetikz
|
8 |
Author URI: http://www.cybernetikz.com
|
9 |
License: GPL2
|
3 |
Plugin Name: Nofollow for external link
|
4 |
Plugin URI: http://www.cybernetikz.com
|
5 |
Description: Just simple, if you activate this plugins, <code>rel="nofollow"</code> and <code>target="_blank"</code> will be added automatically, for all the external links of your website <strong>posts</strong> or <strong>pages</strong>. Also you can <strong>exclude domains</strong>, not to add <code>rel="nofollow"</code> for the selected external links.
|
6 |
+
Version: 1.2.3
|
7 |
Author: CyberNetikz
|
8 |
Author URI: http://www.cybernetikz.com
|
9 |
License: GPL2
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Contributors: cybernetikz
|
|
4 |
Donate link:
|
5 |
Tags: nofollow,link,rel=nofollow,rel nofollow,seo,nofollow links,external link,external links,nofollow for external link,nofollow external link,nofollow external links
|
6 |
Requires at least: 2.8.6
|
7 |
-
Tested up to:
|
8 |
-
Stable tag: 1.2.
|
9 |
License: GPL2
|
10 |
|
11 |
Automatically insert `rel=nofollow` and `target=_blank` to all the external links into your website posts, pages or menus. Support exclude domain.
|
@@ -55,6 +55,10 @@ Ans: Yes it does.
|
|
55 |
|
56 |
== Changelog ==
|
57 |
|
|
|
|
|
|
|
|
|
58 |
= 1.2.2 =
|
59 |
* Fix the issue, rel="noopener" automatically added to link tag when "Open link in a new tab" checkbox checked in latest WordPress version
|
60 |
* Replace blank index.php file with comment
|
4 |
Donate link:
|
5 |
Tags: nofollow,link,rel=nofollow,rel nofollow,seo,nofollow links,external link,external links,nofollow for external link,nofollow external link,nofollow external links
|
6 |
Requires at least: 2.8.6
|
7 |
+
Tested up to: 5.5.1
|
8 |
+
Stable tag: 1.2.3
|
9 |
License: GPL2
|
10 |
|
11 |
Automatically insert `rel=nofollow` and `target=_blank` to all the external links into your website posts, pages or menus. Support exclude domain.
|
55 |
|
56 |
== Changelog ==
|
57 |
|
58 |
+
= 1.2.3 =
|
59 |
+
* check compatibility with latest php version 7.1-7.4
|
60 |
+
* check functionality in latest WordPress version 5.5.1
|
61 |
+
|
62 |
= 1.2.2 =
|
63 |
* Fix the issue, rel="noopener" automatically added to link tag when "Open link in a new tab" checkbox checked in latest WordPress version
|
64 |
* Replace blank index.php file with comment
|