All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v2.6.0 - 2024-11-13
- Add Support for PHP 8.4 (#24)
v2.5.0 - 2024-10-14
- Change getMailClassHeader return value from self to static (#23)
v2.4.2 - 2024-02-03
- Add Support for Laravel 11 (#19)
v2.4.1 - 2023-11-25
- fix saving Message-ID (#18)
v2.4.0 - 2023-10-16
- Add Support for PHP 8.3 (#17)
- Upgrade to Pest v2 (#16)
v2.3.1 - 2023-01-25
- Add Support for Laravel 10 (#15)
v2.3.0 - 2022-11-05
v2.2.0 - 2022-03-28
- Add better support for custom send attributes (#11)
- Change Visibility of getAddressesValue (#10)
v2.1.1 - 2022-03-17
- Allow consumers to use their own Send Factory for their custom Send Model (#9)
v2.1.0 - 2022-01-18
- Add Support for Laravel 9 (#8)
- Drop Support for Laravel 8 (#8)
v2.0.1 - 2022-01-10
- Fix internals when a Custom Model is used (#7)
v2.0.0 - 2022-01-05
See UPGRADING.md for guidance on how to deal with breaking changes.
- Store Content of outgoing mail messages in the database (#6)
v1.0.0 - 2021-12-28
See UPGRADING.md for guidance on how to deal with breaking changes.
- 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)
- Fix DocBlocks for Send Properties (#1)
- initial release