Version Description
- Fixing flawed bug fix from version 1.5.2.
Download this release
Release Info
Developer | ryanhellyer |
Plugin | Unique Headers |
Version | 1.5.3 |
Comparing to | |
See all releases |
Code changes from version 1.5.2 to 1.5.3
- inc/legacy.php +1 -1
- index.php +1 -1
- readme.txt +4 -1
inc/legacy.php
CHANGED
@@ -65,7 +65,7 @@ add_filter( 'unique_header_fallback_images', 'unique_header_fallback_images' );
|
|
65 |
function unique_header_wpdbfix() {
|
66 |
|
67 |
// Bail out now if Taxonomy Metadata plugin not installed
|
68 |
-
if ( class_exists( 'Taxonomy_Metadata' ) ) {
|
69 |
return;
|
70 |
}
|
71 |
|
65 |
function unique_header_wpdbfix() {
|
66 |
|
67 |
// Bail out now if Taxonomy Metadata plugin not installed
|
68 |
+
if ( ! class_exists( 'Taxonomy_Metadata' ) ) {
|
69 |
return;
|
70 |
}
|
71 |
|
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Unique Headers
|
4 |
Plugin URI: https://geek.hellyer.kiwi/plugins/unique-headers/
|
5 |
Description: Unique Headers
|
6 |
-
Version: 1.5.
|
7 |
Author: Ryan Hellyer
|
8 |
Author URI: https://geek.hellyer.kiwi/
|
9 |
Text Domain: unique-headers
|
3 |
Plugin Name: Unique Headers
|
4 |
Plugin URI: https://geek.hellyer.kiwi/plugins/unique-headers/
|
5 |
Description: Unique Headers
|
6 |
+
Version: 1.5.3
|
7 |
Author: Ryan Hellyer
|
8 |
Author URI: https://geek.hellyer.kiwi/
|
9 |
Text Domain: unique-headers
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: custom-header, header, headers, images, page, post, plugin, image, images,
|
|
4 |
Donate link: https://geek.hellyer.kiwi/donate/
|
5 |
Requires at least: 4.3
|
6 |
Tested up to: 4.5
|
7 |
-
Stable tag: 1.5.
|
8 |
|
9 |
|
10 |
|
@@ -97,6 +97,9 @@ No, I'm too busy. Having said that, if you are willing to pay me a small fortune
|
|
97 |
|
98 |
== Changelog ==
|
99 |
|
|
|
|
|
|
|
100 |
= 1.5.2 =
|
101 |
* Fixing bug reported by multiple users, which caused PHP errors on some setups.
|
102 |
|
4 |
Donate link: https://geek.hellyer.kiwi/donate/
|
5 |
Requires at least: 4.3
|
6 |
Tested up to: 4.5
|
7 |
+
Stable tag: 1.5.3
|
8 |
|
9 |
|
10 |
|
97 |
|
98 |
== Changelog ==
|
99 |
|
100 |
+
= 1.5.3 =
|
101 |
+
* Fixing flawed bug fix from version 1.5.2.
|
102 |
+
|
103 |
= 1.5.2 =
|
104 |
* Fixing bug reported by multiple users, which caused PHP errors on some setups.
|
105 |
|