Releases: nystudio107/craft-imageoptimize
Releases · nystudio107/craft-imageoptimize
Version 1.6.36
Fixed
- Fixed an issue where the wrong Imgix API was being used for purging images (#273)
Version 1.6.35
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
Changed
- Switched documentation system to VitePress
- When an asset is replaced, force the recreation of the variants (#283)
Fixed
Version 1.6.33
Version 1.6.32
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
Added
- Added
make update
to update NPM packages - Added
make update-clean
to completely removenode_modules/
, then update NPM packages
Changed
- Use Tailwind CSS
^2.1.0
with JIT
Version 1.6.30
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
Fixed
- Fixed a regression that caused the field settings to not work properly for adding/removing variant blocks (#268)
Version 1.6.28
Changed
- Updated to latest docs dependencies
Fixed
- Fixed missing Composer dependency
nystudio107/craft-plugin-manifest
Version 1.6.27
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