You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump plugin and package version to 4.14.1 and update CHANGELOG with release notes. Includes fixes to return a WooCommerce payment failure result when starting payments fails and default missing order item quantities to 1; updates composer dependencies (woocommerce/action-scheduler, wp-pay/core, wp-pay-gateways/mollie) and development tooling. Also updates the plugin header version.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,29 @@ All notable changes to this project will be documented in this file.
5
5
This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com/).
6
6
7
7
## [Unreleased][unreleased]
8
-
-
8
+
9
+
- Nothing yet.
10
+
11
+
## [4.14.1] - 2026-03-23
12
+
13
+
### Fixed
14
+
15
+
- Return a WooCommerce payment failure result when starting a payment fails, so customers can retry checkout and still see the error notice.
16
+
- Default missing order item quantities to `1` when building payment lines, preventing undefined index notices and keeping fee lines quantified correctly.
17
+
18
+
### Composer
19
+
20
+
- Changed `woocommerce/action-scheduler` from `^3.7` to `^3.9`.
21
+
- Changed `wp-pay/core` from `^4.26` to `^4.28`.
22
+
- Changed `wp-pay-gateways/mollie` from `^4.15` to `^4.19`.
23
+
24
+
### Development
25
+
26
+
- Updated the local WordPress environment tooling and plugin mappings used for development and debugging.
0 commit comments