Skip to content

Commit

Permalink
Version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benhuson committed Jan 21, 2016
1 parent bad8860 commit d60c398
Show file tree
Hide file tree
Showing 4 changed files with 20 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.3] - 2016-01-21

### Fixed
- Fix post permissions error when using media modal.

## [0.9.2] - 2015-12-15

### Added
Expand Down Expand Up @@ -188,7 +193,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.2...HEAD
[Unreleased]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.3...HEAD
[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
[0.9]: https://github.com/benhuson/Taxonomy-Images/compare/0.8.0...0.9
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.3
Fix post permissions error when using media modal.

### 0.9.2
Fix old and new media modal opening simultaneously in some circumstances.

Expand Down
10 changes: 8 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
Stable tag: 0.9.2
Tested up to: 4.4.1
Stable tag: 0.9.3
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.3 =
Fix post permissions error when using media modal.

= 0.9.2 =
Fix old and new media modal opening simultaneously in some circumstances.

Expand All @@ -226,6 +229,9 @@ Complete rewrite. Better everything. Many bug fixes.

== Changelog ==

= 0.9.3 =
* __BUGFIX:__ Fix post permissions error when using media modal.

= 0.9.2 =
* __BUGFIX:__ Fix old and new media modal opening simultaneously in some circumstances.
* __UPDATE:__ Documentation: Pedantic corrections. Props [Gary Jones](https://profiles.wordpress.org/garyj)
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.2
Version: 0.9.3
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.2';
return '0.9.3';
}


Expand Down

0 comments on commit d60c398

Please sign in to comment.