Skip to content

Commit

Permalink
Version 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
benhuson committed Feb 5, 2016
1 parent 522af01 commit 71c0218
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 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.4] - 2016-02-05

### Fixed
- Fix for taxonomy names that may contain characters other than lowercase and underscores (e.g. uppercase).

## [0.9.3] - 2016-01-21

### Fixed
Expand Down Expand Up @@ -193,7 +198,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.3...HEAD
[Unreleased]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.4...HEAD
[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
[0.9.1]: https://github.com/benhuson/Taxonomy-Images/compare/0.9...0.9.1
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.4
Fix for taxonomy names that may contain characters other than lowercase and underscores (e.g. uppercase).

### 0.9.3
Fix post permissions error when using media modal.

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted
Tags: taxonomy, tag, category, term, image, upload, media
Requires at least: 3.4
Tested up to: 4.4.1
Stable tag: 0.9.3
Stable tag: 0.9.4
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.4 =
Fix for taxonomy names that may contain characters other than lowercase and underscores (e.g. uppercase).

= 0.9.3 =
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.3
Version: 0.9.4
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.3';
return '0.9.4';
}


Expand Down

0 comments on commit 71c0218

Please sign in to comment.