Releases: SynergiTech/laravel-postal
Releases · SynergiTech/laravel-postal
v3.3.1
Hotfix as there was one table name which survived being replaced previously.
v3.3.0
What's Changed
- ✨ use the models, which can be overridden, to provide table names by @willpower232 in #25
Full Changelog: v3.2.0...v3.3.0
v3.2.0
This release re-adds support for Laravel 6 with the newer code as well as fixes calls using $model->notify() if that is how you want to code.
Also we're testing against PHP 8 now as well.
v3.1.0
v3.0.0
v2.1.2
v2.1.1
Allow bounce webhooks to be processed
v2.1.0
Changes
- Migrations are no longer published. We're now exposing these as a ServiceProvider with
loadMigrationsFrom. - Bump minimum dependency versions. Not incrementing the major version as no 2.x versions support the previous dependency versions
- Unit tests
Bug fixes
- Remove requirement on
Controllerclass existing inside ofAppnamespace - Fix class reference in
webhooks()relation onEmail - Improve conversion of Swift messages to Postal messages
- Fix handling non-lowercase email addresses
v2.0.1
Version 2.0
Version 2 is backwards compatible with version 1 as long as you are not using a listener.
Version 2 is also configured differently and includes many more features (including support for webhooks) so if you're upgrading from version 1, please take time to re-read the readme.