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
1when building payment lines, preventing undefined index notices and keeping fee lines quantified correctly.
Composer
- Changed
woocommerce/action-schedulerfrom^3.7to^3.9. - Changed
wp-pay/corefrom^4.26to^4.28. - Changed
wp-pay-gateways/molliefrom^4.15to^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