Version Description
- No functionality changes in this release.
- WP 4.3 compat
- Tested against PHP 5.6
Download this release
Release Info
Developer | Mike_Koepke |
Plugin | External Links |
Version | 6.5.1 |
Comparing to | |
See all releases |
Code changes from version 6.5 to 6.5.1
- readme.txt +10 -5
- sem-external-links.php +2 -2
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== External Links ===
|
2 |
Contributors: Denis-de-Bernardy, Mike_Koepke
|
3 |
-
Donate link:
|
4 |
Tags: external-links, nofollow, link-target, link-icon, semiologic
|
5 |
Requires at least: 2.8
|
6 |
-
Tested up to: 4.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -41,9 +41,7 @@ After:
|
|
41 |
|
42 |
= Help Me! =
|
43 |
|
44 |
-
The [
|
45 |
-
|
46 |
-
If you require more dedicated assistance, consider using [Semiologic Pro](http://www.semiologic.com).
|
47 |
|
48 |
|
49 |
== Installation ==
|
@@ -61,6 +59,13 @@ The plugin supports a non-started rel="follow" attribute on links to override th
|
|
61 |
|
62 |
== Change Log ==
|
63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
= 6.5 =
|
65 |
|
66 |
- Domains to Exclude no longer assumes subdomains meaning subdomains need to be specifically excluded now.
|
1 |
=== External Links ===
|
2 |
Contributors: Denis-de-Bernardy, Mike_Koepke
|
3 |
+
Donate link: https://www.semiologic.com/donate/
|
4 |
Tags: external-links, nofollow, link-target, link-icon, semiologic
|
5 |
Requires at least: 2.8
|
6 |
+
Tested up to: 4.3
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
41 |
|
42 |
= Help Me! =
|
43 |
|
44 |
+
The [Plugin's Forum](https://wordpress.org/support/plugin/sem-external-links) is the best place to report issues.
|
|
|
|
|
45 |
|
46 |
|
47 |
== Installation ==
|
59 |
|
60 |
== Change Log ==
|
61 |
|
62 |
+
= 6.5.1 =
|
63 |
+
|
64 |
+
- No functionality changes in this release.
|
65 |
+
- WP 4.3 compat
|
66 |
+
- Tested against PHP 5.6
|
67 |
+
|
68 |
+
|
69 |
= 6.5 =
|
70 |
|
71 |
- Domains to Exclude no longer assumes subdomains meaning subdomains need to be specifically excluded now.
|
sem-external-links.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: External Links
|
4 |
Plugin URI: http://www.semiologic.com/software/external-links/
|
5 |
Description: Marks outbound links as such, with various effects that are configurable under <a href="options-general.php?page=external-links">Settings / External Links</a>.
|
6 |
-
Version: 6.5
|
7 |
Author: Denis de Bernardy & Mike Koepke
|
8 |
Author URI: https://www.semiologic.com
|
9 |
Text Domain: external-links
|
@@ -19,7 +19,7 @@ This software is copyright Denis de Bernardy & Mike Koepke, and is distributed u
|
|
19 |
|
20 |
**/
|
21 |
|
22 |
-
define('sem_external_links_version', '6.5');
|
23 |
|
24 |
/**
|
25 |
* external_links
|
3 |
Plugin Name: External Links
|
4 |
Plugin URI: http://www.semiologic.com/software/external-links/
|
5 |
Description: Marks outbound links as such, with various effects that are configurable under <a href="options-general.php?page=external-links">Settings / External Links</a>.
|
6 |
+
Version: 6.5.1
|
7 |
Author: Denis de Bernardy & Mike Koepke
|
8 |
Author URI: https://www.semiologic.com
|
9 |
Text Domain: external-links
|
19 |
|
20 |
**/
|
21 |
|
22 |
+
define('sem_external_links_version', '6.5.1');
|
23 |
|
24 |
/**
|
25 |
* external_links
|