Skip to content

Releases: verbb/image-resizer

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.

1.0.2

11 Jan 05:34
Compare
Choose a tag to compare
  • [Improved] Non-destructive on Cropping now copies the original asset, instead of just the file.
  • [Fixed] Bulk Resize stops if a non-image exists in the directory.

1.0.1

17 Oct 20:10
Compare
Choose a tag to compare
  • [Added] Verbb marketing (new plugin icon, readme, etc).
  • [Fixed] Ensure custom order for crop options is respected (and automatically selected).
  • [Fixed] Fix issue for remote images not correctly reading image dimensions (causing incorrect cropping).
  • [Fixed] Use ImagesLoaded.js for better UI feedback when dealing with large or remote images.
  • [Fixed] Fix issue when clearing logs.

1.0.0

25 Mar 21:51
Compare
Choose a tag to compare
  • [Added] Added brand new logging system showing success/skips/error. Also shows summary after bulk-resizing images (in the modal window).
  • [Added] Added non-destructive options for resizing and cropping. Originals will be saved in an originals folder relative to your asset.
  • [Added] Added a Clear pending tasks button to Settings > Other.
  • [Improved] Cropping and resizing now preserves EXIF and other metadata for images.
  • [Improved] Resizing tasks refactored, which makes better sense rather than re-using the assets.onBeforeUploadAsset event.
  • [Improved] Refactor plugin templates for common layout.
  • [Fixed] Properly implement translations throughout the plugin.
  • [Fixed] Fixes for Craft 2.6.2962 and Craft 2.6.2951.

0.1.4

29 Jun 11:59
Compare
Choose a tag to compare
  • Permissions added for crop and resize element actions. Choose whether your users have access to these functions.
  • Non-admins can now crop or resize images.

0.1.3

24 Jun 04:23
Compare
Choose a tag to compare
  • You can now specify width and height sizes on-demand in the Resizing modal window.
  • Resizing can be done on an entire folder through Image Resizer settings (Bulk Resize tab).
  • Allow custom aspect ratios to be defined for cropping.
  • Resizing now checks if the resulting file size is larger than the original. If larger, no action is taken.
  • You can now specify per-asset source settings, with fallbacks to your global settings.