Skip to content

Releases: benhuson/Taxonomy-Images

0.7.3

25 Nov 21:42
Compare
Choose a tag to compare

Added

  • Introduced .pot file and languages directory.

Changed

  • Better escaping.

Fixed

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

0.7.2

25 Nov 21:42
Compare
Choose a tag to compare

Changed

0.7.1

25 Nov 21:42
Compare
Choose a tag to compare

Removed

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

0.7

25 Nov 21:42
Compare
Choose a tag to compare
0.7

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.

v0.5

25 Nov 21:43
Compare
Choose a tag to compare

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.