Releases: verbb/image-resizer
Releases · verbb/image-resizer
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.
0.1.2
- Added support for Amazon S3, Rackspace Cloud Files, and Google Cloud Storage asset sources.
- Using
assets.onBeforeUploadAsset
instead ofassets.onSaveAsset
. - Elements now auto-refresh after crop or resize.
- Refactoring for better performance.
0.1.1
- Fixed issue with plugin release feed url.
0.1.0
- Craft 2.5 support, including release feed and icons.
0.0.7
- Fix to ensure images uploaded are both an image, and manipulatable.
- Better error-catching for resizing.
0.0.6
- Added cropping option to Element Actions.