WP External Links (nofollow new tab seo) - Version 2.45

Version Description

  • 2020-05-08
    • fixed compatibility issue with Site Kit by Google
Download this release

Release Info

Developer WebFactory
Plugin Icon 128x128 WP External Links (nofollow new tab seo)
Version 2.45
Comparing to
See all releases

Code changes from version 2.43 to 2.45

includes/admin/class-wpel-settings-page.php CHANGED
@@ -107,7 +107,6 @@ final class WPEL_Settings_Page extends WPRun_Base_1x0x0
107
  {
108
  remove_filter('plugins_api_result', array($this, 'plugins_api_result'), 10, 3);
109
 
110
- $res = self::add_plugin_featured('wp-reset', $res);
111
  $res = self::add_plugin_featured('wp-force-ssl', $res);
112
  $res = self::add_plugin_featured('sticky-menu-or-anything-on-scroll', $res);
113
  $res = self::add_plugin_featured('eps-301-redirects', $res);
107
  {
108
  remove_filter('plugins_api_result', array($this, 'plugins_api_result'), 10, 3);
109
 
 
110
  $res = self::add_plugin_featured('wp-force-ssl', $res);
111
  $res = self::add_plugin_featured('sticky-menu-or-anything-on-scroll', $res);
112
  $res = self::add_plugin_featured('eps-301-redirects', $res);
includes/class-wpel-front.php CHANGED
@@ -66,7 +66,7 @@ final class WPEL_Front extends WPRun_Base_1x0x0
66
  */
67
  protected function action_rest_api_init()
68
  {
69
- ob_end_clean();
70
  }
71
 
72
  /**
66
  */
67
  protected function action_rest_api_init()
68
  {
69
+ ob_end_flush();
70
  }
71
 
72
  /**
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: new window, new tab, external links, nofollow, noopener, ugc, sponsored, f
4
  Requires at least: 4.2
5
  Tested up to: 5.4
6
  Requires PHP: 5.3
7
- Stable tag: 2.43
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.43 =
247
  * 2019-12-27
248
  * improved link detection regex
4
  Requires at least: 4.2
5
  Tested up to: 5.4
6
  Requires PHP: 5.3
7
+ Stable tag: 2.45
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
243
 
244
  == Changelog ==
245
 
246
+ = 2.45 =
247
+ * 2020-05-08
248
+ * fixed compatibility issue with Site Kit by Google
249
+
250
  = 2.43 =
251
  * 2019-12-27
252
  * improved link detection regex
wp-external-links.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: WP External Links
4
- * Version: 2.43
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.45
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