Releases: laravel/cashier-stripe
Releases · laravel/cashier-stripe
v15.1.1
- [15.x] Fix cancelation handling by @driesvints in #1633
v15.1.0
- [15.x] Clear the generic trial upon subscription creation by @driesvints in #1628
- [15.x] Fix unset 'return_url' for embedded UI without redirection by @lowbits in #1631
v15.0.0
- [15.x] Always end trial when subscription is cancelled by @driesvints in #1465
- [15.x] Remove isDeleted method by @driesvints in #1529
- Added expand option to Subscription latestInvoice() by @quantumwebco in #1549
- [15.x] Rename receipt to invoice by @driesvints in #1609
- [15.x] Stops using
loadMigrationsFrom
by @nunomaduro in #1613 - [15.x] Stripe API and SDK update by @driesvints in #1615
- [15.x] Bump Laravel and PHP versions by @driesvints in #1616
- [15.x] Fetch all payment methods by @driesvints in #1617
- [15.x] Change "name" column to "type" by @driesvints in #1620
- [14.x] Use container to resolve
StripeClient
by @orkhanahmadov in #1624
v14.14.0
- Update PaymentMethod.php method return type by @jwjenkin in #1601
- [14.x] Allow creation of checkouts with ui_mode=embedded by @delassiter in #1605
v14.13.1
- [14.x] Prevent confirm email when in Checkout by @driesvints in #1600
- [14.x] Fix soft deleted customers by @driesvints in #1599
v14.13.0
- Add support for Payment cancelation by @jonathanroy in #1596
- Early return upcoming invoice by @driesvints in #1597
v14.12.12
- Better cleanup for subscription items by @driesvints in #1595
v14.12.11
- Remove unique index from items table by @driesvints in #1594
v14.12.10
- Fix Tax ID collection requires updating business name on the customer by @stevebauman in #1586
v14.12.9
- Log more info about invalid pm exception by @driesvints in #1582