diff --git a/CHANGELOG.md b/CHANGELOG.md index 48cb308..3986388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # ImageOptimize Changelog +## 4.0.11 - UNRELEASED +## Fixed +* Don't try to apply filters to assets that are seemingly corrupt, and have a `0` width or `0` height ([#383](https://github.com/nystudio107/craft-imageoptimize/issues/383)) + ## 4.0.10 - 2024.10.21 ## Changed * Allow for empty `alt` tags for screen readers as per WCAG ([411](https://github.com/nystudio107/craft-imageoptimize/issues/411)) diff --git a/composer.json b/composer.json index bfae0ee..5ce8e6c 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "nystudio107/craft-imageoptimize", "description": "Automatically create & optimize responsive image transforms, using either native Craft transforms or a service like imgix, with zero template changes.", "type": "craft-plugin", - "version": "4.0.10", + "version": "4.0.11", "keywords": [ "craft", "cms",