Skip to content

Releases: benhuson/Taxonomy-Images

1.0

20 Jun 08:03
Compare
Choose a tag to compare

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

16 Feb 08:57
Compare
Choose a tag to compare

Changed

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

0.9.6

03 May 08:11
Compare
Choose a tag to compare

Fixed

  • Fix issue where if no terms have images but having_images is false, nothing would be returned (props Matt).

0.9.5

10 Apr 08:03
Compare
Choose a tag to compare

Fixed

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

0.9.4

10 Apr 08:03
Compare
Choose a tag to compare

Fixed

  • Fix for taxonomy names that may contain characters other than lowercase and underscores (e.g. uppercase).

0.9.3

21 Jan 09:21
Compare
Choose a tag to compare

Fixed

  • Fix post permissions error when using media modal.

0.9.2

15 Dec 09:14
Compare
Choose a tag to compare

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

25 Nov 21:40
Compare
Choose a tag to compare

Changed

  • Adhere to WordPress PHP coding standards.

Fixed

  • Fixes media modal not opening on newly created terms.

0.9

25 Nov 21:41
Compare
Choose a tag to compare
0.9

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: Prep for dotorg release:

25 Nov 21:42
Compare
Choose a tag to compare

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.