Releases: laravel/cashier-stripe
Releases · laravel/cashier-stripe
v10.0.0
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
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
Changed
- Remove old 5.9 version constraints (c7664fc)
Fixed
- Don't try and find a user when stripeId is null (#721)
v9.3.4
Changed
- Updated version constraints for Laravel 6.0 (4a4c5c2)
v10.0.0-beta
Cashier v10 is a major new release. Please give the upgrade guide a thorough read to see what's new.
v9.3.3
Fixed
- Fix hasStartingBalance and subtotal on
Invoice
(#684)
v9.3.2
Changed
VerifyWebhookSignature
is no longer final
(260de04)
- Remove strict type check for
trialUntil()
(#678)
v9.3.1
Fixed
- Fixing
defaultCard()
exception when user is not a Stripe customer (#660)
v9.3.0
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
Fixed
- Use new created property on invoice (4714ba4)