Version Description
- Fix compatibility with Yoast WP SEO plugin when Force Title Rewrite option is on and using the Apply Globally setting of this plugin.
Download this release
Release Info
Developer | Mike_Koepke |
Plugin | External Links |
Version | 5.5.2 |
Comparing to | |
See all releases |
Code changes from version 5.5.3 to 5.5.2
- external-links-anchor-utils.php +1 -1
- readme.txt +0 -4
- sem-external-links.php +1 -1
external-links-anchor-utils.php
CHANGED
@@ -30,7 +30,7 @@ class external_links_anchor_utils {
|
|
30 |
$this->external_links = $external_links;
|
31 |
|
32 |
if ( $apply_globally ) {
|
33 |
-
add_action('
|
34 |
}
|
35 |
else {
|
36 |
add_filter('the_content', array($this, 'filter'), 1000000);
|
30 |
$this->external_links = $external_links;
|
31 |
|
32 |
if ( $apply_globally ) {
|
33 |
+
add_action('wp', array($this, 'ob_start'), 1000000);
|
34 |
}
|
35 |
else {
|
36 |
add_filter('the_content', array($this, 'filter'), 1000000);
|
readme.txt
CHANGED
@@ -36,10 +36,6 @@ If you require more dedicated assistance, consider using [Semiologic Pro](http:/
|
|
36 |
|
37 |
== Change Log ==
|
38 |
|
39 |
-
= 5.5.3 =
|
40 |
-
|
41 |
-
- Use template_redirect hook and put ourselves after default hooks that most 404/redirect plugins want to use and Yoast's at priority 99999
|
42 |
-
|
43 |
= 5.5.2 =
|
44 |
|
45 |
- Fix compatibility with Yoast WP SEO plugin when Force Title Rewrite option is on and using the Apply Globally setting of this plugin.
|
36 |
|
37 |
== Change Log ==
|
38 |
|
|
|
|
|
|
|
|
|
39 |
= 5.5.2 =
|
40 |
|
41 |
- Fix compatibility with Yoast WP SEO plugin when Force Title Rewrite option is on and using the Apply Globally setting of this plugin.
|
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: 5.5.
|
7 |
Author: Denis de Bernardy & Mike Koepke
|
8 |
Author URI: http://www.getsemiologic.com
|
9 |
Text Domain: 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: 5.5.2
|
7 |
Author: Denis de Bernardy & Mike Koepke
|
8 |
Author URI: http://www.getsemiologic.com
|
9 |
Text Domain: external-links
|