Skip to content

Commit d8cce7e

Browse files
committed
v4.25.0
1 parent 75aed83 commit d8cce7e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased][unreleased]
88

9+
## [4.25.0] - 2025-02-14
10+
11+
### Commits
12+
13+
- Fixed early registration of payment methods for loading translations. ([75aed83](https://github.com/pronamic/wp-pay-core/commit/75aed831f46f32d1c5e01eced8b521fe8e331faf))
14+
- Only list next payment date for active subscriptions. ([e8f64eb](https://github.com/pronamic/wp-pay-core/commit/e8f64eb6ba75ce38c19328ffa74b5b99191920ca))
15+
16+
Full set of changes: [`4.24.0...4.25.0`][4.25.0]
17+
18+
[4.25.0]: https://github.com/pronamic/wp-pay-core/compare/v4.24.0...v4.25.0
19+
920
## [4.24.0] - 2024-12-17
1021

1122
### 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.24.0",
3+
"version": "4.25.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.24.0
7+
* Version: 4.25.0
88
* Requires at least: 5.9
99
* Requires PHP: 8.0
1010
*

0 commit comments

Comments
 (0)