Skip to content

Releases: laravel/cashier-stripe

v9.2.0

12 Mar 15:38
7a05096
Compare
Choose a tag to compare

Added

  • Add subscription state scopes (#609)

Changed

  • Test latest Stripe API version (#611)

v9.1.0

12 Feb 13:08
21c4f3b
Compare
Choose a tag to compare

Added

v9.0.1

12 Feb 12:49
Compare
Choose a tag to compare

Added

  • Allow Carbon 2 installs (a3b9d36)

Changed

  • Test against latest Stripe API version (#603)

Fixed

v9.0.0

17 Dec 14:13
Compare
Choose a tag to compare

Changed

  • Removed support for PHP 7.0 (#595)
  • Require Laravel 5.7 as minimum version (#595)
  • Extract updateCard from createAsStripeCustomer method (#588)
  • Remove CASHIER_ENV and event checks and encourage usage of VerifyWebhookSignature middleware (#591)
  • The invoice method now accepts an $options param (#598)
  • The invoiceFor method now accepts an $invoiceOptions param (#598)

Fixed

  • Fixed some DocBlocks (#594)
  • Fixed a bug where the swap and incrementAndInvoice methods on the Subscription model would sometimes invoice other pending invoice items (#598)