Skip to content

Commit c97d2fc

Browse files
committed
v4.25.3
1 parent bbe9d74 commit c97d2fc

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased][unreleased]
88

9+
## [4.25.3] - 2025-03-27
10+
11+
### Commits
12+
13+
- For Jetpack Autoloader version 5 is WordPress 6.6 or higher required ([bbe9d74](https://github.com/pronamic/wp-pay-core/commit/bbe9d74c3b5d416df15184e2f136b963849b8e93))
14+
- Allow Jetpack Autoloader version 4 and 5, see https://github.com/pronamic/pronamic-pay-doneren-met-mollie/issues/11. ([5480bb6](https://github.com/pronamic/wp-pay-core/commit/5480bb64bddda55416c4a4ce4039b56f7987cb22))
15+
16+
### Composer
17+
18+
- Changed `automattic/jetpack-autoloader` from `^3.0` to `v5.0.5`.
19+
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v5.0.5
20+
21+
Full set of changes: [`4.25.2...4.25.3`][4.25.3]
22+
23+
[4.25.3]: https://github.com/pronamic/wp-pay-core/compare/v4.25.2...v4.25.3
24+
925
## [4.25.2] - 2025-03-14
1026

1127
### Commits

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

0 commit comments

Comments
 (0)