Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Fields committed Jun 20, 2011
1 parent 572d5b1 commit 778846e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions public-filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ function taxonomy_images_plugin_get_queried_term_image_url( $default, $args = ar
*
* @access private Use the 'taxonomy-images-queried-term-image-data' filter.
* @since 0.7
* @alter 0.7.2
*/
function taxonomy_images_plugin_get_queried_term_image_data( $default, $args = array() ) {
$filter = 'taxonomy-images-queried-term-image-data';
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@ Installation
Changelog
---------

__0.7.2__

* Return data for fulsize images in archive views. [See this thread](http://wordpress.org/support/topic/image-size-full).

__0.7.1__

* Remove unused link code which is throwing an error when no taxonomies support images.
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ Complete rewrite. Better everything. Many bug fixes.

==Changelog==

= 0.7.2 =
* Return data for fulsize images in archive views. [See this thread](http://wordpress.org/support/topic/image-size-full).

= 0.7.1 =
* Remove unused link code which is throwing an error when no taxonomies support images.

Expand Down
5 changes: 3 additions & 2 deletions taxonomy-images.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Taxonomy Images
Plugin URI: http://wordpress.mfields.org/plugins/taxonomy-images/
Description: Associate images from your media library to categories, tags and custom taxonomies.
Version: 0.7.1
Version: 0.7.2
Author: Michael Fields
Author URI: http://wordpress.mfields.org/
License: GPLv2
Expand Down Expand Up @@ -35,9 +35,10 @@
* @return string The plugin's version number.
* @access private
* @since 0.7
* @alter 0.7.2
*/
function taxonomy_image_plugin_version() {
return '0.7';
return '0.7.2';
}


Expand Down

0 comments on commit 778846e

Please sign in to comment.