Skip to content

Releases: RickDBCN/filament-email

v1.4.8

02 Jul 18:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.7...v1.4.8

v1.4.7

19 Jun 09:01
6005afd
Compare
Choose a tag to compare

What's Changed

  • Fix missing storage option in resend and delete by @cooljet84 in #66

Full Changelog: v1.4.6...v.1.4.7

v1.4.6

18 Jun 13:17
Compare
Choose a tag to compare

What's Changed

  • Allow custom storage disk & config for attachment storage by @cooljet84 in #65

New Contributors

Full Changelog: v1.4.5...v1.4.6

v1.4.5

27 May 19:45
Compare
Choose a tag to compare

What's Changed

  • Allow disabling of scheduled prune by @ryanldy in #62
  • Reviewed code from pull request #62 with minor changes

New Contributors

Full Changelog: v1.4.4...v1.4.5

v1.4.4

19 May 08:21
Compare
Choose a tag to compare

What's Changed

  • Fixed #61 - "Undefined array key attachments" for re-send e-mail action when there's no attachments and toggle button is disabled (thanks to @StaffCollab for reporting)

Full Changelog: v1.4.3...v1.4.4

v1.4.3

16 May 17:24
Compare
Choose a tag to compare

What's Changed

  • Adding the option to configure pagination by @edwink75 in #60
  • Reviewed code from pull request #60 with minor changes

New Contributors

Full Changelog: v1.4.2...v1.4.3

v1.4.2

13 May 20:28
Compare
Choose a tag to compare

What's Changed

  • Enhanched view attachments layout
  • Fixed some config default
  • Updated README screenshot

Full Changelog: v1.4.1...v1.4.2

v1.4.1

10 May 01:03
Compare
Choose a tag to compare

What's Changed

  • Add config for navigation icon by @sitenzo in #58
  • Minor fixes

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

04 May 00:35
Compare
Choose a tag to compare

Breaking: New database field was added for multi-tenancy support and you needs to re-publish migrations:

php artisan vendor:publish --tag="filament-email-migrations"
php artisan migrate

What's Changed

  • [feature] New support to multi-tenancy, thanks to @nilede-bharat for main pull request
  • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #54
  • Updated README and screenshots
  • Minor fixes and code review

New Contributors

Full Changelog: v1.3.1...v1.4.0

v1.3.1

28 Apr 13:37
Compare
Choose a tag to compare

What's Changed

  • Customizabile prune crontab schedule from config file ('prune_crontab' => '0 0 * * *')
  • Replaced Config::get with config helper method

Full Changelog: v1.3.0...v1.3.1