From 85b1c89df7328809681163f7bc3ce8b163f438bc Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 27 Mar 2024 19:56:44 -0400 Subject: [PATCH] chore: Version 4.0.3 --- CHANGELOG.md | 51 +++++++++------------------------------------------ 1 file changed, 9 insertions(+), 42 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57fff2f..b6f8351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # ImageOptimize Sharp Image Transform Changelog +## 4.0.3 - UNRELEASED +### Added +* Add `phpstan` and `ecs` code linting +* Add `code-analysis.yaml` GitHub action + +### Changed +* PHPstan code cleanup +* ECS code cleanup + ## 4.0.2 - 2024.03.25 ### Fixed * Fixed an issue with focal points not working as expected ([#9](https://github.com/nystudio107/craft-imageoptimize-sharp/pull/9)) @@ -17,45 +26,3 @@ ### Added * Initial Craft CMS 4 compatibility - -## 1.0.9 - 2022.02.24 - -### Changed - -* Loosen the `composer.json` `require` constraints - -## 1.0.8 - 2021.11.12 -### Fixed -* Fixed an issue where transforms could fail if the file extension was not lowercase ([#4](https://github.com/nystudio107/craft-imageoptimize-sharp/issues/4)) - -## 1.0.7 - 2021.04.23 -### Added -* Added a setting to control the amount an image needs to be scaled down for automatic sharpening to be applied (https://github.com/nystudio107/craft-imageoptimize/issues/263) - -## 1.0.6 - 2021.02.03 -### Fixed -* Map the `fit` Craft transform method to `inside` to avoid letterboxing - -## 1.0.5 - 2020.06.08 -### Fixed -* If the quality is empty, don't pass the param down to Serverless Sharp - -## 1.0.4 - 2020.03.12 -### Fixed -* Fix the preg_match for the x- and y positions - -## 1.0.3 - 2020.03.10 -### Changed -* Fixed the mapping of focal points to textual positions - -## 1.0.2 - 2019.08.13 -### Changed -* Ensure that focal points take precedence over transform positions - -## 1.0.1 - 2019.07.06 -### Changed -* Fixed an issue where an AWS bucket name could be an unparsed Environment Variable - -## 1.0.0 - 2019.07.05 -### Added -- Initial release