Releases: nystudio107/craft-imageoptimize
Releases · nystudio107/craft-imageoptimize
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
Version 1.4.29
Added
- Added profiling to the image variant creation
Changed
- Vastly increase the speed with which the transforms are created when done via Twig templating code
- Increased the speed of the variant creation in general
Version 1.4.28
Changed
- Switched over to using the Unsharp Mask (
usm
) filter for auto-sharpening Imgix images
Version 1.4.27
Changed
- Removed unused composer dependencies
Version 1.4.26
Changed
- Fixed a typo with
$generatePlacholders
that would cause saving images to fail
Version 1.4.25
Changed
- Fixed a typo in the
config.php
settings, changedgeneratePlacholders
->generatePlaceholders
- Made the reduced quality of retina images if
lowerQualityRetinaImageVariants
is enabled less aggressive
Version 1.4.24
Changed
- Fixed an issue with propagating field data in multi-site environments
- Scrutinizer code cleanup / refactoring
- If
.webp
support isn't configured, we don't display the images for thewebp
variants - If images are being generated via template (not recommended) disable running the image optimizers and variant creators by default
Added
- Added
craft.imageOptimize.serverSupportsWebP()
function to determine whether the server is capable of creating.webp
variants - Added validation rules for
imgixSecurityToken
so the value can be saved in the model
Version 1.4.23
Changed
- The lengthy generation of placeholders should really be off by default when doing them via Twig now
- Asset move operations now cause Optimized Image Variants to be re-saved via a non-blocking queue job