Skip to content

Releases: craftcms/commerce-stripe

5.1.0.2

04 Feb 01:48
5.1.0.2
c757200

Choose a tag to compare

  • Fixed a bug where more than one child transaction could be marked as successful.

4.1.8.1

04 Feb 01:52
4.1.8.1
5de11df

Choose a tag to compare

  • Fixed a bug where more than one child transaction could be marked as successful.

5.1.0.1

10 Jul 02:31
5.1.0.1
93ccb75

Choose a tag to compare

  • Fixed a bug where the Stripe Elements were using the browser’s preferred language rather than the current application locale. (#351)

5.1.0

09 Jul 13:39
5.1.0
950d83a

Choose a tag to compare

  • Added support for fonts in Stripe Elements. (#258)
  • Stripe Element forms now accept a locale payment form parameter. (#351)
  • Added craft\commerce\stripe\db\Table.
  • Fixed a bug where the Stripe API version wasn’t being set on all API requests. (#340)
  • Fixed a bug where the Stripe Elements were using the browser’s preferred language rather than the current application locale.
  • Fixed a bug where successful payment intent webhooks weren’t marking the transaction as successfully completed. (#337, #207)
  • Fixed a bug where some successful refund webhooks weren’t marking transactions as refunded. (#341)
  • Fixed an error that could occur on install, if the plugin had been installed previously. (#350)

4.1.8

09 Jul 04:46
4.1.8
8ad08c2

Choose a tag to compare

  • Fixed a bug where some successful payment intents were not marking the transaction as successfully completed. (#337)

5.0.7

19 Mar 09:31
5.0.7
170d468

Choose a tag to compare

  • Fixed an error that could occur when attempting a payment while using asynchronous CSRF inputs. (#334)

4.1.7

19 Mar 09:27
4.1.7
f339648

Choose a tag to compare

  • Fixed an error that could occur when attempting a payment while using asynchronous CSRF inputs. (#334)

5.0.6

06 Feb 11:26
5.0.6
b8d1e25

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

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

Choose a tag to compare

  • Fixed a PHP error that could occur when handling a webhook request.