Skip to content

Releases: stefanzweifel/laravel-sends

v2.0.0

05 Jan 19:12
Compare
Choose a tag to compare

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

28 Dec 10:30
f144cb5
Compare
Choose a tag to compare

See UPGRADING.md for guidance on how to deal with breaking changes.

Changed

  • Rename custom_message_id column to uuid; 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

03 Dec 19:42
Compare
Choose a tag to compare
  • public release