Version Description
- 2019-07-09
- security fixes
Download this release
Release Info
| Developer | WebFactory |
| Plugin | |
| Version | 2.32 |
| Comparing to | |
| See all releases | |
Code changes from version 2.3 to 2.32
libs/fwp/class-fwp-debug.php
CHANGED
|
@@ -50,8 +50,7 @@ class FWP_Debug_1x0x0 extends WPRun_Base_1x0x0
|
|
| 50 |
if ( function_exists( $func ) || !is_callable( $func, true ) ) {
|
| 51 |
return;
|
| 52 |
}
|
| 53 |
-
|
| 54 |
-
eval( 'function '. $func .'( $entry, $title = "" ) { FWP_Debug_1x0x0::log( $entry, $title ); }' );
|
| 55 |
}
|
| 56 |
|
| 57 |
/**
|
| 50 |
if ( function_exists( $func ) || !is_callable( $func, true ) ) {
|
| 51 |
return;
|
| 52 |
}
|
| 53 |
+
|
|
|
|
| 54 |
}
|
| 55 |
|
| 56 |
/**
|
libs/fwp/component-bases/class-fwp-template-tag-base.php
CHANGED
|
@@ -56,7 +56,7 @@ abstract class FWP_Template_Tag_Base_1x0x0 extends WPRun_Base_1x0x0
|
|
| 56 |
$func_code .= ' return call_user_func_array( $callable, func_get_args() );';
|
| 57 |
$func_code .= '}';
|
| 58 |
|
| 59 |
-
|
| 60 |
}
|
| 61 |
|
| 62 |
}
|
| 56 |
$func_code .= ' return call_user_func_array( $callable, func_get_args() );';
|
| 57 |
$func_code .= '}';
|
| 58 |
|
| 59 |
+
|
| 60 |
}
|
| 61 |
|
| 62 |
}
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Tags: new window, new tab, external links, nofollow, noopener, follow, dofollow,
|
|
| 4 |
Requires at least: 4.2
|
| 5 |
Tested up to: 5.2
|
| 6 |
Requires PHP: 5.3
|
| 7 |
-
Stable tag: 2.
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
|
@@ -243,6 +243,10 @@ See [FAQ](https://wordpress.org/plugins/wp-external-links/faq/) for more info.
|
|
| 243 |
|
| 244 |
== Changelog ==
|
| 245 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 246 |
= 2.3 =
|
| 247 |
* 2019-06-14
|
| 248 |
* bug fixes
|
| 4 |
Requires at least: 4.2
|
| 5 |
Tested up to: 5.2
|
| 6 |
Requires PHP: 5.3
|
| 7 |
+
Stable tag: 2.32
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 243 |
|
| 244 |
== Changelog ==
|
| 245 |
|
| 246 |
+
= 2.32 =
|
| 247 |
+
* 2019-07-09
|
| 248 |
+
* security fixes
|
| 249 |
+
|
| 250 |
= 2.3 =
|
| 251 |
* 2019-06-14
|
| 252 |
* bug fixes
|
templates/partials/tab-contents/support.php
CHANGED
|
@@ -25,9 +25,6 @@
|
|
| 25 |
<li><?php _e( 'Links with <code>data-wpel-link="ignore"</code> will be completely ignored by this plugin.', 'wp-external-links' ); ?></li>
|
| 26 |
</ul>
|
| 27 |
|
| 28 |
-
<h3><?php _e( 'Documentation', 'wp-external-links' ); ?></h3>
|
| 29 |
-
<p><?php _e( 'Take a look at the <a href="#" data-wpel-help>help section</a> for documentation', 'wp-external-links' ); ?></p>
|
| 30 |
-
|
| 31 |
<h3><?php _e( 'FAQ', 'wp-external-links' ); ?></h3>
|
| 32 |
<p><?php _e( 'On the <a href="https://wordpress.org/plugins/wp-external-links/faq/" target="_blank">FAQ page</a> you can find some additional tips & trics.', 'wp-external-links' ); ?></p>
|
| 33 |
|
|
@@ -35,8 +32,8 @@
|
|
| 35 |
<p><?php _e( 'When you experience problems using this plugin please look if your problem was <a href="https://wordpress.org/support/plugin/wp-external-links" target="_blank">already reported</a>.', 'wp-external-links' ); ?></p>
|
| 36 |
|
| 37 |
<h3><?php _e( 'Send your issue', 'wp-external-links' ); ?></h3>
|
| 38 |
-
<p><?php _e( 'If
|
| 39 |
-
<?php _e( '
|
| 40 |
</p>
|
| 41 |
<p>
|
| 42 |
<button class="button js-wpel-copy"><?php _e( 'Copy Technical Info', 'wp-external-links' ); ?></button>
|
| 25 |
<li><?php _e( 'Links with <code>data-wpel-link="ignore"</code> will be completely ignored by this plugin.', 'wp-external-links' ); ?></li>
|
| 26 |
</ul>
|
| 27 |
|
|
|
|
|
|
|
|
|
|
| 28 |
<h3><?php _e( 'FAQ', 'wp-external-links' ); ?></h3>
|
| 29 |
<p><?php _e( 'On the <a href="https://wordpress.org/plugins/wp-external-links/faq/" target="_blank">FAQ page</a> you can find some additional tips & trics.', 'wp-external-links' ); ?></p>
|
| 30 |
|
| 32 |
<p><?php _e( 'When you experience problems using this plugin please look if your problem was <a href="https://wordpress.org/support/plugin/wp-external-links" target="_blank">already reported</a>.', 'wp-external-links' ); ?></p>
|
| 33 |
|
| 34 |
<h3><?php _e( 'Send your issue', 'wp-external-links' ); ?></h3>
|
| 35 |
+
<p><?php _e( 'If the issue wasn\'t reported yet then you should <a href="https://wordpress.org/support/plugin/wp-external-links#postform" target="_blank">post your problem</a>. <b>Our average response time is 2 hours, and we reply to every message!</b>', 'wp-external-links' ); ?>
|
| 36 |
+
<?php _e( '<br>Make sure you copy/past the technical information displayed below. Without it we can\'t help you.', 'wp-external-links' ); ?>
|
| 37 |
</p>
|
| 38 |
<p>
|
| 39 |
<button class="button js-wpel-copy"><?php _e( 'Copy Technical Info', 'wp-external-links' ); ?></button>
|
wp-external-links.php
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
<?php
|
| 2 |
/**
|
| 3 |
* Plugin Name: WP External Links
|
| 4 |
-
* Version: 2.
|
| 5 |
* Plugin URI: https://wordpress.org/plugins/wp-external-links/
|
| 6 |
* Description: Open external links in a new tab or window, control "nofollow" and "noopener", set font icon; SEO friendly.
|
| 7 |
* Author: WebFactory Ltd
|
| 1 |
<?php
|
| 2 |
/**
|
| 3 |
* Plugin Name: WP External Links
|
| 4 |
+
* Version: 2.32
|
| 5 |
* Plugin URI: https://wordpress.org/plugins/wp-external-links/
|
| 6 |
* Description: Open external links in a new tab or window, control "nofollow" and "noopener", set font icon; SEO friendly.
|
| 7 |
* Author: WebFactory Ltd
|
