Skip to content

Latest commit

 

History

History
64 lines (33 loc) · 1020 Bytes

CHANGELOG.md

File metadata and controls

64 lines (33 loc) · 1020 Bytes

Changelog

All notable changes to laravel-stripe-webhooks will be documented in this file

2.3.0 - 2020-03-03

  • Add Laravel 7 support

2.2.1 - 2019-09-04

  • Allow Stripe 7.x

2.2.0 - 2019-09-04

  • Add Laravel 6 support

2.1.0 - 2019-07-08

  • upgrade spatie/laravel-webhook-client from v1 to v2

2.0.0 - 2019-06-24

  • this package now makes use of spatie/laravel-webhook-client

1.2.0 - 2018-02-27

  • drop support for Laravel 5.7 and below
  • drop support for PHP 7.1 and below

1.1.4 - 2018-02-27

  • add support for Laravel 5.8

1.1.3 - 2018-11-03

  • use STRIPE_WEBHOOK_SECRET env variable

1.1.2 - 2018-08-29

  • send a response in the controller

1.1.1 - 2018-08-29

  • add support for Laravel 5.7

1.1.0 - 2018-07-23

  • add support for Stripe Connect

1.0.3 - 2018-02-17

  • add support for stripe api v6

1.0.2 - 2018-02-08

  • add support for L5.6

1.0.1 - 2017-10-12

  • added missing parameter to jobClassDoesNotExist method

1.0.0 - 2017-10-09

  • initial release