Releases: stefanzweifel/laravel-sends
Releases · stefanzweifel/laravel-sends
v2.0.1
v2.0.0
See UPGRADING.md for guidance on how to deal with breaking changes.
Added
- Store Content of outgoing mail messages in the database (#6)
v1.0.0
See UPGRADING.md for guidance on how to deal with breaking changes.
Changed
- Rename
custom_message_id
column touuid
; update related code (#5) - Update
associateWith()
signature to either pass an array or multiple HasSends models as arguments (#4) - Rename Send Scopes (#2)
Fixed
- Fix DocBlocks for Send Properties (#1)
v0.1.0
- public release