Skip to content

4.14.1

Latest

Choose a tag to compare

@remcotolsma remcotolsma released this 23 Mar 09:18
· 3 commits to main since this release
f3e1c95

Changelog

Fixed

  • Return a WooCommerce payment failure result when starting a payment fails, so customers can retry checkout and still see the error notice.
  • Default missing order item quantities to 1 when building payment lines, preventing undefined index notices and keeping fee lines quantified correctly.

Composer

  • Changed woocommerce/action-scheduler from ^3.7 to ^3.9.
  • Changed wp-pay/core from ^4.26 to ^4.28.
  • Changed wp-pay-gateways/mollie from ^4.15 to ^4.19.

Development

  • Updated the local WordPress environment tooling and plugin mappings used for development and debugging.

What's Changed

  • Fixed error display during WooCommerce Checkout. by @knit-pay in #88
  • Fix payment failures from fee line items with quantity 0 by @Copilot in #90

New Contributors

  • @Copilot made their first contribution in #90

Full Changelog: v4.14.0...v4.14.1