Releases: verbb/image-resizer
Releases · verbb/image-resizer
2.1.1
Fixed
- Fix images not being rotated correctly, according to the
rotateImagesOnUploadByExifData
Craft config setting.
3.0.0-beta.1
Changed
- Now requires PHP
^8.0.2
. - Now requires Craft
^4.0.0-beta.1
.
2.1.0
Changed
- Now requires Craft 3.6+.
Fixed
- Fix
createDir
deprecation message for asset volumes in Craft 3.6+.
2.0.10
Fixed
- Move plugin settings to class, instead of composer.json. May help with plugin settings not appearing.
2.0.9
Fixed
- Fix stored XSS in Bulk Resize action. Thanks Paweł Hałdrzyński (Limpid Security).
- Fix CSRF issues with log-clear controller action. Thanks Paweł Hałdrzyński (Limpid Security).
2.0.8
Fixed
- Fix logging error
Call to undefined method setFileLogging()
.
2.0.7
Added
- Craft 3.4 compatibility.
Changed
- File logging now checks if the overall Craft app uses file logging.
- Log files now only include
GET
andPOST
additional variables. - Add back image-cleaning of EXIF data.
2.0.6
Fixed
- Fix incorrect action URL for clear-tasks.
- Remove forced asset validation, which skips image processing.
2.0.5
Added
- Add override notice for settings fields.
Fixed
- Fix deprecation error for
removeFile()
. - Prevent images being processed twice on upload when a conflicting asset was found.
2.0.4
Fixed
- Add asset indexing when creating files in
originals
. This will make the folder actually appear in Assets. - Fix processing image multiple times on remote volumes.