All notable changes to laravel-stripe-webhooks
will be documented in this file
3.9.0 - 2024-07-22
- Allow stripe/stripe-php:^15.0 by @pb30 in spatie#179
Full Changelog: https://github.com/spatie/laravel-stripe-webhooks/compare/3.8.0...3.9.0
3.8.0 - 2024-05-02
- Allow stripe/stripe-php:^14.0 by @pb30 in spatie#176
- @pb30 made their first contribution in spatie#176
Full Changelog: https://github.com/spatie/laravel-stripe-webhooks/compare/3.7.0...3.8.0
3.7.0 - 2024-03-02
- Laravel 11.x Compatibility by @laravel-shift in spatie#172
Full Changelog: https://github.com/spatie/laravel-stripe-webhooks/compare/3.6.0...3.7.0
3.6.0 - 2023-10-18
- allow stripe-php v13.x by @ankurk91 in spatie#167
Full Changelog: https://github.com/spatie/laravel-stripe-webhooks/compare/3.5.0...3.6.0
3.5.0 - 2023-08-21
- Allow Stripe php 12 by @ankurk91 in spatie#166
Full Changelog: https://github.com/spatie/laravel-stripe-webhooks/compare/3.4.0...3.5.0
3.4.0 - 2023-08-18
- Update README.md by @Khuthaily in spatie#163
- Allow stripe-php v11 by @ankurk91 in spatie#165
- @Khuthaily made their first contribution in spatie#163
Full Changelog: https://github.com/spatie/laravel-stripe-webhooks/compare/3.3.0...3.4.0
3.3.0 - 2023-06-06
- Configurable connection and queue by @diogogomeswww in spatie#159
- @diogogomeswww made their first contribution in spatie#159
Full Changelog: https://github.com/spatie/laravel-stripe-webhooks/compare/3.2.3...3.3.0
3.2.3 - 2023-01-25
- Add PHP 8.2 Support by @patinthehat in spatie#144
- Laravel 10.x Compatibility by @laravel-shift in spatie#151
- @patinthehat made their first contribution in spatie#144
Full Changelog: https://github.com/spatie/laravel-stripe-webhooks/compare/3.2.2...3.2.3
3.2.2 - 2022-12-02
- allow stripe sdk v10 by @maximepvrt in spatie#141
- @maximepvrt made their first contribution in spatie#141
Full Changelog: https://github.com/spatie/laravel-stripe-webhooks/compare/3.2.1...3.2.2
3.2.1 - 2022-08-03
- Add docs for transforming
WebhookCall
payload into Stripe object by @stevebauman in spatie#129 - allow stripe sdk v9 by @ankurk91 in spatie#130
- @stevebauman made their first contribution in spatie#129
Full Changelog: https://github.com/spatie/laravel-stripe-webhooks/compare/3.2.0...3.2.1
3.2.0 - 2022-06-07
- Update UPGRADING.md by @mstaack in spatie#125
- let user able to define a default job as a catchall event handler by @wanghanlin in spatie#128
- @mstaack made their first contribution in spatie#125
- @wanghanlin made their first contribution in spatie#128
Full Changelog: https://github.com/spatie/laravel-stripe-webhooks/compare/3.1.3...3.2.0
3.1.3 - 2022-05-18
- Update UPGRADING.md by @flatcapco in spatie#116
- Update README.md by @flatcapco in spatie#117
- UPGRADING.md v3: Add payload column type change by @andzandz in spatie#122
- Allow stripe sdk v8 by @ankurk91 in spatie#123
- @flatcapco made their first contribution in spatie#116
- @andzandz made their first contribution in spatie#122
Full Changelog: https://github.com/spatie/laravel-stripe-webhooks/compare/3.1.2...3.1.3
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