Releases: verbb/image-resizer
Releases · verbb/image-resizer
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.
0.0.5
- Performance improvements - now uses Tasks to handle batch resizing.
0.0.4
- Fix to make sure environment variables are parsed for asset sources.
0.0.3
- Added batch processing for existing assets.
- Added image quality option.
0.0.2
- Moved hook from
onBeforeSaveAsset
toonSaveAsset
. - Asset record is updated after resize, reflecting new image width/height/size.
- Added option to restrict resizing to specific Asset sources.
0.0.1
- Initial release.