Releases: nystudio107/craft-imageoptimize
Releases · nystudio107/craft-imageoptimize
Version 1.4.39
Changed
- Added a try/catch around ColorThief, to catch errors thrown due to empty/transparent images
- Fix a regression that could cause Optimized Images to not be generated correctly
- Modernized package.json and webpack build
Version 1.4.38
Changed
- Fixed an incompatibility with the Spoon plugin by removing
matrix-field
class from field type settings - Fixed an erroneous 2:2 aspect ratio in the default settings
- Moved to a modern webpack build config for the AdminCP
- Added install confetti
Version 1.4.37
Changed
- Reverted an errant commit that removed a fix for propagating field data in multi-site environments
- Ensure that
.webp
variants have fully qualified absolute URLs
Version 1.4.36
Added
- Added the ability to access each image variant's height
Changed
- Update to the latest version of the Imgix PHP library
Version 1.4.35
Changed
- Catch all exceptions that happen during
ResaveOptimizedImages()
job so that execution can continue
Version 1.4.34
Changed
- Smarter appending of variant creator suffixes, to handle URLs that have query strings
Version 1.4.33
Changed
- Handle JPEGs coming in as both
jpg
&jpeg
for the detected file format - Remove vestigal
empty()
checks
Version 1.4.32
Added
- Improved CraftQL support by allowing parameter passing to
src
andsrcUrls
Version 1.4.31
Added
- Added CraftQL support
Version 1.4.30
Added
- Added additional profiling information