Skip to content

Releases: verbb/image-resizer

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.

0.1.2

24 Feb 13:27
Compare
Choose a tag to compare
  • Added support for Amazon S3, Rackspace Cloud Files, and Google Cloud Storage asset sources.
  • Using assets.onBeforeUploadAsset instead of assets.onSaveAsset.
  • Elements now auto-refresh after crop or resize.
  • Refactoring for better performance.

0.1.1

13 Jan 08:17
Compare
Choose a tag to compare
  • Fixed issue with plugin release feed url.

0.1.0

01 Dec 23:23
Compare
Choose a tag to compare
  • Craft 2.5 support, including release feed and icons.

0.0.7

03 Oct 07:04
Compare
Choose a tag to compare
  • Fix to ensure images uploaded are both an image, and manipulatable.
  • Better error-catching for resizing.

0.0.6

25 Sep 13:11
Compare
Choose a tag to compare
  • Added cropping option to Element Actions.