Skip to content

Releases: SynergiTech/laravel-postal

v3.3.1

24 Nov 14:05
cbc01d6

Choose a tag to compare

Hotfix as there was one table name which survived being replaced previously.

v3.3.0

14 Oct 16:29
2d7020b

Choose a tag to compare

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

11 Feb 10:50
b29764b

Choose a tag to compare

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

09 Sep 14:03
0d1b032

Choose a tag to compare

Support Laravel 8 (thanks again @SiebeVE)

v3.0.0

20 Mar 11:50
bb1e6ea

Choose a tag to compare

Support Laravel 7 (thanks @SiebeVE)

v2.1.2

20 Mar 11:40
893e870

Choose a tag to compare

Prevent installation in Laravel 7 (thanks @SiebeVE)

v2.1.1

09 Oct 11:02
2b066bc

Choose a tag to compare

Allow bounce webhooks to be processed

v2.1.0

18 Jul 08:59
6fb3a03

Choose a tag to compare

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 Controller class existing inside of App namespace
  • Fix class reference in webhooks() relation on Email
  • Improve conversion of Swift messages to Postal messages
  • Fix handling non-lowercase email addresses

v2.0.1

12 Jul 08:19
4d78624

Choose a tag to compare

Merge pull request #7 from SynergiTech/disable-email-updated-at

fix disabling updated_at column in HasTimestamps trait

Version 2.0

26 Jun 13:34
7e628a1

Choose a tag to compare

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.