Skip to content

Commit

Permalink
Version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benhuson committed Nov 17, 2015
1 parent 27bd3b5 commit 669e44d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
7 changes: 7 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.1
Fixes media modal not opening on newly created terms.

### 0.9
Fixes media modal for newer versions of WordPress. Tested up to WordPress 4.3.1 (requires 3.4+).

Expand All @@ -233,6 +236,10 @@ Complete rewrite. Better everything. Many bug fixes.
Changelog
---------

### 0.9.1
* __BUGFIX:__ Fixes media modal not opening on newly created terms.
* __UPDATE:__ Adhere to WordPress PHP coding standards.

### 0.9
* __COMPAT:__ Add support for WordPress 3.5+ media modal.
* __COMPAT:__ Confirmed minimum WordPress 3.4 required.
Expand Down
9 changes: 8 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.3.1
Stable tag: 0.9
Stable tag: 0.9.1
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.1 =
Fixes media modal not opening on newly created terms.

= 0.9 =
Fixes media modal for newer versions of WordPress. Tested up to WordPress 4.3.1 (requires 3.4+).

Expand All @@ -220,6 +223,10 @@ Complete rewrite. Better everything. Many bug fixes.

== Changelog ==

= 0.9.1 =
* __BUGFIX:__ Fixes media modal not opening on newly created terms.
* __UPDATE:__ Adhere to WordPress PHP coding standards.

= 0.9 =
* __COMPAT:__ Add support for WordPress 3.5+ media modal.
* __COMPAT:__ Confirmed minimum WordPress 3.4 required.
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
Version: 0.9.1
Author: Michael Fields, Ben Huson
Author URI: http://wordpress.mfields.org/
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';
return '0.9.1';
}


Expand Down

0 comments on commit 669e44d

Please sign in to comment.