From ca7fc9ad08a9a3809660f7d8490d4bc560975619 Mon Sep 17 00:00:00 2001 From: Ben Huson Date: Sat, 9 Apr 2016 23:54:13 +0100 Subject: [PATCH] Update changelog and version details. --- CHANGELOG.md | 8 +++++++- README.md | 3 +++ readme.txt | 13 +++++++++++-- taxonomy-images.php | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33ce44c..21058eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.9.5] - 2016-04-09 + +### Fixed +- Fix loading of admin stylesheet when editing terms in WordPress 4.5 + ## [0.9.4] - 2016-02-05 ### Fixed @@ -198,7 +203,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - Original Release - Works with WordPress 2.9.1. -[Unreleased]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.4...HEAD +[Unreleased]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.5...HEAD +[0.9.5]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.4...0.9.5 [0.9.4]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.3...0.9.4 [0.9.3]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.2...0.9.3 [0.9.2]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.1...0.9.2 diff --git a/README.md b/README.md index 0a9252f..0fb985e 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,9 @@ Installation Upgrade Notice -------------- +### 0.9.5 +Fix loading of admin stylesheet when editing terms in WordPress 4.5 + ### 0.9.4 Fix for taxonomy names that may contain characters other than lowercase and underscores (e.g. uppercase). diff --git a/readme.txt b/readme.txt index c53e730..2337dc4 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: mfields, husobj, jamiemchale Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QSYTTQZBRKQVE Tags: taxonomy, tag, category, term, image, upload, media Requires at least: 3.4 -Tested up to: 4.4.1 -Stable tag: 0.9.4 +Tested up to: 4.5 +Stable tag: 0.9.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -209,6 +209,9 @@ The original author of this plugin, Michael Fields, released a handful of plugin == Upgrade Notice == += 0.9.5 = +Fix loading of admin stylesheet when editing terms in WordPress 4.5 + = 0.9.4 = Fix for taxonomy names that may contain characters other than lowercase and underscores (e.g. uppercase). @@ -232,6 +235,12 @@ Complete rewrite. Better everything. Many bug fixes. == Changelog == += 0.9.5 = +* __BUGFIX:__ Fix loading of admin stylesheet when editing terms in WordPress 4.5 + += 0.9.4 = +* __BUGFIX:__ Fix for taxonomy names that may contain characters other than lowercase and underscores (e.g. uppercase). + = 0.9.3 = * __BUGFIX:__ Fix post permissions error when using media modal. diff --git a/taxonomy-images.php b/taxonomy-images.php index 0ecea06..b4ef186 100644 --- a/taxonomy-images.php +++ b/taxonomy-images.php @@ -4,7 +4,7 @@ Plugin Name: Taxonomy Images Plugin URI: https://github.com/benhuson/Taxonomy-Images Description: Associate images from your media library to categories, tags and custom taxonomies. -Version: 0.9.4 +Version: 0.9.5 Author: Michael Fields, Ben Huson Author URI: https://github.com/benhuson License: GNU General Public License v2 or later @@ -40,7 +40,7 @@ * @alter 0.7.4 */ function taxonomy_image_plugin_version() { - return '0.9.4'; + return '0.9.5'; }