Skip to content

Commit f3e1c95

Browse files
committed
Release v4.14.1
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.
1 parent e1dd64e commit f3e1c95

3 files changed

Lines changed: 26 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,29 @@ All notable changes to this project will be documented in this file.
55
This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com/).
66

77
## [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.
27+
28+
Full set of changes: [`4.14.0...4.14.1`][4.14.1]
29+
30+
[4.14.1]: https://github.com/pronamic/wp-pronamic-pay-woocommerce/compare/v4.14.0...v4.14.1
931

1032
## [4.14.0] - 2026-01-05
1133

@@ -610,7 +632,7 @@ Full set of changes: [`4.3.3...4.4.0`][4.4.0]
610632
## 1.0.0 - 2014-12-19
611633
- First release.
612634

613-
[unreleased]: https://github.com/pronamic/wp-pronamic-pay-woocommerce/compare/4.3.3...HEAD
635+
[unreleased]: https://github.com/pronamic/wp-pronamic-pay-woocommerce/compare/v4.14.1...HEAD
614636
[4.3.3]: https://github.com/pronamic/wp-pronamic-pay-woocommerce/compare/4.3.2...4.3.3
615637
[4.3.2]: https://github.com/pronamic/wp-pronamic-pay-woocommerce/compare/4.3.1...4.3.2
616638
[4.3.1]: https://github.com/pronamic/wp-pronamic-pay-woocommerce/compare/4.3.0...4.3.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pronamic/wp-pronamic-pay-woocommerce",
3-
"version": "4.14.0",
3+
"version": "4.14.1",
44
"description": "WooCommerce driver for the WordPress payment processing library.",
55
"repository": {
66
"type": "git",

pronamic-pay-woocommerce.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-woocommerce/
55
* Description: Extend the Pronamic Pay plugin with WooCommerce support to receive payments through a variety of payment providers.
66
*
7-
* Version: 4.14.0
7+
* Version: 4.14.1
88
* Requires at least: 5.9
99
* Requires PHP: 7.4
1010
*

0 commit comments

Comments
 (0)