Releases: verbb/image-resizer
Releases · verbb/image-resizer
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.
2.0.3
Fixed
- Fix PHP 7.2
count()
issue - Fix handling when using dynamic paths in asset field
2.0.2
Changed
- Set minimum requirement to
^3.0.0-RC11
Fixed
- Fix resize event occurring on asset-save
2.0.1
Fixed
- Fix plugin icon in some circumstances
2.0.0
- Craft 3 release
1.1.0
- [Added] Skip resizing of remote assets because their are tricky to handle in craft 2.
- [Fixed] Uploading SVG with resize generates an error.
- [Fixed] 'originals' folders don't get created on upload.
- [Fixed] Cropping errors for svg and remote assets.
- [Fixed] Resizing images from s3 source with 'keepOriginals' flag breaks.
- [Fixed] Resizing existing S3 images errors.
- [Improved] Use default image quality if not set.
- [Improved] Optimized 'Resize on upload' settings handling.