Releases: laravel/cashier-stripe
Releases · laravel/cashier-stripe
v11.2.4
Fixed
- Fix undefined redirect error (0fc4c6e)
v11.2.3
Security
- Protect against host mismatch (#930)
v11.2.2
Fixed
- Fix add and remove plan (#926)
- Fix quantity prorating (#924)
- Fix multiplan subscription swapping (#925)
v11.2.1
Fixed
- Fix quantity methods (#919)
v11.2.0
Changed
- Re-add tax percentage (#916)
Fixed
v11.1.0
Added
- Multiplan swapping (#915)
v11.0.0
Added
- Multiplan subscriptions (#900)
- Tax Rates (#830)
- Add new has payment method (#838)
Changed
- Update stripe api version (#905)
- Require PHP 7.2 (f0f8cd1)
- Dropped Laravel 5.8 support (b6256a2)
- Allow for subscription options (#868, #901)
- Use proper invoice number (#878)
- Loosen exception throwing (#882)
- Rename some exceptions (#881)
- Allow for custom filename with downloadInvoice method (#889)
- Split
Billable
trait into multiple concerns (#898)
v10.7.1
Fixed
- Send along status for payment page (#896)
v9.3.6
Fixed
- Add X-Vapor-Base64-Encode header (#897)
v10.7.0
Added
- Add getters for owner instances to objects (#877)
- Implement extending trials (#884)
- Allow for custom email address attribute (#887)
- Re-enable proration (#886)
Changed
- Add @throws declaration to methods on Billable which can throw Payment exceptions (#872)
- Update payment page with new JS method (#879)