Skip to content

Releases: laravel/cashier-stripe

v10.4.0

29 Oct 15:51
f56ff47
Compare
Choose a tag to compare

Added

  • Add findPaymentMethod method (#801)
  • Allow to set past due as active (#802)

v10.3.0

01 Oct 17:09
f925329
Compare
Choose a tag to compare

Added

Changed

  • Add language line for full name placeholder (#782)
  • Update Stripe SDK to v7 (#784)
  • Refactor handling of invalid webhook signatures (#791)
  • Remove config repository dependency from webhook middleware (#793)

Fixed

  • Remove extra sign off from ConfirmPayment notification (#779)

v10.2.1

10 Sep 19:47
e9048ec
Compare
Choose a tag to compare

Fixed

  • Ensure SVG icons are visible even with a long success or error message (#772)

v10.2.0

10 Sep 19:47
f0b5bf3
Compare
Choose a tag to compare

Added

  • Add ability to ignore cashier routes (#763)

Fixed

  • Only mount card element if payment has not succeeded or been cancelled (#765)
  • Set off_session parameter to true when creating a new subscription (#764)

v10.1.1

27 Aug 14:36
1a56666
Compare
Choose a tag to compare

Fixed

  • Remove collation from migrations (#761)

v10.1.0

20 Aug 17:59
0bd631b
Compare
Choose a tag to compare

Added

  • Multiple stripe accounts (#754)
  • Set Stripe library info (#756)
  • Paper size can be set in config file (#752, cb837d1)

Changed

  • Update Stripe API version to 2019-08-14 (#749)

Fixed

  • syncStripeStatus trying to update incorrect status column (#748)

v10.0.0

13 Aug 14:23
96aeb83
Compare
Choose a tag to compare

Added

  • Allow hasCompletePayment() to check other subscriptions than “default” (#733)
  • Add indexes to those columns used to lookup data in the database (#739)

Fixed

  • Fixed a label with an incorrect for attribute (#732)

v10.0.0-beta.2

02 Aug 15:47
051f991
Compare
Choose a tag to compare
v10.0.0-beta.2 Pre-release
Pre-release

Added

  • Add latestPayment method on Subscription (#705)
  • Allow custom filename for invoice download (#723)

Changed

  • Improve stripe statuses (#707)
  • Refactor active subscription state (#712)
  • Return invoice object when applicable (#711)
  • Refactor webhook responses (#722)
  • Refactor confirm payment mail to notification (#727)

Fixed

  • Fix createSetupIntent (#704)
  • Fix subscription invoicing (#710)
  • Fix null return for latestPayment method (#730)

Removed

  • Remove unused $customer parameter on updateQuantity method (#729)

v9.3.5

30 Jul 15:19
77e7eba
Compare
Choose a tag to compare

Changed

  • Remove old 5.9 version constraints (c7664fc)

Fixed

  • Don't try and find a user when stripeId is null (#721)

v9.3.4

30 Jul 15:19
Compare
Choose a tag to compare

Changed

  • Updated version constraints for Laravel 6.0 (4a4c5c2)