Skip to content

Releases: nystudio107/craft-imageoptimize

Version 1.4.39

25 Sep 23:04
Compare
Choose a tag to compare

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

20 Aug 16:45
Compare
Choose a tag to compare

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

09 Aug 19:53
Compare
Choose a tag to compare

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

06 Aug 20:36
Compare
Choose a tag to compare

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

12 Jul 20:27
Compare
Choose a tag to compare

Changed

  • Catch all exceptions that happen during ResaveOptimizedImages() job so that execution can continue

Version 1.4.34

12 Jul 17:56
Compare
Choose a tag to compare

Changed

  • Smarter appending of variant creator suffixes, to handle URLs that have query strings

Version 1.4.33

24 May 22:57
Compare
Choose a tag to compare

Changed

  • Handle JPEGs coming in as both jpg & jpeg for the detected file format
  • Remove vestigal empty() checks

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