Changelog
2.2.3 2023-12-20
Fixed
- Fix an error when trying to process remote-filesystem assets.
2.2.2 2023-10-10
Fixed
- Fix an error when trying to process remote-filesystem assets.
- Fix filesize estimation to detect resulting larger images not being correct.
2.2.1 2023-08-17
Fixed
- Fix an issue when using with Servd Assets.
2.2.0 2022-12-06
Changed
- Improve performance when resizing images and larger-than checks.
2.1.1 2022-04-04
Fixed
- Fix images not being rotated correctly, according to the
rotateImagesOnUploadByExifData Craft config setting.
2.1.0 2021-02-19
Changed
Fixed
- Fix
createDir deprecation message for asset volumes in Craft 3.6+.
2.0.10 2020-07-14
Fixed
- Move plugin settings to class, instead of composer.json. May help with plugin settings not appearing.
2.0.9 2020-05-22
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 2020-04-16
Fixed
- Fix logging error
Call to undefined method setFileLogging().
2.0.7 2020-04-15
Added
Changed
- File logging now checks if the overall Craft app uses file logging.
- Log files now only include
GET and POST additional variables.
- Add back image-cleaning of EXIF data.
2.0.6 2019-09-18
Fixed
- Fix incorrect action URL for clear-tasks.
- Remove forced asset validation, which skips image processing.
2.0.5 2019-06-04
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 2018-10-24
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 2018-05-08
Fixed
- Fix PHP 7.2
count() issue
- Fix handling when using dynamic paths in asset field
2.0.2 2018-02-25
Changed
- Set minimum requirement to
^3.0.0-RC11
Fixed
- Fix resize event occurring on asset-save
2.0.1 2018-02-12
Fixed
- Fix plugin icon in some circumstances
2.0.0 2018-02-10
Added