Skip to content

Latest commit

 

History

History
241 lines (170 loc) · 7.45 KB

CHANGELOG.md

File metadata and controls

241 lines (170 loc) · 7.45 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

1.0 - 2019-06-20

Fixed

  • Fixed full image size sometimes not being returned.

Changed

  • Control, blank and default images moves to images folder.
  • Prepare plugin structure for term meta compatibility.

0.9.7 - 2017-02-16

Changed

  • Remove use of deprecated image_resize function.
  • Bump minimum WordPress version to 3.5.

0.9.6 - 2016-05-03

Fixed

  • 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

Fixed

  • Fix loading of admin stylesheet when editing terms in WordPress 4.5

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

  • Fix post permissions error when using media modal.

0.9.2 - 2015-12-15

Added

  • Added CHANGELOG.md

Changed

  • Documentation: Pedantic corrections. Props Gary Jones

Fixed

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

0.9.1 - 2015-11-17

Changed

  • Adhere to WordPress PHP coding standards.

Fixed

  • Fixes media modal not opening on newly created terms.

0.9 - 2015-11-10

Added

  • Added screenshots for WordPress.org
  • Add Spanish translation.
  • Add husobj as a contributor.

Changed

  • 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.

Fixed

  • Add support for WordPress 3.5+ media modal.

0.8.0 - 2013-08-06

Added

  • Add jamiemchale as a contributor.

Changed

  • Use jQuery.on() instead of jQuery.live(). Props jamiemchale.
  • Pass an empty array as default second parameter of taxonomy_images_plugin_get_the_terms() and taxonomy_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

Added

  • Introduced .pot file and languages directory.

Changed

  • Better escaping.

Fixed

  • Fixed the delete image button on edit-terms.php.

0.7.2 - 2011-06-20

Changed

0.7.1 - 2011-06-01

Removed

  • Remove unused link code which is throwing an error when no taxonomies support images.

0.7 - 2011-05-31

Added

  • 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.

Changed

  • All strings are now internationalized.
  • Add image to term functionality mimics "Add Featured Image".
  • All functions are now private.

Deprecated

  • Shortcode deprecated.
  • All global variables and constants have been removed or deprecated.

Removed

  • Deprecated function calls removed.

Fixed

Security

  • Security updates.

0.6 - Unreleased

Changed

  • Completely recoded.

0.5 - 2010-11-05

Added

  • 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.

Changed

  • Created standalone javascript files - removed inline scripts.
  • Obsessive compulsive syntax modifications.
  • Localization for strings - still need to "fine-tooth-comb" this.

Removed

  • Removed all debug functions.

0.4.4 - Unreleased

Fixed

  • get_image_html() Now populates the image's alt attribute with appropriate data. Props to jaygoldman.

0.4.3 - Unreleased

Added

  • Support for WordPress 3.0 has been added.

Changed

  • 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.

Removed

  • Support for all beta versions of 3.0 has been dropped.

0.4.2 - Unreleased

Added

  • Support for 2.9 branch has been added again.

Changed

  • Changed button name from "Category" to "Taxonomy".

0.4.1 - Unreleased

Added

  • Added support for dynamic taxonomy hooks for _tag_row().

Removed

  • Support for 2.9 branch has been temporarily removed.

0.4 - Unreleased

Added

  • Added "taxonomy_images_shortcode".

Fixed

  • get_thumb() now returns the fullsize URL if there is no appropriate intermediate image.

0.3 - Unreleased

Added

  • Added Version check for PHP5.
  • Added argument $term_tax_id to both print_image_html() and get_image_html().

Changed

  • 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.

Removed

  • Deleted the register_deactivation_hook() function - sorry to all 8 who downloaded this plugin so far :)

0.2 - Unreleased

Added

  • Original Release - Works with WordPress 2.9.1.