Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 2.54 KB

CHANGELOG.md

File metadata and controls

61 lines (36 loc) · 2.54 KB

Changelog

All notable changes to filament-mails will be documented in this file.

New feature: Suppressions list with option to unsupress email addresses - 2025-01-23

What's Changed

  • Suppressions list by @markvaneijk in #11

New Contributors

  • @markvaneijk made their first contribution in #11

Full Changelog: https://github.com/vormkracht10/filament-mails/compare/v2.1.0...v2.2.0

v2.1.0 - 2025-01-22

What's Changed

  • [Fix] Format text to prevent stripping line breaks by @Baspa in #14
  • [Fix] Define nullable parameter as nullable by @Baspa in #15
  • fix: Dynamically determine if tenant is set by @Baspa in #16
  • [Fix] Return empty array when $record's to, cc or bcc is empty (#18) by @vincentvankekerix in #19
  • Update Pages to reflect configured resource class name by @Skullbock in #20

New Contributors

  • @vincentvankekerix made their first contribution in #19
  • @Skullbock made their first contribution in #20

Full Changelog: https://github.com/vormkracht10/filament-mails/compare/v2.0.0...v2.1.0

v2.0.0 - 2025-01-03

Breaking changes

  • Let user decide where to put the routes to let them protect their routes

What's Changed

  • Install latest version instead of dev-main by @Baspa in #5
  • Use Model from Config for Resource by @iAmKevinMcKee in #7
  • [Fix] PHPStan issues by @Baspa in #6
  • [Fix] Let user specify (tenant aware) routes by @Baspa in #9
  • [Fix] Logging and downloading attachments by @Baspa in #9

New Contributors

  • @Baspa made their first contribution in #5
  • @iAmKevinMcKee made their first contribution in #7

Full Changelog: https://github.com/vormkracht10/filament-mails/compare/v1.0.1...v2.0.0

Bugfix - 2024-11-28

  • Removed obsolete console command

1.0.0 - 202X-XX-XX

  • initial release