Skip to content

Releases: nystudio107/craft-imageoptimize

Version 1.6.18

29 Sep 02:14
Compare
Choose a tag to compare

Changed

  • If an Optimized Images field is edited, only re-save the transforms for that specific field
  • Allow an optional --field to be passed into the php craft image-optimize/optimize/create console command to only create image variants associated with a specific Optimized Images field
  • Allow an optional --force flag to be passed into the php craft image-optimize/optimize/create console command for force image variant creation

Version 1.6.17

18 Sep 18:46
Compare
Choose a tag to compare

Changed

  • Sped up image optimization on multi-site setups by not spawning a new optimizing images job if the element is merely propagating to other sites

Fixed

  • Fixes issue when using asset.getUrl({ }) with Imgix, where format would be coerced to the image's extension format, when it should have been left as null.

Version 1.6.16

31 Aug 15:06
Compare
Choose a tag to compare

Changed

  • Cleaned up the field styling to make it look correct on Craft CMS > 3.5.0
  • Default to false if $variant['useAspectRatio'] is somehow null

Version 1.6.15

25 Aug 14:43
Compare
Choose a tag to compare

Added

  • Added support for Redis queue jobs
  • If an Optimized Images field isn't set to create variants for the sub-folder that an Asset is in, it'll display N/A

Changed

  • Cleaned up the field formatting for Craft CMS 3.5 CSS layout changes

Fixed

  • Fixed an issue with .webp URLs not working for URLs with ports in them
  • Make missing webp variants display better
  • Fixed an issue where images that were in sub-folders of sub-folders didn't have image variants created for them, if only specific volume sub-folders were chosen for optimization

Version 1.6.14

08 Jun 12:27
Compare
Choose a tag to compare

Fixed

  • Ensure image quality is set to null as “Auto” setting of image quality

Version 1.6.13

16 Apr 12:44
Compare
Choose a tag to compare

Fixed

  • Fixed Asset Bundle namespace case

Version 1.6.12

21 Mar 18:22
Compare
Choose a tag to compare

Added

  • Added the createAsset console command for regenerating the responsive image variants for a single Asset ID

Changed

  • Generated image URLs that have no file format extension are now properly displayed in the GUI (an issue mostly with serverless Sharp)

Version 1.6.11

12 Feb 12:16
Compare
Choose a tag to compare

Changed

  • Sanity check the inputs before normalizaing the file format

Version 1.6.10

12 Feb 00:41
Compare
Choose a tag to compare

Changed

  • Normalize the file format to lowercase before transforming

Version 1.6.9

06 Feb 22:37
Compare
Choose a tag to compare

Changed

  • Properly documented how the data in the imageTransformTypeSettings config is stored

Fixed

  • Fixed an issue where an SVG sent in to an image transform handler as a thumbnail request without specifying another format to convert to