Releases: kirschbaum-development/nova-mail
Releases · kirschbaum-development/nova-mail
Version 4.9.0
Changes
- Support for Laravel Nova v4
- Remove unsupported
format()
call onDateTime
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
Version 1.0.3
- Fix formatting issue for date field (#47)
- Adding "sender" info to
Send
Mailable class
Version 1.0.2
Version 1.0.1
- Fixed migration bug (Issue #36)
Version 1.0.0
Changes
- Adds model events triggered mail
- Remove the
keep_compiled_file
config option
0.1.0
add screenshots to readme