Skip to content

Releases: verbb/image-resizer

2.1.1

04 Apr 06:31
Compare
Choose a tag to compare

Fixed

  • Fix images not being rotated correctly, according to the rotateImagesOnUploadByExifData Craft config setting.

3.0.0-beta.1

09 Mar 21:27
Compare
Choose a tag to compare

Changed

  • Now requires PHP ^8.0.2.
  • Now requires Craft ^4.0.0-beta.1.

2.1.0

19 Feb 05:18
Compare
Choose a tag to compare

Changed

  • Now requires Craft 3.6+.

Fixed

  • Fix createDir deprecation message for asset volumes in Craft 3.6+.

2.0.10

14 Jul 00:22
Compare
Choose a tag to compare

Fixed

  • Move plugin settings to class, instead of composer.json. May help with plugin settings not appearing.

2.0.9

22 May 11:46
Compare
Choose a tag to compare

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

16 Apr 01:10
Compare
Choose a tag to compare

Fixed

  • Fix logging error Call to undefined method setFileLogging().

2.0.7

15 Apr 00:25
Compare
Choose a tag to compare

Added

  • Craft 3.4 compatibility.

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

18 Sep 12:17
Compare
Choose a tag to compare

Fixed

  • Fix incorrect action URL for clear-tasks.
  • Remove forced asset validation, which skips image processing.

2.0.5

04 Jun 05:18
Compare
Choose a tag to compare

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

24 Oct 12:35
Compare
Choose a tag to compare

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.