Skip to content

Releases: craftcms/commerce-stripe

5.0.6

06 Feb 11:26
5.0.6
b8d1e25
Compare
Choose a tag to compare
  • Improved the performance of loading plans in the control panel. (#322)
  • Fixed a bug where checkout session completion would not mark transactions as successful from webhooks. (#318)
  • Fixed a bug where choosing bank transfer as a payment method wouldn’t complete an order. (#315)
  • Fixed a PHP error that could occur when handling a webhook request.
  • Added craft\commerce\stripe\SubscriptionGateway::handleCustomerCashBalanceTransaction().
  • Added craft\commerce\stripe\SubscriptionGateway::transactionSupportsRefund().

4.1.6

06 Feb 11:13
4.1.6
abb512b
Compare
Choose a tag to compare
  • Fixed a bug where checkout session completion would not mark transactions as successful from webhooks. (#318)
  • Fixed a bug where choosing bank transfer as a payment method wouldn’t complete an order. (#315)
  • Fixed a PHP error that could occur when handling a webhook request.
  • Added craft\commerce\stripe\SubscriptionGateway::handleCustomerCashBalanceTransaction().
  • Added craft\commerce\stripe\SubscriptionGateway::transactionSupportsRefund().

4.1.5.3

05 Feb 01:57
4.1.5.3
9ed3694
Compare
Choose a tag to compare
  • Fixed a PHP error that could occur when handling a webhook request.

5.0.5

03 Feb 17:13
5.0.5
3b76f10
Compare
Choose a tag to compare
  • Stripe now returns the correct HTTP error codes for invalid webhook requests. (#314)
  • Fixed a PHP error that occurred when receiving webhook events for invoices that did not originate from Craft Commerce. (#317)

5.0.4.4

03 Feb 00:56
5.0.4.4
f11a67b
Compare
Choose a tag to compare
  • Fixed a JavaScript error that could occur when attempting to make a payment on a completed order. (#312)
  • Fixed a PHP error that could occur when syncing remote payment methods for customers that don't exist in Craft Commerce. (#316)

4.1.5.2

03 Feb 00:53
4.1.5.2
d223fef
Compare
Choose a tag to compare
  • Fixed a JavaScript error that could occur when attempting to make a payment on a completed order. (#312)

4.1.5.1

13 Nov 05:01
4.1.5.1
baa6709
Compare
Choose a tag to compare
  • Fixed a bug where free orders that completed immediately were not redirecting to the order success page. (#313)

5.0.4.3

17 Sep 02:20
abe2d37
Compare
Choose a tag to compare
Finish 5.0.4.3

5.0.4.2

12 Aug 02:24
a25ee7f
Compare
Choose a tag to compare
  • Fixed a PHP error that occurred when receiving webhook events for subscriptions that did not originate from Craft Commerce. (#309)

5.0.4.1

09 Aug 15:31
5.0.4.1
77bf96d
Compare
Choose a tag to compare
  • Fixed a bug where webhooks weren’t being handled correctly when an associated transaction was found. (#308)