Skip to content

Commit

Permalink
Update changelog and version details.
Browse files Browse the repository at this point in the history
  • Loading branch information
benhuson committed Apr 9, 2016
1 parent ac40e17 commit ca7fc9a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
13 changes: 11 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).

Expand All @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions taxonomy-images.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -40,7 +40,7 @@
* @alter 0.7.4
*/
function taxonomy_image_plugin_version() {
return '0.9.4';
return '0.9.5';
}


Expand Down

0 comments on commit ca7fc9a

Please sign in to comment.