diff --git a/CHANGELOG.md b/CHANGELOG.md index b3908d8..fbac0da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 3.0.4 - 2024-12-14 + +### Added +- Add “From Name” and “From Email” plugin settings. + +### Changed +- Email template plugin settings now support aliases and .env variables. + +### Fixed +- Fix an issue for case-sensitive email checks. + ## 3.0.3 - 2024-11-21 ### Fixed diff --git a/composer.json b/composer.json index f4e631f..c648ef7 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/back-in-stock", "description": "Subscribe to out of stock products to receive an email when back in stock.", "type": "craft-plugin", - "version": "3.0.3", + "version": "3.0.4", "keywords": [ "craft", "cms",