Skip to content

Releases: binary-cats/laravel-mailgun-webhooks

v9.3.1 | Fix typos in docs

03 Aug 21:40
aa50733
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 9.3.0...9.3.1

9.3 | Add support for Laravel 11

28 Feb 23:17
a98df97
Compare
Choose a tag to compare
Merge pull request #24 from laravel-shift/l11-compatibility

Laravel 11.x Compatibility

9.2.0

08 Apr 18:42
991abdf
Compare
Choose a tag to compare

What's Changed

  • Update readme to publish the migrations correctly by @lionslair in #21
    • Update phpunit configuration - Update dependencies to allow Laravel 10 by @cyrillkalita in #23

New Contributors

Full Changelog: 9.1.0...9.2.0

v9.1.0

26 Jan 21:21
4e0f18f
Compare
Choose a tag to compare
  • Drop PHP 7
  • Upgrade underlying package requirements
  • Test with Laravel 9

v9.0 | Laravel 9 Ready

19 Jan 01:05
9cb914a
Compare
Choose a tag to compare

New version introduces:

  • automatic casting of Mailgun event names to lowercase,
  • require illuminate/support: ^8.0|^9.0
  • drop support for Laravel below 8

As noted in #17 there are apparent some inconsistencies between sandbox and production environments for mailgun. The change will affect both events key and jobs config keys. Regardless what case Mailgun send the event name, it must always be lowercase in config.

v.1.3.2

22 May 17:06
6d2838b
Compare
Choose a tag to compare
  • Fix #12 Accepting invalid signature

v1.3.1

10 May 19:17
3139078
Compare
Choose a tag to compare

Fix

  • Typo in readme #11

v.1.3.0

27 Mar 17:43
3601411
Compare
Choose a tag to compare

Add

  • Validate incoming request schema to ensure the signature block is in fact present, and if missing, return error 422
  • Support for PHP 8.0

v1.2.2

08 Sep 17:37
0d04f22
Compare
Choose a tag to compare

Add support for Laravel 8

1.2.1

26 Aug 20:24
Compare
Choose a tag to compare

Add Reportable exception for failed Mailgun signature