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