Skip to content

Releases: nystudio107/craft-imageoptimize

Version 1.6.36

07 Sep 17:30
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where the wrong Imgix API was being used for purging images (#273)

Version 1.6.35

14 Jul 16:44
Compare
Choose a tag to compare

Fixed

  • Special-case for Craft 3.7 or later, with the addition of a suffix to the Field content column name (craftcms/cms#6922) (#289)

Version 1.6.34

10 Jun 15:22
Compare
Choose a tag to compare

Changed

  • Switched documentation system to VitePress
  • When an asset is replaced, force the recreation of the variants (#283)

Fixed

  • Fixed an issue where uppercase file suffixes would cause webp image variants to not be created (#277)
  • If image/svg is being ignored, add image/svg+xml to the mime types to ignore as well
  • Now store the image sub-folders by name, since the UID can be different per environment (#282)

Version 1.6.33

24 Apr 01:39
Compare
Choose a tag to compare

Added

  • Added a setting to control the amount an image needs to be scaled down for automatic sharpening to be applied (#263)
  • Added an option to cap the placeholder silhouette SVG size to 32Kb (#270)

Version 1.6.32

15 Apr 14:59
Compare
Choose a tag to compare

Fixed

  • If there are too many sub-folders in an Asset volume, don't display them, return an empty array (#203)

Version 1.6.31

06 Apr 19:06
Compare
Choose a tag to compare

Added

  • Added make update to update NPM packages
  • Added make update-clean to completely remove node_modules/, then update NPM packages

Changed

  • Use Tailwind CSS ^2.1.0 with JIT

Version 1.6.30

04 Apr 03:41
Compare
Choose a tag to compare

Added

  • Added some additional CLI command logging that shows the savings from optimization

Changed

  • Don't record or display errors that are a result of assets that are not images
  • Don't display image transform errors twice

Version 1.6.29

31 Mar 18:39
Compare
Choose a tag to compare

Fixed

  • Fixed a regression that caused the field settings to not work properly for adding/removing variant blocks (#268)

Version 1.6.28

29 Mar 04:06
Compare
Choose a tag to compare

Changed

  • Updated to latest docs dependencies

Fixed

  • Fixed missing Composer dependency nystudio107/craft-plugin-manifest

Version 1.6.27

29 Mar 03:16
Compare
Choose a tag to compare

Changed

  • Move settings from the composer.json “extra” to the plugin main class
  • Move the manifest service registration to the constructor
  • Require nystudio107/craft-imageoptimize-imgix version ^1.2.1

Fixed

  • Return null if no transform needs to be done, so other plugins can hook in