Releases: laravel/cashier-stripe
Releases · laravel/cashier-stripe
v16.5.0
- Fix: Add support for Stripe Source in fillSourceDetails by @colinmac17 in #1827
- Laravel 13.x Compatibility by @laravel-shift in #1828
v16.4.0
- Only use clear_usage when billing mode is not flexible by @vrymel in #1823
- Add cashier-stripe-development Boost skill by @pushpak1300 in #1825
v16.3.0
- Avoids Stripe error removing metered price from flex sub by @Arkitecht in #1820
v16.2.0
v16.1.0
- [16.x] refactor: allow null coupon and promotion code IDs by @nguyentranchung in #1808
v16.0.6
- [16.x] Update
SubscriptionItemquantity of a Single Price subscription. by @Junveloper in #1803 - [16.x] PHP 8.5 Compatibility by @crynobone in #1804
v16.0.5
- Fix method call to use property access for subscriptions by @larskoole in #1802
v16.0.4
- Add workbench to export-ignore in .gitattributes by @stevebauman in #1792
- [16.x] Fix taxes with stripe sdk 17 by @matthieumota in #1793
- Fix invoice() exception handling by @josiasmontag in #1795
v16.0.3
- Update
WebhookController::handleCustomerSubscriptionUpdated()return type and add tests to verify usage by @crynobone in #1786 - [16.x] Taxes on invoice need to be null by @matthieumota in #1788