Releases: RickDBCN/filament-email
Releases · RickDBCN/filament-email
v1.4.8
What's Changed
- feat: add resource lang to pt_BR. by @samuelterra22 in #67
New Contributors
- @samuelterra22 made their first contribution in #67
Full Changelog: v1.4.7...v1.4.8
v1.4.7
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
What's Changed
- Allow custom storage disk & config for attachment storage by @cooljet84 in #65
New Contributors
- @cooljet84 made their first contribution in #65
Full Changelog: v1.4.5...v1.4.6
v1.4.5
v1.4.4
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
v1.4.2
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
v1.4.0
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
- @nilede-bharat made their first contribution in #55
Full Changelog: v1.3.1...v1.4.0
v1.3.1
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