Skip to content

Releases: verbb/image-resizer

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.

2.0.3

08 May 12:46
Compare
Choose a tag to compare

Fixed

  • Fix PHP 7.2 count() issue
  • Fix handling when using dynamic paths in asset field

2.0.2

24 Feb 22:49
Compare
Choose a tag to compare

Changed

  • Set minimum requirement to ^3.0.0-RC11

Fixed

  • Fix resize event occurring on asset-save

2.0.1

12 Feb 11:35
Compare
Choose a tag to compare

Fixed

  • Fix plugin icon in some circumstances

2.0.0

10 Feb 12:49
Compare
Choose a tag to compare
  • Craft 3 release

1.1.0

16 Jan 05:08
Compare
Choose a tag to compare
  • [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.