Skip to content

Commit

Permalink
Sprout Email v4.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
BenParizek committed Feb 11, 2021
1 parent c1b2233 commit f12c07b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## 4.4.9 - 2021-02-11

### Changed
- Updated `barrelstrength/sprout-base-email` requirement to v1.3.9
- Updated `barrelstrength/sprout-base-sent-email` requirement to v1.1.4

### Fixed
- Fixed migration bug where Notification Email enabled setting could be set to false ([#545][#545-sprout-forms])
- Fixed Composer 2 compatibility issue

[#545-sprout-forms]: https://github.com/barrelstrength/craft-sprout-forms/issues/545

## 4.4.8 - 2020-10-13

### Changed
Expand Down
6 changes: 3 additions & 3 deletions composer.json
@@ -1,7 +1,7 @@
{
"name": "barrelstrength/sprout-email",
"description": "Flexible, integrated email marketing and notifications.",
"version": "4.4.8",
"version": "4.4.9",
"type": "craft-plugin",
"keywords": [
"craft",
Expand All @@ -27,10 +27,10 @@
"require": {
"craftcms/cms": "^3.5.0",
"barrelstrength/sprout-base": "^6.0.2",
"barrelstrength/sprout-base-email": "^1.3.8",
"barrelstrength/sprout-base-email": "^1.3.9",
"barrelstrength/sprout-base-fields": "^1.4.0",
"barrelstrength/sprout-base-reports": "^1.5.2",
"barrelstrength/sprout-base-sent-email": "^1.1.2"
"barrelstrength/sprout-base-sent-email": "^1.1.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f12c07b

Please sign in to comment.