Releases: benhuson/Taxonomy-Images
Releases · benhuson/Taxonomy-Images
1.0
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
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
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:
Added
- Add jamiemchale as a contributor.
Changed
- 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.