Skip to content

Releases: kirschbaum-development/nova-mail

Version 4.9.0

21 Jun 14:31
15514d1
Compare
Choose a tag to compare

Changes

  • Support for Laravel Nova v4
  • Remove unsupported format() call on DateTime fields
  • Fixed bug where changing a Model Event type in the UI from "Updated" with a specified Column and optionally a Value would not clear out if you then changed the Model Event to a different event name (like "Created" for example).
  • Updated DetailField.vue visuals for Model Events (mimick Laravel Nova default table view instead of using read-only TextArea fields
  • Update the "send-mail" action modal HTML to better match Laravel Nova defaults
  • Update README screenshots and make screenshots relative paths instead of absolute

Version Note

Thinking about matching the major/minor version of Laravel here so that it's easier going forward to know which version of the package you want based on Laravel Nova version.

1.0.4

09 Aug 15:22
c237061
Compare
Choose a tag to compare
  • Fixed migration bug (#49)

Version 1.0.3

22 Apr 16:34
850cfe3
Compare
Choose a tag to compare
  • Fix formatting issue for date field (#47)
  • Adding "sender" info to Send Mailable class

Version 1.0.2

07 Feb 21:34
ee71344
Compare
Choose a tag to compare
  • Allow multiple emails for $to (Issue #25)
  • Swap NovaSentMailPolicy to use Authenticatable contract instead of User model (Issue #26)
  • Bugfix: Having no NovaMailTemplate(s) should no longer cause an error when using the SendMail action (Issue #32)

Version 1.0.1

23 Jan 15:32
9bebf22
Compare
Choose a tag to compare
  • Fixed migration bug (Issue #36)

Version 1.0.0

30 Sep 22:39
c0a1c77
Compare
Choose a tag to compare

Changes

  • Adds model events triggered mail
  • Remove the keep_compiled_file config option

0.1.0

07 Aug 19:11
Compare
Choose a tag to compare
add screenshots to readme