Commerce 1.1.0-rc3 now available

While there are still a couple of reported issues in the Commerce 1.1 release that we’re looking to fix before releasing it as stable, we do have some important bug fixes for you today with the third release candidate version. In particular some issues in the Stripe gateway have been fixed.

  • [dashboard] Fix order in product list not persisting after a reload [S21095]
  • [gateways] Stripe: catch exception when loading a Customer (e.g. loading test customer in live mode) [S20779]
  • [gateways] Stripe: fix webhooks not working as expected due to timing issue [S20779]
  • [gateways] Stripe: make sure the payment intent description and meta data is updated in Stripe when confirmation is received through webhook
  • [gateways] Fix CommercePayments.onSubmit in IE11 [#457]
  • [snippets] get_cart: load the order fields when &loadOrderFields is enabled [#465]
  • [snippets] get_product: prevent error getting logged when no product is provided

Dependencies:

  • composer/ca-bundle updated from 1.1.4 to 1.2.4
  • mollie/mollie-api-php updated from v2.10.0 to v2.12.0
  • stripe/stripe-php updated from v6.43.0 to v6.43.1
  • taxjar/taxjar-php updated from v1.8.1 to v1.9.0
  • symfony/polyfill-ctype updated from v1.11.0 to v1.12.0
  • twig/twig updated from v1.42.2 to v1.42.3
  • symfony/polyfill-php70 updated from v1.11.0 to v1.12.0
  • symfony/polyfill-mbstring updated from v1.11.0 to v1.12.0
  • symfony/http-foundation updated from v3.4.29 to v3.4.32