Skip to content

Latest commit

 

History

History
101 lines (53 loc) · 3.74 KB

CHANGELOG.md

File metadata and controls

101 lines (53 loc) · 3.74 KB

Changelog

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.4.2 - 2024-02-03

Changed

  • Add Support for Laravel 11 (#19)

v2.4.1 - 2023-11-25

Fixed

  • fix saving Message-ID (#18)

v2.4.0 - 2023-10-16

Added

  • Add Support for PHP 8.3 (#17)

Changed

  • Upgrade to Pest v2 (#16)

v2.3.1 - 2023-01-25

Changed

  • Add Support for Laravel 10 (#15)

v2.3.0 - 2022-11-05

Added

  • Add Support for new Mailable syntax (#14)
  • Add Support for PHP 8.2 (#13)

v2.2.0 - 2022-03-28

Added

  • Add better support for custom send attributes (#11)

Changed

  • Change Visibility of getAddressesValue (#10)

v2.1.1 - 2022-03-17

Fixed

  • Allow consumers to use their own Send Factory for their custom Send Model (#9)

v2.1.0 - 2022-01-18

Added

  • Add Support for Laravel 9 (#8)

Changed

  • Drop Support for Laravel 8 (#8)

v2.0.1 - 2022-01-10

Fixed

  • 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.

Added

  • 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.

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 - 2021-12-03

  • initial release