Skip to content

Releases: RickDBCN/filament-email

v1.3.0

25 Apr 22:27
Compare
Choose a tag to compare

Breaking: New database field was added 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 attachments (list with download link) requested in #29
  • Resend and update action now support choice for include original attachments
  • Resend action now include original attachments

Full Changelog: v1.2.2...v1.3.0

v1.2.2

23 Apr 16:42
Compare
Choose a tag to compare
Fix styling

v1.2.1

23 Apr 15:15
Compare
Choose a tag to compare

What's Changed

  • Fixed issue on bootingPackage #49

Full Changelog: v1.2.0...v.1.2.1

v1.2.0

20 Apr 22:14
55afb64
Compare
Choose a tag to compare

What's Changed

  • Update and resend e-mail modal now support multiple "to" address
  • Customizable table search fields from config
  • Added new advanced filter for table (to, cc, bcc)
  • Autoload model:prune command for Laravel schedule:run
  • Fixed retrive of "keep_email_for_days" from config for Email model pruneable method
  • Updated README with Version Compatibility section
  • Updated screenshots

Full Changelog: v1.1.0...v1.2.0

v1.1.0

17 Apr 21:19
3ed1969
Compare
Choose a tag to compare

Breaking: New way of registering the plugin:
->plugin(new \RickDBCN\FilamentEmail\FilamentEmail::make())

Plugin also supports translations now, special thanks to @marcogermani87 for this release!

What's Changed

  • Multiple enhancements (Table, Update and resend, translations and others) by @marcogermani87 in #46
  • feature: Add dutch translations by @RickDBCN in #47

Full Changelog: v1.0.15...v1.1.0

v1.0.15

16 Apr 12:26
f22f40f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.14...v1.0.15

v1.0.14

28 Feb 14:57
c9dd4be
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.13...v1.0.14

v1.0.13

02 Feb 07:59
42b6946
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.12...v1.0.13

v1.0.12

02 Feb 07:49
245fa65
Compare
Choose a tag to compare

caution: the config file has been updated. If you want the changes to reflect in your environment, please update your config file.

What's Changed

New Contributors

Full Changelog: v1.0.11...v1.0.12

v1.0.11

02 Jan 07:56
aefdabf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.10...v1.0.11