Releases: RickDBCN/filament-email
Releases · RickDBCN/filament-email
v1.3.0
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
v1.2.1
v1.2.0
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
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
What's Changed
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #42
- Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #43
- Autoload custom Resource from config by @marcogermani87 in #44
- Update ViewEmail.php by @marcogermani87 in #45
New Contributors
- @marcogermani87 made their first contribution in #44
Full Changelog: v1.0.14...v1.0.15
v1.0.14
v1.0.13
What's Changed
- Fix issue with event registration by @jcsoriano in #38
New Contributors
- @jcsoriano made their first contribution in #38
Full Changelog: v1.0.12...v1.0.13
v1.0.12
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
- Make Email model changeable from config by @Jacobtims in #36
New Contributors
- @Jacobtims made their first contribution in #36
Full Changelog: v1.0.11...v1.0.12
v1.0.11
What's Changed
- Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #34
- fix(): sort from config is ignored by @JeromeSiau in #32
New Contributors
- @JeromeSiau made their first contribution in #32
Full Changelog: v1.0.10...v1.0.11