Skip to content

Commit aabfb86

Browse files
committed
Bump version to 4.32.0 and update changelog
Prepare a 4.32.0 release: add a new changelog entry with added/changed/fixed notes (WP-CLI registration, iDEAL naming update, payment methods object registration, removal of Grunt, JS tooling updates, PHPCS ignores, .wp-env testsEnvironment flag, PHP 8.5 deprecation fixes, PaymentMethodsCollection null handling, subscription view fix), update the unreleased compare link, and bump the package.json and plugin header versions to 4.32.0.
1 parent 3b72861 commit aabfb86

3 files changed

Lines changed: 29 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,32 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
66

77
## [Unreleased][unreleased]
88

9+
## [4.32.0] - 2026-03-23
10+
11+
### Added
12+
13+
- Registered the Pronamic Pay WP-CLI payment command during `cli_init` so it becomes available at the correct CLI bootstrap moment.
14+
15+
### Changed
16+
17+
- Updated payment method naming from `iDEAL` to `iDEAL | Wero`.
18+
- Registered payment methods as an object setting.
19+
- Removed the Grunt build system.
20+
- Updated JavaScript tooling: switched minification to the latest Terser and bumped `@wordpress/env` to `^11.0.0`.
21+
- Removed unused npm development dependencies.
22+
- Added PHPCS ignores for sanitized `$_POST` inputs where appropriate.
23+
- Added the `testsEnvironment` flag to `.wp-env.json`.
24+
25+
### Fixed
26+
27+
- Fixed compatibility issues with PHP 8.5 deprecations.
28+
- Fixed passing `null` to `PaymentMethodsCollection::get()`.
29+
- Removed an extra blank line in the subscription view.
30+
31+
Full set of changes: [`4.31.0...4.32.0`][4.32.0]
32+
33+
[4.32.0]: https://github.com/pronamic/wp-pay-core/compare/v4.31.0...v4.32.0
34+
935
## [4.31.0] - 2026-01-30
1036

1137
### Commits
@@ -1276,7 +1302,7 @@ Full set of changes: [`4.5.0...4.6.0`][4.6.0]
12761302
## 1.0.0
12771303
- First release.
12781304

1279-
[unreleased]: https://github.com/pronamic/wp-pay-core/compare/4.5.0...HEAD
1305+
[unreleased]: https://github.com/pronamic/wp-pay-core/compare/v4.32.0...HEAD
12801306
[4.5.0]: https://github.com/pronamic/wp-pay-core/compare/4.4.1...4.5.0
12811307
[4.4.1]: https://github.com/pronamic/wp-pay-core/compare/4.4.0...4.4.1
12821308
[4.4.0]: https://github.com/pronamic/wp-pay-core/compare/4.3.1...4.4.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wp-pay/core",
3-
"version": "4.31.0",
3+
"version": "4.32.0",
44
"description": "Core components for the WordPress payment processing library.",
55
"repository": {
66
"type": "git",

pronamic-pay-core.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-core/
55
* Description: Core components for the WordPress payment processing library.
66
*
7-
* Version: 4.31.0
7+
* Version: 4.32.0
88
* Requires at least: 6.6
99
* Requires PHP: 8.0
1010
*

0 commit comments

Comments
 (0)