All notable changes to laravel-stripe-webhooks
will be documented in this file
3.1.2 - 2022-03-07
- fix: only check for stripe webhooks by @ankurk91 in spatie#110
Full Changelog: https://github.com/spatie/laravel-stripe-webhooks/compare/3.1.1...3.1.2
3.1.1 - 2022-02-05
- feat: process webhook once by @ankurk91 in spatie#107
Full Changelog: https://github.com/spatie/laravel-stripe-webhooks/compare/3.1.0...3.1.1
3.1.0 - 2022-01-14
- allow Laravel 9
3.0.2 - 2021-11-24
- Add Unreleased Heading to Changelog by @stefanzweifel in spatie#101
- docs: fix upgrade guide by @ankurk91 in spatie#102
- Corrected potential WebhookConfig issues. by @accu-clw in spatie#104
- @stefanzweifel made their first contribution in spatie#101
- @accu-clw made their first contribution in spatie#104
Full Changelog: https://github.com/spatie/laravel-stripe-webhooks/compare/3.0.1...3.0.2
3.0.1 - 2021-11-05
- Update README.md by @Faks in spatie#98
- Fix publish commands by @ryanito in spatie#99
- Fix routing by @ankurk91 in spatie#100
- @Faks made their first contribution in spatie#98
- @ryanito made their first contribution in spatie#99
Full Changelog: https://github.com/spatie/laravel-stripe-webhooks/compare/3.0.0...3.0.1
- use spatie/laravel-webhook-client v3
- require PHP 8
- require Laravel 8
No changes to the API have been made, so it should be an easy upgrade
- Fix model from config not being used
- Process everything by default (#89)
- restore Postgres compat
- process Stripe calls only once
- add
verify_signature
config option
- add support for PHP 8
- Add Laravel 8 support
- Add Laravel 7 support
- Allow Stripe 7.x
- Add Laravel 6 support
- upgrade spatie/laravel-webhook-client from v1 to v2
- this package now makes use of spatie/laravel-webhook-client
- drop support for Laravel 5.7 and below
- drop support for PHP 7.1 and below
- add support for Laravel 5.8
- use
STRIPE_WEBHOOK_SECRET
env variable
- send a response in the controller
- add support for Laravel 5.7
- add support for Stripe Connect
- add support for stripe api v6
- add support for L5.6
- added missing parameter to
jobClassDoesNotExist
method
- initial release