Releases: craftcms/commerce-stripe
Releases · craftcms/commerce-stripe
5.1.0.2
4.1.8.1
- Fixed a bug where more than one child transaction could be marked as successful.
5.1.0.1
5.1.0
- Added support for fonts in Stripe Elements. (#258)
- Stripe Element forms now accept a
localepayment 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
5.0.7
4.1.7
5.0.6
- 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
- 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
- Fixed a PHP error that could occur when handling a webhook request.