Version Description
- Bug fix for custom taxonomies
Download this release
Release Info
Developer | ryanhellyer |
Plugin | Unique Headers |
Version | 1.7.2 |
Comparing to | |
See all releases |
Code changes from version 1.7.1 to 1.7.2
- inc/class-unique-headers-taxonomy-header-images.php +1 -1
- index.php +1 -1
- readme.txt +6 -2
inc/class-unique-headers-taxonomy-header-images.php
CHANGED
@@ -132,7 +132,7 @@ class Unique_Header_Taxonomy_Header_Images {
|
|
132 |
*/
|
133 |
if ( is_category() ) {
|
134 |
$tax_ID = get_query_var( 'cat' );
|
135 |
-
} elseif( is_tag() || is_tag() ) {
|
136 |
|
137 |
// Now we can loop through all taxonomies
|
138 |
foreach( $this->taxonomies as $taxonomy ) {
|
132 |
*/
|
133 |
if ( is_category() ) {
|
134 |
$tax_ID = get_query_var( 'cat' );
|
135 |
+
} elseif( is_tag() || is_tag() || is_tax() ) {
|
136 |
|
137 |
// Now we can loop through all taxonomies
|
138 |
foreach( $this->taxonomies as $taxonomy ) {
|
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.7.
|
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.7.2
|
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.7
|
7 |
-
Stable tag: 1.7.
|
8 |
|
9 |
|
10 |
|
@@ -92,6 +92,9 @@ Yes. Just send me a message via <a href="https://ryan.hellyer.kiwi/contact/">my
|
|
92 |
|
93 |
== Changelog ==
|
94 |
|
|
|
|
|
|
|
95 |
= 1.7.1 =
|
96 |
* Bug fix to make srcset work correctly on regular header images
|
97 |
|
@@ -197,7 +200,8 @@ Yes. Just send me a message via <a href="https://ryan.hellyer.kiwi/contact/">my
|
|
197 |
= Credits =
|
198 |
|
199 |
Thanks to the following for help with the development of this plugin:<br />
|
200 |
-
* <a href="http://www.
|
|
|
201 |
* <a href="http://onmytodd.org">Todd</a> - Assistance with implementing support for tags.
|
202 |
* <a href="http://westoresolutions.com/">Mariano J. Ponce</a> - Spanish translation.
|
203 |
* <a href="http://www.graphicana.de/">Tobias Klotz</a> - Deutsch (German) language translation.
|
4 |
Donate link: https://geek.hellyer.kiwi/donate/
|
5 |
Requires at least: 4.3
|
6 |
Tested up to: 4.7
|
7 |
+
Stable tag: 1.7.2
|
8 |
|
9 |
|
10 |
|
92 |
|
93 |
== Changelog ==
|
94 |
|
95 |
+
= 1.7.2 =
|
96 |
+
* Bug fix for custom taxonomies
|
97 |
+
|
98 |
= 1.7.1 =
|
99 |
* Bug fix to make srcset work correctly on regular header images
|
100 |
|
200 |
= Credits =
|
201 |
|
202 |
Thanks to the following for help with the development of this plugin:<br />
|
203 |
+
* <a href="http://www.redactsolutions.co.uk">redactuk - Assistance with debugging.
|
204 |
+
* <a href="http://www.datamind.co.uk/">crabsallover - Assitance with debugging.
|
205 |
* <a href="http://onmytodd.org">Todd</a> - Assistance with implementing support for tags.
|
206 |
* <a href="http://westoresolutions.com/">Mariano J. Ponce</a> - Spanish translation.
|
207 |
* <a href="http://www.graphicana.de/">Tobias Klotz</a> - Deutsch (German) language translation.
|