Skip to content

Releases: nystudio107/craft-imageoptimize

Version 1.4.32

09 May 22:52
Compare
Choose a tag to compare

Added

  • Improved CraftQL support by allowing parameter passing to src and srcUrls

Version 1.4.31

22 Apr 22:19
Compare
Choose a tag to compare

Added

  • Added CraftQL support

Version 1.4.30

09 Apr 16:07
Compare
Choose a tag to compare

Added

  • Added additional profiling information

Version 1.4.29

07 Apr 01:47
Compare
Choose a tag to compare

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

03 Apr 02:30
Compare
Choose a tag to compare

Changed

  • Switched over to using the Unsharp Mask (usm) filter for auto-sharpening Imgix images

Version 1.4.27

02 Apr 19:41
Compare
Choose a tag to compare

Changed

  • Removed unused composer dependencies

Version 1.4.26

31 Mar 21:24
Compare
Choose a tag to compare

Changed

  • Fixed a typo with $generatePlacholders that would cause saving images to fail

Version 1.4.25

30 Mar 15:32
Compare
Choose a tag to compare

Changed

  • Fixed a typo in the config.php settings, changed generatePlacholders -> generatePlaceholders
  • Made the reduced quality of retina images if lowerQualityRetinaImageVariants is enabled less aggressive

Version 1.4.24

19 Mar 22:46
Compare
Choose a tag to compare

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 the webp 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

03 Mar 19:01
Compare
Choose a tag to compare

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