Version Description
- 2020-05-09
- fixed "unable to save post" when using Gutenberg
- sorry for two updated in two days :(
Download this release
Release Info
| Developer | WebFactory |
| Plugin | |
| Version | 2.46 |
| Comparing to | |
| See all releases | |
Code changes from version 2.45 to 2.46
- includes/class-wpel-front.php +3 -1
- readme.txt +6 -1
- wp-external-links.php +1 -1
includes/class-wpel-front.php
CHANGED
|
@@ -59,7 +59,8 @@ final class WPEL_Front extends WPRun_Base_1x0x0
|
|
| 59 |
}
|
| 60 |
}
|
| 61 |
}
|
| 62 |
-
|
|
|
|
| 63 |
/**
|
| 64 |
* Turn off output buffer for REST API calls
|
| 65 |
* @param type $wp_rest_server
|
|
@@ -69,6 +70,7 @@ final class WPEL_Front extends WPRun_Base_1x0x0
|
|
| 69 |
ob_end_flush();
|
| 70 |
}
|
| 71 |
|
|
|
|
| 72 |
/**
|
| 73 |
* Get option value
|
| 74 |
* @param string $key
|
| 59 |
}
|
| 60 |
}
|
| 61 |
}
|
| 62 |
+
|
| 63 |
+
|
| 64 |
/**
|
| 65 |
* Turn off output buffer for REST API calls
|
| 66 |
* @param type $wp_rest_server
|
| 70 |
ob_end_flush();
|
| 71 |
}
|
| 72 |
|
| 73 |
+
|
| 74 |
/**
|
| 75 |
* Get option value
|
| 76 |
* @param string $key
|
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.
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
|
@@ -243,6 +243,11 @@ See [FAQ](https://wordpress.org/plugins/wp-external-links/faq/) for more info.
|
|
| 243 |
|
| 244 |
== Changelog ==
|
| 245 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 246 |
= 2.45 =
|
| 247 |
* 2020-05-08
|
| 248 |
* fixed compatibility issue with Site Kit by Google
|
| 4 |
Requires at least: 4.2
|
| 5 |
Tested up to: 5.4
|
| 6 |
Requires PHP: 5.3
|
| 7 |
+
Stable tag: 2.46
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 243 |
|
| 244 |
== Changelog ==
|
| 245 |
|
| 246 |
+
= 2.46 =
|
| 247 |
+
* 2020-05-09
|
| 248 |
+
* fixed "unable to save post" when using Gutenberg
|
| 249 |
+
* sorry for two updated in two days :(
|
| 250 |
+
|
| 251 |
= 2.45 =
|
| 252 |
* 2020-05-08
|
| 253 |
* fixed compatibility issue with Site Kit by Google
|
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.46
|
| 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
|
