Version Description
- Bug fix for "WP_Scripts::localize was called" notice
Download this release
Release Info
| Developer | ryanhellyer |
| Plugin | |
| Version | 1.8 |
| Comparing to | |
| See all releases | |
Code changes from version 1.7.12 to 1.8
- inc/class-custom-image-meta-box.php +1 -1
- index.php +1 -1
- readme.txt +5 -2
inc/class-custom-image-meta-box.php
CHANGED
|
@@ -219,7 +219,7 @@ class Custom_Image_Meta_Box {
|
|
| 219 |
'all'
|
| 220 |
);
|
| 221 |
|
| 222 |
-
wp_localize_script( $this->name, 'custom_meta_image_name', $this->name );
|
| 223 |
|
| 224 |
}
|
| 225 |
|
| 219 |
'all'
|
| 220 |
);
|
| 221 |
|
| 222 |
+
wp_localize_script( $this->name, 'custom_meta_image_name', array( $this->name ) );
|
| 223 |
|
| 224 |
}
|
| 225 |
|
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 |
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.8
|
| 7 |
Author: Ryan Hellyer
|
| 8 |
Author URI: https://geek.hellyer.kiwi/
|
| 9 |
Text Domain: unique-headers
|
readme.txt
CHANGED
|
@@ -3,8 +3,8 @@ Contributors: ryanhellyer
|
|
| 3 |
Tags: custom-header, header, headers, images, page, post, plugin, image, images, categories, gallery, media, header-image, header-images, taxonomy, tag, category, posts, pages, taxonomies, post, page, unique, custom
|
| 4 |
Donate link: https://geek.hellyer.kiwi/donate/
|
| 5 |
Requires at least: 4.3
|
| 6 |
-
Tested up to: 5.
|
| 7 |
-
Stable tag: 1.
|
| 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.12 =
|
| 96 |
* Bug fix for when no object set in Unique_Headers_Taxonomy_Header_Images::modify_header_image_data()
|
| 97 |
|
| 3 |
Tags: custom-header, header, headers, images, page, post, plugin, image, images, categories, gallery, media, header-image, header-images, taxonomy, tag, category, posts, pages, taxonomies, post, page, unique, custom
|
| 4 |
Donate link: https://geek.hellyer.kiwi/donate/
|
| 5 |
Requires at least: 4.3
|
| 6 |
+
Tested up to: 5.8
|
| 7 |
+
Stable tag: 1.8
|
| 8 |
|
| 9 |
|
| 10 |
|
| 92 |
|
| 93 |
== Changelog ==
|
| 94 |
|
| 95 |
+
= 1.8 =
|
| 96 |
+
* Bug fix for "WP_Scripts::localize was called" notice
|
| 97 |
+
|
| 98 |
= 1.7.12 =
|
| 99 |
* Bug fix for when no object set in Unique_Headers_Taxonomy_Header_Images::modify_header_image_data()
|
| 100 |
|
