Version Description
- Fixed bug parsing empty attributess
- Changed mailto links wil be completely ignored
Download this release
Release Info
| Developer | freelancephp |
| Plugin | |
| Version | 2.0.2 |
| Comparing to | |
| See all releases | |
Code changes from version 2.0.1 to 2.0.2
- includes/admin/class-wpel-network-page.php +1 -1
- includes/admin/class-wpel-settings-page.php +1 -1
- includes/admin/network-fields/class-wpel-network-admin-fields.php +1 -1
- includes/admin/network-fields/class-wpel-network-fields.php +1 -1
- includes/admin/settings-fields/class-wpel-admin-fields.php +1 -1
- includes/admin/settings-fields/class-wpel-exceptions-fields.php +1 -1
- includes/admin/settings-fields/class-wpel-external-link-fields.php +1 -1
- includes/admin/settings-fields/class-wpel-internal-link-fields.php +1 -1
- includes/admin/settings-fields/class-wpel-link-fields-base.php +1 -1
- includes/class-wpel-front-ignore.php +1 -1
- includes/class-wpel-front.php +94 -17
- includes/class-wpel-link.php +1 -1
- includes/class-wpel-plugin.php +1 -1
- includes/class-wpel-registerhooks.php +1 -1
- includes/class-wpel-template-tags.php +1 -1
- includes/class-wpel-textdomain.php +1 -1
- readme.txt +6 -2
- templates/network-page/help-tabs/under-construction.php +1 -1
- templates/network-page/main.php +1 -1
- templates/partials/nav-tabs.php +1 -1
- templates/partials/tab-contents/fields-default.php +1 -1
- templates/partials/tab-contents/support.php +1 -1
- templates/requirements-notice.php +1 -1
- templates/settings-page/help-tabs/data-attributes.php +1 -1
- templates/settings-page/help-tabs/under-construction.php +1 -1
- templates/settings-page/main.php +1 -1
- templates/settings-page/tab-contents/exceptions.php +1 -1
- wp-external-links.php +2 -2
includes/admin/class-wpel-network-page.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/admin/class-wpel-settings-page.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/admin/network-fields/class-wpel-network-admin-fields.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/admin/network-fields/class-wpel-network-fields.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/admin/settings-fields/class-wpel-admin-fields.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/admin/settings-fields/class-wpel-exceptions-fields.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/admin/settings-fields/class-wpel-external-link-fields.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/admin/settings-fields/class-wpel-internal-link-fields.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/admin/settings-fields/class-wpel-link-fields-base.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/class-wpel-front-ignore.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/class-wpel-front.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
|
@@ -156,25 +156,84 @@ final class WPEL_Front extends WPRun_Base_1x0x0
|
|
| 156 |
}
|
| 157 |
|
| 158 |
/**
|
| 159 |
-
* Parse
|
| 160 |
-
*
|
| 161 |
-
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 162 |
*/
|
| 163 |
-
protected function parse_atts( $atts )
|
| 164 |
-
|
| 165 |
-
$regexp_atts = '/([\w\-]+)=([^"\'> ]+|([\'"]?)(?:[^\3]|\3+)+?\3)/';
|
| 166 |
-
preg_match_all( $regexp_atts, $atts, $matches );
|
| 167 |
-
|
| 168 |
-
$atts_arr = array();
|
| 169 |
|
| 170 |
-
|
| 171 |
-
$
|
| 172 |
-
|
|
|
|
|
|
|
| 173 |
|
| 174 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 175 |
}
|
| 176 |
|
| 177 |
-
|
|
|
|
|
|
|
|
|
|
| 178 |
}
|
| 179 |
|
| 180 |
/**
|
|
@@ -191,6 +250,11 @@ final class WPEL_Front extends WPRun_Base_1x0x0
|
|
| 191 |
return false;
|
| 192 |
}
|
| 193 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 194 |
$this->set_link( $link );
|
| 195 |
|
| 196 |
return $link->getHTML();
|
|
@@ -403,8 +467,7 @@ final class WPEL_Front extends WPRun_Base_1x0x0
|
|
| 403 |
if ( substr( $url, 0, 7 ) !== 'http://'
|
| 404 |
&& substr( $url, 0, 8 ) !== 'https://'
|
| 405 |
&& substr( $url, 0, 6 ) !== 'ftp://'
|
| 406 |
-
&& substr( $url, 0, 2 ) !== '//'
|
| 407 |
-
&& substr( $url, 0, 7 ) !== 'mailto:' ) {
|
| 408 |
return true;
|
| 409 |
}
|
| 410 |
|
|
@@ -421,6 +484,20 @@ final class WPEL_Front extends WPRun_Base_1x0x0
|
|
| 421 |
return false;
|
| 422 |
}
|
| 423 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 424 |
/**
|
| 425 |
* Get domain name
|
| 426 |
* @return string
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 156 |
}
|
| 157 |
|
| 158 |
/**
|
| 159 |
+
* Parse an attributes string into an array. If the string starts with a tag,
|
| 160 |
+
* then the attributes on the first tag are parsed. This parses via a manual
|
| 161 |
+
* loop and is designed to be safer than using DOMDocument.
|
| 162 |
+
*
|
| 163 |
+
* @param string $atts
|
| 164 |
+
* @return array
|
| 165 |
+
*
|
| 166 |
+
* @example parse_attrs( 'src="example.jpg" alt="example"' )
|
| 167 |
+
* @example parse_attrs( '<img src="example.jpg" alt="example">' )
|
| 168 |
+
* @example parse_attrs( '<a href="example"></a>' )
|
| 169 |
+
*
|
| 170 |
+
* @link http://dev.airve.com/demo/speed_tests/php/parse_attrs.php
|
| 171 |
*/
|
| 172 |
+
protected function parse_atts( $atts ) {
|
| 173 |
+
$atts = str_split( trim( $atts ) );
|
|
|
|
|
|
|
|
|
|
|
|
|
| 174 |
|
| 175 |
+
if ( '<' === $atts[0] ) { // looks like a tag so strip the tagname
|
| 176 |
+
while ( $atts && ! ctype_space( $atts[0] ) && $atts[0] !== '>' ) {
|
| 177 |
+
array_shift($atts);
|
| 178 |
+
}
|
| 179 |
+
}
|
| 180 |
|
| 181 |
+
$arr = array(); // output
|
| 182 |
+
$name = ''; // for the current attr being parsed
|
| 183 |
+
$value = ''; // for the current attr being parsed
|
| 184 |
+
$mode = 0; // whether current char is part of the name (-), the value (+), or neither (0)
|
| 185 |
+
$stop = false; // delimiter for the current $value being parsed
|
| 186 |
+
$space = ' '; // a single space
|
| 187 |
+
|
| 188 |
+
foreach ( $atts as $j => $curr ) {
|
| 189 |
+
if ( $mode < 0 ) {# name
|
| 190 |
+
if ( '=' === $curr ) {
|
| 191 |
+
$mode = 1;
|
| 192 |
+
$stop = false;
|
| 193 |
+
} elseif ( '>' === $curr ) {
|
| 194 |
+
'' === $name or $arr[ $name ] = $value;
|
| 195 |
+
break;
|
| 196 |
+
} elseif ( ! ctype_space( $curr ) ) {
|
| 197 |
+
if ( ctype_space( $atts[ $j - 1 ] ) ) { // previous char
|
| 198 |
+
'' === $name or $arr[ $name ] = ''; // previous name
|
| 199 |
+
$name = $curr; // initiate new
|
| 200 |
+
} else {
|
| 201 |
+
$name .= $curr;
|
| 202 |
+
}
|
| 203 |
+
}
|
| 204 |
+
} elseif ( $mode > 0 ) { // value
|
| 205 |
+
if ( $stop === false ) {
|
| 206 |
+
if ( ! ctype_space( $curr ) ) {
|
| 207 |
+
if ( '"' === $curr || "'" === $curr ) {
|
| 208 |
+
$value = '';
|
| 209 |
+
$stop = $curr;
|
| 210 |
+
} else {
|
| 211 |
+
$value = $curr;
|
| 212 |
+
$stop = $space;
|
| 213 |
+
}
|
| 214 |
+
}
|
| 215 |
+
} elseif ( $stop === $space ? ctype_space( $curr ) : $curr === $stop ) {
|
| 216 |
+
$arr[ $name ] = $value;
|
| 217 |
+
$mode = 0;
|
| 218 |
+
$name = $value = '';
|
| 219 |
+
} else {
|
| 220 |
+
$value .= $curr;
|
| 221 |
+
}
|
| 222 |
+
} else { // neither
|
| 223 |
+
if ( '>' === $curr )
|
| 224 |
+
break;
|
| 225 |
+
if ( ! ctype_space( $curr ) ) {
|
| 226 |
+
// initiate
|
| 227 |
+
$name = $curr;
|
| 228 |
+
$mode = -1;
|
| 229 |
+
}
|
| 230 |
+
}
|
| 231 |
}
|
| 232 |
|
| 233 |
+
// incl the final pair if it was quoteless
|
| 234 |
+
'' === $name or $arr[ $name ] = $value;
|
| 235 |
+
|
| 236 |
+
return $arr;
|
| 237 |
}
|
| 238 |
|
| 239 |
/**
|
| 250 |
return false;
|
| 251 |
}
|
| 252 |
|
| 253 |
+
// ignore mailto links
|
| 254 |
+
if ( $this->is_mailto( $link->getAttribute( 'href' ) ) ) {
|
| 255 |
+
return false;
|
| 256 |
+
}
|
| 257 |
+
|
| 258 |
$this->set_link( $link );
|
| 259 |
|
| 260 |
return $link->getHTML();
|
| 467 |
if ( substr( $url, 0, 7 ) !== 'http://'
|
| 468 |
&& substr( $url, 0, 8 ) !== 'https://'
|
| 469 |
&& substr( $url, 0, 6 ) !== 'ftp://'
|
| 470 |
+
&& substr( $url, 0, 2 ) !== '//' ) {
|
|
|
|
| 471 |
return true;
|
| 472 |
}
|
| 473 |
|
| 484 |
return false;
|
| 485 |
}
|
| 486 |
|
| 487 |
+
/**
|
| 488 |
+
* Check url is mailto link
|
| 489 |
+
* @param string $url
|
| 490 |
+
* @return boolean
|
| 491 |
+
*/
|
| 492 |
+
protected function is_mailto( $url )
|
| 493 |
+
{
|
| 494 |
+
if ( substr( trim( $url ), 0, 7 ) === 'mailto:' ) {
|
| 495 |
+
return true;
|
| 496 |
+
}
|
| 497 |
+
|
| 498 |
+
return false;
|
| 499 |
+
}
|
| 500 |
+
|
| 501 |
/**
|
| 502 |
* Get domain name
|
| 503 |
* @return string
|
includes/class-wpel-link.php
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
*
|
| 8 |
* @package WPEL
|
| 9 |
* @category WordPress Plugin
|
| 10 |
-
* @version 2.0.
|
| 11 |
* @author Victor Villaverde Laan
|
| 12 |
* @link http://www.finewebdev.com
|
| 13 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 7 |
*
|
| 8 |
* @package WPEL
|
| 9 |
* @category WordPress Plugin
|
| 10 |
+
* @version 2.0.2
|
| 11 |
* @author Victor Villaverde Laan
|
| 12 |
* @link http://www.finewebdev.com
|
| 13 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/class-wpel-plugin.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/class-wpel-registerhooks.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/class-wpel-template-tags.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
includes/class-wpel-textdomain.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
readme.txt
CHANGED
|
@@ -3,7 +3,7 @@ Contributors: freelancephp
|
|
| 3 |
Tags: links, new window, new tab, external links, nofollow, follow, seo, noopener, noreferrer, internal links, link icon, link target, _blank, wpmu
|
| 4 |
Requires at least: 4.2.0
|
| 5 |
Tested up to: 4.5.2
|
| 6 |
-
Stable tag: 2.0.
|
| 7 |
|
| 8 |
Open external links in a new tab / window, add "nofollow", "noopener" and font icons, SEO and more. Also for internal links.
|
| 9 |
|
|
@@ -49,7 +49,7 @@ If you want support for older versions of PHP or WordPress then download and ins
|
|
| 49 |
* [Github](https://github.com/freelancephp/WP-External-Links)
|
| 50 |
|
| 51 |
> <strong>Like this plugin?</strong><br>
|
| 52 |
-
> [Rate it](http://wordpress.org/support/view/plugin-reviews/wp-external-links
|
| 53 |
|
| 54 |
|
| 55 |
== Installation ==
|
|
@@ -209,6 +209,10 @@ See [FAQ](https://wordpress.org/plugins/wp-external-links/faq/) for more info.
|
|
| 209 |
|
| 210 |
== Changelog ==
|
| 211 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 212 |
= 2.0.1 =
|
| 213 |
* Fixed mark mailto links as excluded
|
| 214 |
* Fixed include / exclude url's
|
| 3 |
Tags: links, new window, new tab, external links, nofollow, follow, seo, noopener, noreferrer, internal links, link icon, link target, _blank, wpmu
|
| 4 |
Requires at least: 4.2.0
|
| 5 |
Tested up to: 4.5.2
|
| 6 |
+
Stable tag: 2.0.2
|
| 7 |
|
| 8 |
Open external links in a new tab / window, add "nofollow", "noopener" and font icons, SEO and more. Also for internal links.
|
| 9 |
|
| 49 |
* [Github](https://github.com/freelancephp/WP-External-Links)
|
| 50 |
|
| 51 |
> <strong>Like this plugin?</strong><br>
|
| 52 |
+
> [Rate it](http://wordpress.org/support/view/plugin-reviews/wp-external-links) to support the development of this plugin.
|
| 53 |
|
| 54 |
|
| 55 |
== Installation ==
|
| 209 |
|
| 210 |
== Changelog ==
|
| 211 |
|
| 212 |
+
= 2.0.2 =
|
| 213 |
+
* Fixed bug parsing empty attributess
|
| 214 |
+
* Changed mailto links wil be completely ignored
|
| 215 |
+
|
| 216 |
= 2.0.1 =
|
| 217 |
* Fixed mark mailto links as excluded
|
| 218 |
* Fixed include / exclude url's
|
templates/network-page/help-tabs/under-construction.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
templates/network-page/main.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
templates/partials/nav-tabs.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
templates/partials/tab-contents/fields-default.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
templates/partials/tab-contents/support.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
templates/requirements-notice.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
templates/settings-page/help-tabs/data-attributes.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
templates/settings-page/help-tabs/under-construction.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
templates/settings-page/main.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
templates/settings-page/tab-contents/exceptions.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link http://www.finewebdev.com
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
wp-external-links.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
-
* @version 2.0.
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link https://wordpress.org/plugins/wp-external-links/
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
|
@@ -12,7 +12,7 @@
|
|
| 12 |
*
|
| 13 |
* @wordpress-plugin
|
| 14 |
* Plugin Name: WP External Links
|
| 15 |
-
* Version: 2.0.
|
| 16 |
* Plugin URI: https://wordpress.org/plugins/wp-external-links/
|
| 17 |
* Description: Open external links in a new tab or window, adding "nofollow" and "noopener", set font icon, SEO friendly options and more.
|
| 18 |
* Author: Victor Villaverde Laan
|
| 4 |
*
|
| 5 |
* @package WPEL
|
| 6 |
* @category WordPress Plugin
|
| 7 |
+
* @version 2.0.2
|
| 8 |
* @author Victor Villaverde Laan
|
| 9 |
* @link https://wordpress.org/plugins/wp-external-links/
|
| 10 |
* @link https://github.com/freelancephp/WP-External-Links
|
| 12 |
*
|
| 13 |
* @wordpress-plugin
|
| 14 |
* Plugin Name: WP External Links
|
| 15 |
+
* Version: 2.0.2
|
| 16 |
* Plugin URI: https://wordpress.org/plugins/wp-external-links/
|
| 17 |
* Description: Open external links in a new tab or window, adding "nofollow" and "noopener", set font icon, SEO friendly options and more.
|
| 18 |
* Author: Victor Villaverde Laan
|
