Skip to content

Commit

Permalink
Updates Changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
BenParizek committed Nov 27, 2023
1 parent d495f58 commit 7058f18
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG/CHANGELOG-MAILER.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@

## 4.1.6 - UNRELEASED

### Added

- Emails with template rendering errors will now be logged as Sent Emails Elements
- Added error logging for emails that throw an error while rendering templates
- Added `BarrelStrength\Sprout\mailer\mailers\MailerInstructionsTrait`

### Changed

- Improved Mailer Settings behavior around configuring settings
- Improved Reply-To Email field default settings behavior

### Fixed

- Fixed dynamic recipient validation when editing an Email Element
- Fixed issue where sender and reply to values were not being populated for Craft sender behavior
- Fixed retrieval of Mailer Settings in settings area
- Fixed issue where Sender and Reply-To Email values were not being populated for Craft sender behavior

## 4.1.5 - 2023-11-05

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG/CHANGELOG-SENT-EMAIL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.1.6 - UNRELEASED

### Added

- Added support for capturing Sent Emails that fail while rendering templates

## 4.1.0 - 2023-09-05

### Added
Expand Down

0 comments on commit 7058f18

Please sign in to comment.