Skip to content

v1.3.0

Compare
Choose a tag to compare
@marcogermani87 marcogermani87 released this 25 Apr 22:27
· 117 commits to main since this release

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