Skip to content

Releases: laravel/cashier-stripe

v10.0.0

13 Aug 14:23
96aeb83
Compare
Choose a tag to compare

Added

  • Allow hasCompletePayment() to check other subscriptions than “default” (#733)
  • Add indexes to those columns used to lookup data in the database (#739)

Fixed

  • Fixed a label with an incorrect for attribute (#732)

v10.0.0-beta.2

02 Aug 15:47
051f991
Compare
Choose a tag to compare
v10.0.0-beta.2 Pre-release
Pre-release

Added

  • Add latestPayment method on Subscription (#705)
  • Allow custom filename for invoice download (#723)

Changed

  • Improve stripe statuses (#707)
  • Refactor active subscription state (#712)
  • Return invoice object when applicable (#711)
  • Refactor webhook responses (#722)
  • Refactor confirm payment mail to notification (#727)

Fixed

  • Fix createSetupIntent (#704)
  • Fix subscription invoicing (#710)
  • Fix null return for latestPayment method (#730)

Removed

  • Remove unused $customer parameter on updateQuantity method (#729)

v9.3.5

30 Jul 15:19
77e7eba
Compare
Choose a tag to compare

Changed

  • Remove old 5.9 version constraints (c7664fc)

Fixed

  • Don't try and find a user when stripeId is null (#721)

v9.3.4

30 Jul 15:19
Compare
Choose a tag to compare

Changed

  • Updated version constraints for Laravel 6.0 (4a4c5c2)

v10.0.0-beta

17 Jul 12:45
e8df891
Compare
Choose a tag to compare
v10.0.0-beta Pre-release
Pre-release

Cashier v10 is a major new release. Please give the upgrade guide a thorough read to see what's new.

v9.3.3

14 Jun 12:48
a8650ae
Compare
Choose a tag to compare

Fixed

  • Fix hasStartingBalance and subtotal on Invoice (#684)

v9.3.2

04 Jun 13:27
a813cc9
Compare
Choose a tag to compare

Changed

  • VerifyWebhookSignature is no longer final (260de04)
  • Remove strict type check for trialUntil() (#678)

v9.3.1

07 May 15:06
0f876d7
Compare
Choose a tag to compare

Fixed

  • Fixing defaultCard() exception when user is not a Stripe customer (#660)

v9.3.0

16 Apr 16:26
5c7639d
Compare
Choose a tag to compare

Added

  • Able to update a Stripe customer (#634)

Fixed

  • Handle incomplete subscriptions upon creation (#631)
  • Handle card failure in plan swap (#641)

v9.2.1

19 Mar 16:29
9049f6b
Compare
Choose a tag to compare

Fixed

  • Use new created property on invoice (4714ba4)