Version Description
Fix loading of admin stylesheet when editing terms in WordPress 4.5
Download this release
Release Info
Developer | husobj |
Plugin | Taxonomy Images |
Version | 0.9.5 |
Comparing to | |
See all releases |
Code changes from version 0.9.4 to 0.9.5
- CHANGELOG.md +7 -1
- README.md +3 -0
- readme.txt +11 -2
- taxonomy-images.php +4 -3
CHANGELOG.md
CHANGED
@@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
4 |
|
5 |
## [Unreleased]
|
6 |
|
|
|
|
|
|
|
|
|
|
|
7 |
## [0.9.4] - 2016-02-05
|
8 |
|
9 |
### Fixed
|
@@ -198,7 +203,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
198 |
### Added
|
199 |
- Original Release - Works with WordPress 2.9.1.
|
200 |
|
201 |
-
[Unreleased]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.
|
|
|
202 |
[0.9.4]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.3...0.9.4
|
203 |
[0.9.3]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.2...0.9.3
|
204 |
[0.9.2]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.1...0.9.2
|
4 |
|
5 |
## [Unreleased]
|
6 |
|
7 |
+
## [0.9.5] - 2016-04-09
|
8 |
+
|
9 |
+
### Fixed
|
10 |
+
- Fix loading of admin stylesheet when editing terms in WordPress 4.5
|
11 |
+
|
12 |
## [0.9.4] - 2016-02-05
|
13 |
|
14 |
### Fixed
|
203 |
### Added
|
204 |
- Original Release - Works with WordPress 2.9.1.
|
205 |
|
206 |
+
[Unreleased]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.5...HEAD
|
207 |
+
[0.9.5]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.4...0.9.5
|
208 |
[0.9.4]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.3...0.9.4
|
209 |
[0.9.3]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.2...0.9.3
|
210 |
[0.9.2]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.1...0.9.2
|
README.md
CHANGED
@@ -221,6 +221,9 @@ Installation
|
|
221 |
Upgrade Notice
|
222 |
--------------
|
223 |
|
|
|
|
|
|
|
224 |
### 0.9.4
|
225 |
Fix for taxonomy names that may contain characters other than lowercase and underscores (e.g. uppercase).
|
226 |
|
221 |
Upgrade Notice
|
222 |
--------------
|
223 |
|
224 |
+
### 0.9.5
|
225 |
+
Fix loading of admin stylesheet when editing terms in WordPress 4.5
|
226 |
+
|
227 |
### 0.9.4
|
228 |
Fix for taxonomy names that may contain characters other than lowercase and underscores (e.g. uppercase).
|
229 |
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: mfields, husobj, jamiemchale
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QSYTTQZBRKQVE
|
4 |
Tags: taxonomy, tag, category, term, image, upload, media
|
5 |
Requires at least: 3.4
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 0.9.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -209,6 +209,9 @@ The original author of this plugin, Michael Fields, released a handful of plugin
|
|
209 |
|
210 |
== Upgrade Notice ==
|
211 |
|
|
|
|
|
|
|
212 |
= 0.9.4 =
|
213 |
Fix for taxonomy names that may contain characters other than lowercase and underscores (e.g. uppercase).
|
214 |
|
@@ -232,6 +235,12 @@ Complete rewrite. Better everything. Many bug fixes.
|
|
232 |
|
233 |
== Changelog ==
|
234 |
|
|
|
|
|
|
|
|
|
|
|
|
|
235 |
= 0.9.3 =
|
236 |
* __BUGFIX:__ Fix post permissions error when using media modal.
|
237 |
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QSYTTQZBRKQVE
|
4 |
Tags: taxonomy, tag, category, term, image, upload, media
|
5 |
Requires at least: 3.4
|
6 |
+
Tested up to: 4.5
|
7 |
+
Stable tag: 0.9.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
209 |
|
210 |
== Upgrade Notice ==
|
211 |
|
212 |
+
= 0.9.5 =
|
213 |
+
Fix loading of admin stylesheet when editing terms in WordPress 4.5
|
214 |
+
|
215 |
= 0.9.4 =
|
216 |
Fix for taxonomy names that may contain characters other than lowercase and underscores (e.g. uppercase).
|
217 |
|
235 |
|
236 |
== Changelog ==
|
237 |
|
238 |
+
= 0.9.5 =
|
239 |
+
* __BUGFIX:__ Fix loading of admin stylesheet when editing terms in WordPress 4.5
|
240 |
+
|
241 |
+
= 0.9.4 =
|
242 |
+
* __BUGFIX:__ Fix for taxonomy names that may contain characters other than lowercase and underscores (e.g. uppercase).
|
243 |
+
|
244 |
= 0.9.3 =
|
245 |
* __BUGFIX:__ Fix post permissions error when using media modal.
|
246 |
|
taxonomy-images.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: Taxonomy Images
|
5 |
Plugin URI: https://github.com/benhuson/Taxonomy-Images
|
6 |
Description: Associate images from your media library to categories, tags and custom taxonomies.
|
7 |
-
Version: 0.9.
|
8 |
Author: Michael Fields, Ben Huson
|
9 |
Author URI: https://github.com/benhuson
|
10 |
License: GNU General Public License v2 or later
|
@@ -40,7 +40,7 @@ require_once( trailingslashit( dirname( __FILE__ ) ) . 'public-filters.php' );
|
|
40 |
* @alter 0.7.4
|
41 |
*/
|
42 |
function taxonomy_image_plugin_version() {
|
43 |
-
return '0.9.
|
44 |
}
|
45 |
|
46 |
|
@@ -907,7 +907,8 @@ function taxonomy_image_plugin_css_admin() {
|
|
907 |
'screen'
|
908 |
);
|
909 |
}
|
910 |
-
add_action( 'admin_print_styles-edit-tags.php', 'taxonomy_image_plugin_css_admin' );
|
|
|
911 |
add_action( 'admin_print_styles-media-upload-popup', 'taxonomy_image_plugin_css_admin' );
|
912 |
|
913 |
|
4 |
Plugin Name: Taxonomy Images
|
5 |
Plugin URI: https://github.com/benhuson/Taxonomy-Images
|
6 |
Description: Associate images from your media library to categories, tags and custom taxonomies.
|
7 |
+
Version: 0.9.5
|
8 |
Author: Michael Fields, Ben Huson
|
9 |
Author URI: https://github.com/benhuson
|
10 |
License: GNU General Public License v2 or later
|
40 |
* @alter 0.7.4
|
41 |
*/
|
42 |
function taxonomy_image_plugin_version() {
|
43 |
+
return '0.9.5';
|
44 |
}
|
45 |
|
46 |
|
907 |
'screen'
|
908 |
);
|
909 |
}
|
910 |
+
add_action( 'admin_print_styles-edit-tags.php', 'taxonomy_image_plugin_css_admin' ); // Pre WordPress 4.5
|
911 |
+
add_action( 'admin_print_styles-term.php', 'taxonomy_image_plugin_css_admin' ); // WordPress 4.5+
|
912 |
add_action( 'admin_print_styles-media-upload-popup', 'taxonomy_image_plugin_css_admin' );
|
913 |
|
914 |
|