All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
1.0 - 2019-06-20
- Fixed full image size sometimes not being returned.
- Control, blank and default images moves to
images
folder. - Prepare plugin structure for term meta compatibility.
0.9.7 - 2017-02-16
- Remove use of deprecated
image_resize
function. - Bump minimum WordPress version to 3.5.
0.9.6 - 2016-05-03
- Fix issue where if no terms have images but 'having_images' is false, nothing would be returned (props Matt).
0.9.5 - 2016-04-09
- Fix loading of admin stylesheet when editing terms in WordPress 4.5
0.9.4 - 2016-02-05
- Fix for taxonomy names that may contain characters other than lowercase and underscores (e.g. uppercase).
0.9.3 - 2016-01-21
- Fix post permissions error when using media modal.
0.9.2 - 2015-12-15
- Added CHANGELOG.md
- Documentation: Pedantic corrections. Props Gary Jones
- Fix old and new media modal opening simultaneously in some circumstances.
0.9.1 - 2015-11-17
- Adhere to WordPress PHP coding standards.
- Fixes media modal not opening on newly created terms.
0.9 - 2015-11-10
- Added screenshots for WordPress.org
- Add Spanish translation.
- Add husobj as a contributor.
- Make images retina sized in the admin.
- Re-color admin image and icons to fit with more recent versions of WordPress.
- Stop using deprecated
image_resize()
function. - Stop using deprecated
screen_icon()
function. - Move JavaScript and CSS files to subfolders.
- Confirmed minimum WordPress 3.4 required.
- Add support for WordPress 3.5+ media modal.
0.8.0 - 2013-08-06
- Add jamiemchale as a contributor.
- Use
jQuery.on()
instead ofjQuery.live()
. Props jamiemchale. - Pass an empty array as default second parameter of
taxonomy_images_plugin_get_the_terms()
andtaxonomy_images_plugin_list_the_terms()
. - Give the button on the custom admin screen a class of
button-primary
. - Store the return value of
get_posts()
in a variable called$images
. Not sure why, but this should not harm anything. - Change license to
GPLv2 or later
for maximum flexibility and compatibility. - Random whitespace fixes.
- Update Documentation.
- CSS coding standards.
- Bump version number.
- Update readme files.
0.7.3 - 2011-06-20
- Introduced
.pot
file and languages directory.
- Better escaping.
- Fixed the delete image button on edit-terms.php.
0.7.2 - 2011-06-20
- Return data for fullsize images in archive views. See this thread.
0.7.1 - 2011-06-01
- Remove unused link code which is throwing an error when no taxonomies support images.
0.7 - 2011-05-31
- Created a custom filter interface for plugin and theme integration.
- Lots of inline documentation added.
- Added custom notices if plugin is used in an unsupported way.
- Taxonomy modal button now available in search + upload states.
- Image interface has been added to single term edit screen.
- Users can now choose which taxonomys have image support.
- All strings are now internationalized.
- Add image to term functionality mimics "Add Featured Image".
- All functions are now private.
- Shortcode deprecated.
- All global variables and constants have been removed or deprecated.
- Deprecated function calls removed.
- No longer breaks display of the Better Plugin Compatibility Control plugin.
- No notices generated by PHP or WordPress.
- Security updates.
- Completely recoded.
0.5 - 2010-11-05
- Direct link to upload new files from
edit-tag.php
has been introduced. - Ability to create an image/term association immediately after upload has been introduced.
- Users can now delete image/term associations.
- Created standalone javascript files - removed inline scripts.
- Obsessive compulsive syntax modifications.
- Localization for strings - still need to "fine-tooth-comb" this.
- Removed all debug functions.
get_image_html()
Now populates the image'salt
attribute with appropriate data. Props to jaygoldman.
- Support for WordPress 3.0 has been added.
- Removed use of deprecated function
is_taxonomy()
- props to anointed. - Included a definition for
taxonomy_exists()
function for backwards compatibility with 2.9 branch. This function is new in WordPress version 3.0.
- Support for all beta versions of 3.0 has been dropped.
- Support for 2.9 branch has been added again.
- Changed button name from "Category" to "Taxonomy".
- Added support for dynamic taxonomy hooks for
_tag_row()
.
- Support for 2.9 branch has been temporarily removed.
- Added "taxonomy_images_shortcode".
get_thumb()
now returns the fullsize URL if there is no appropriate intermediate image.
- Added Version check for PHP5.
- Added argument
$term_tax_id
to bothprint_image_html()
andget_image_html()
.
- Changed the firing order of every hook utilizing the
category_rows
method to 15. This allows this plugin to be compatible with Reveal IDs for WP Admin. Thanks to Peter Kahoun $settings
and$locale
are now public properties.- Object name changed to
$taxonomy_images_plugin
.
- Deleted the
register_deactivation_hook()
function - sorry to all 8 who downloaded this plugin so far :)
- Original Release - Works with WordPress 2.9.1.