Version Description
= 0.9.6 = Fixed issue where if no terms have images but 'having_images' is false, nothing would be returned (props Matt).
= 0.9.5 = Fix loading of admin stylesheet when editing terms in WordPress 4.5
= 0.9.4 = Fix for taxonomy names that may contain characters other than lowercase and underscores (e.g. uppercase).
= 0.9.3 = Fix post permissions error when using media modal.
= 0.9.2 = Fix old and new media modal opening simultaneously in some circumstances.
= 0.9.1 = Fixes media modal not opening on newly created terms.
= 0.9 = Fixes media modal for newer versions of WordPress. Tested up to WordPress 4.3.1 (requires 3.4+).
= 0.8 = Major and minor bug fixes tested with WordPress 3.6.
= 0.7 = Complete rewrite. Better everything. Many bug fixes.
Download this release
Release Info
| Developer | husobj |
| Plugin | |
| Version | 0.9.7 |
| Comparing to | |
| See all releases | |
Code changes from version 0.9.6 to 0.9.7
- CHANGELOG.md +8 -1
CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
| 4 |
|
| 5 |
## [Unreleased]
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
## [0.9.6] - 2016-05-03
|
| 8 |
|
| 9 |
### Fixed
|
|
@@ -208,7 +214,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
| 208 |
### Added
|
| 209 |
- Original Release - Works with WordPress 2.9.1.
|
| 210 |
|
| 211 |
-
[Unreleased]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.
|
|
|
|
| 212 |
[0.9.6]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.5...0.9.6
|
| 213 |
[0.9.5]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.4...0.9.5
|
| 214 |
[0.9.4]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.3...0.9.4
|
| 4 |
|
| 5 |
## [Unreleased]
|
| 6 |
|
| 7 |
+
## [0.9.7] - 2017-02-16
|
| 8 |
+
|
| 9 |
+
### Changed
|
| 10 |
+
- Remove use of deprecated `image_resize` function.
|
| 11 |
+
- Bump minimum WordPress version to 3.5.
|
| 12 |
+
|
| 13 |
## [0.9.6] - 2016-05-03
|
| 14 |
|
| 15 |
### Fixed
|
| 214 |
### Added
|
| 215 |
- Original Release - Works with WordPress 2.9.1.
|
| 216 |
|
| 217 |
+
[Unreleased]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.7...HEAD
|
| 218 |
+
[0.9.7]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.6...0.9.7
|
| 219 |
[0.9.6]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.5...0.9.6
|
| 220 |
[0.9.5]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.4...0.9.5
|
| 221 |
[0.9.4]: https://github.com/benhuson/Taxonomy-Images/compare/0.9.3...0.9.4
|
