Releases: laravel/cashier-stripe
Releases · laravel/cashier-stripe
v12.4.1
Fixed
- Fix n+1 problem with subscription retrieval (#1009)
v12.4.0
Added
- Implement
trialEndsAt
(#1000)
Changed
- Simplify subscription method (#1003)
Fixed
- Fix quantity preserving (#999)
- Fix Models namespace for Laravel 8 (9024107)
v12.3.1
Fixed
- Fix double payment method (#987)
v12.3.0
Added
Changed
- Stripe SDK minimum version is now
^7.39
(#981)
Fixed
- Fix url checking for invalid urls (#984)
v12.2.0
Added
- Apply prorate and invoice_now for cancelNow (#975)
v12.1.0
Added
- Add support for Stripe's Customer Portal (#966)
v12.0.1
Fixed
- Fix validating payment intent (#959)
v12.0.0
Changed
- Implement new proration and pending updates (#949)
v11.3.0
Added
- Add convenience methods to update stripe objects (#943)
Fixed
- Send invoice when charging automatically (#942)
- Remove unnecessary if statement on receipt (#946)
v11.2.4
Fixed
- Fix undefined redirect error (0fc4c6e)