Releases: verbb/image-resizer
Releases · verbb/image-resizer
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.
1.0.2
- [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
- [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
- [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
- 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
- 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.