Skip to content

Commit ce38079

Browse files
committed
Bump version to 4.33.0 and update changelog
Prepare release 4.33.0: update package.json and plugin header version, add a 4.33.0 entry to CHANGELOG.md. Notes include adding the pronamic_pay_register_payment_methods action, moving default payment method registration to the pronamic-pay-default-payment-methods package, removing the temporary iDEAL rebranding override, fixing image assignment for Billink and Focum, and adding the release compare link.
1 parent 56317f4 commit ce38079

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased][unreleased]
88

9+
## [4.33.0] - 2026-04-15
10+
911
### Added
1012

1113
- Added the `pronamic_pay_register_payment_methods` action to register payment methods in plugin space.
@@ -15,10 +17,18 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
1517
- Updated payment method registration flow so payment methods are registered via the `pronamic_pay_register_payment_methods` action.
1618
- Moved Pronamic default payment method registration out of core and into the [`pronamic/pronamic-pay-default-payment-methods`](https://github.com/pronamic/pronamic-pay-default-payment-methods) package.
1719

20+
### Removed
21+
22+
- Removed the temporary iDEAL rebranding override (no longer needed since 2026-01-29 has passed).
23+
1824
### Fixed
1925

2026
- Fixed image assignment for Billink and Focum in default payment method registration (now in [`pronamic/pronamic-pay-default-payment-methods`](https://github.com/pronamic/pronamic-pay-default-payment-methods)).
2127

28+
Full set of changes: [`4.32.0...4.33.0`][4.33.0]
29+
30+
[4.33.0]: https://github.com/pronamic/wp-pay-core/compare/v4.32.0...v4.33.0
31+
2232
## [4.32.0] - 2026-03-23
2333

2434
### Added

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.32.0",
3+
"version": "4.33.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.32.0
7+
* Version: 4.33.0
88
* Requires at least: 6.6
99
* Requires PHP: 8.0
1010
*

0 commit comments

Comments
 (0)