Releases: laravel/cashier-stripe
Releases · laravel/cashier-stripe
v10.4.0
Added
- Add findPaymentMethod method (#801)
- Allow to set past due as active (#802)
v10.3.0
Added
Changed
- Add language line for full name placeholder (#782)
- Update Stripe SDK to v7 (#784)
- Refactor handling of invalid webhook signatures (#791)
- Remove config repository dependency from webhook middleware (#793)
Fixed
- Remove extra sign off from
ConfirmPayment
notification (#779)
v10.2.1
Fixed
- Ensure SVG icons are visible even with a long success or error message (#772)
v10.2.0
Added
- Add ability to ignore cashier routes (#763)
Fixed
- Only mount card element if payment has not succeeded or been cancelled (#765)
- Set off_session parameter to true when creating a new subscription (#764)
v10.1.1
Fixed
- Remove collation from migrations (#761)
v10.1.0
Added
- Multiple stripe accounts (#754)
- Set Stripe library info (#756)
- Paper size can be set in config file (#752, cb837d1)
Changed
- Update Stripe API version to
2019-08-14
(#749)
Fixed
syncStripeStatus
trying to update incorrect status column (#748)
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)