Releases: binary-cats/laravel-mailgun-webhooks
Releases · binary-cats/laravel-mailgun-webhooks
v9.3.1 | Fix typos in docs
What's Changed
- Apply fixes from StyleCI by @cyrillkalita in #25
- Update README.md, fix typo by @adamsrog in #27
New Contributors
Full Changelog: 9.3.0...9.3.1
9.3 | Add support for Laravel 11
Merge pull request #24 from laravel-shift/l11-compatibility Laravel 11.x Compatibility
9.2.0
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
- @lionslair made their first contribution in #21
Full Changelog: 9.1.0...9.2.0
v9.1.0
- Drop PHP 7
- Upgrade underlying package requirements
- Test with Laravel 9
v9.0 | Laravel 9 Ready
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
v1.3.1
v.1.3.0
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
Add support for Laravel 8
1.2.1
Add Reportable exception for failed Mailgun signature