Releases: webcoast-dk/deferred-image-processing
Releases · webcoast-dk/deferred-image-processing
v3.0.3
What's Changed
- [FEATURE] Allow generation of avif images by @swiftyone in #39
New Contributors
- @swiftyone made their first contribution in #39
Full Changelog: v3.0.2...v3.0.3
v3.0.2
v3.0.1
What's Changed
- [BUGFIX] Do not defer deleted files by @achimfritz in #36
Thanks to
- @achimfritz for #36
Full Changelog: v3.0.0...v3.0.1
v3.0.0
v2.0.0
What's Changed
-
[BUGFIX] Avoid exception with invalid crop data by @thommyhh in #18
-
[TASK] Improve and streamline
composer.jsonandext_emconf.phpby @xerc in #25 -
[TASK] Improve request handling in middleware by @xerc in #31
New Contributors
Special thanks goes to @xerc for all the work and effort he put into the v12 compatible version.
Full Changelog: v1.1.0...v2.0.0
v1.1.0
Changes
- [TASK] Adjust version constraints to support TYPO3 v11 (#9)
- [BUGFIX] Normalize public URLs by removing leading slash by (#12)
- [FEATURE] Support PHP 8 (#14)
- [FEATURE] Add process command (#11 / #15)
Thanks to
@jrenggli (Jonas Renggli, Visol.ch)
@dhuf (Daniel Huf, Visol.ch)
Full Changelog: v1.0.5...v1.1.0
v1.0.5
v1.0.4
v1.0.3
Bugfixes:
maxWidthandmaxHeightnot considered in target file width and height (Thanks to Markus Mächler)- Images from fallback storage can not be processed (Thanks to Markus Mächler)
- Preview images for non-public storages not working (Thanks to Markus Mächler)
- GIFBUILDER not working with deferred image processing (Thanks to Tyrone Rogers for reporting)
Documentation
- Add section about rewrite rules in
.htaccess(Thanks to Manuel Munz)
Technical stuff
- Add automatic TER publishing through GitHub Actions