Releases: nystudio107/craft-imageoptimize
Releases · nystudio107/craft-imageoptimize
Version 1.6.18
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 thephp 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 thephp craft image-optimize/optimize/create
console command for force image variant creation
Version 1.6.17
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, whereformat
would be coerced to the image's extension format, when it should have been left asnull
.
Version 1.6.16
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
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
Fixed
- Ensure image quality is set to
null
as “Auto” setting of image quality
Version 1.6.13
Fixed
- Fixed Asset Bundle namespace case
Version 1.6.12
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
Changed
- Sanity check the inputs before normalizaing the file format
Version 1.6.10
Changed
- Normalize the file format to lowercase before transforming
Version 1.6.9
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