Skip to content

Releases: laravel/cashier-stripe

v11.2.4

08 May 09:00
6d43a82
Compare
Choose a tag to compare

Fixed

  • Fix undefined redirect error (0fc4c6e)

v11.2.3

05 May 18:07
2dcefa6
Compare
Choose a tag to compare

Security

  • Protect against host mismatch (#930)

v11.2.2

28 Apr 15:45
329f4e0
Compare
Choose a tag to compare

Fixed

  • Fix add and remove plan (#926)
  • Fix quantity prorating (#924)
  • Fix multiplan subscription swapping (#925)

v11.2.1

21 Apr 19:08
4b00158
Compare
Choose a tag to compare

Fixed

  • Fix quantity methods (#919)

v11.2.0

16 Apr 17:14
4721e06
Compare
Choose a tag to compare

Changed

  • Re-add tax percentage (#916)

Fixed

v11.1.0

14 Apr 15:15
202ea1c
Compare
Choose a tag to compare

Added

  • Multiplan swapping (#915)

v11.0.0

07 Apr 15:06
3d06b91
Compare
Choose a tag to compare

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

24 Mar 16:10
80eac34
Compare
Choose a tag to compare

Fixed

  • Send along status for payment page (#896)

v9.3.6

24 Mar 16:59
ad1fb91
Compare
Choose a tag to compare

Fixed

  • Add X-Vapor-Base64-Encode header (#897)

v10.7.0

03 Mar 15:33
7f38371
Compare
Choose a tag to compare

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)