Skip to content

Commit a27b8af

Browse files
committed
v9.15.0
1 parent cf34389 commit a27b8af

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

CHANGELOG.md

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

99
<!-- Start changelog -->
1010

11+
## [9.15.0] - 2025-02-28
12+
13+
### Composer
14+
15+
- Changed `wp-pay-extensions/contact-form-7` from `v3.7.0` to `v4.0.0`.
16+
Release notes: https://github.com/pronamic/wp-pronamic-pay-contact-form-7/releases/tag/v4.0.0
17+
18+
Full set of changes: [`9.14.1...9.15.0`][9.15.0]
19+
20+
[9.15.0]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.14.1...v9.15.0
21+
1122
## [9.14.1] - 2025-02-25
1223

1324
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pronamic-pay",
3-
"version": "9.14.1",
3+
"version": "9.15.0",
44
"description": "The Pronamic Pay plugin adds payment methods like iDEAL, Bancontact, credit card and more to your WordPress site for a variety of payment providers.",
55
"author": {
66
"name": "Pronamic",

pronamic-ideal.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/
55
* Description: The Pronamic Pay plugin adds payment methods like iDEAL, Bancontact, credit card and more to your WordPress site for a variety of payment providers.
66
*
7-
* Version: 9.14.1
7+
* Version: 9.15.0
88
* Requires at least: 5.9
99
* Requires PHP: 8.1
1010
*

readme.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Donate link: https://www.pronamic.eu/donate/?for=wp-plugin-pronamic-pay&source=w
55
Requires at least: 5.9
66
Tested up to: 6.7
77
Requires PHP: 8.1
8-
Stable tag: 9.14.1
8+
Stable tag: 9.15.0
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -106,6 +106,17 @@ Automatic updates should work like a charm; as always though, ensure you backup
106106

107107
<!-- Start changelog -->
108108

109+
### [9.15.0] - 2025-02-28
110+
111+
#### Composer
112+
113+
- Changed `wp-pay-extensions/contact-form-7` from `v3.7.0` to `v4.0.0`.
114+
Release notes: https://github.com/pronamic/wp-pronamic-pay-contact-form-7/releases/tag/v4.0.0
115+
116+
Full set of changes: [`9.14.1...9.15.0`][9.15.0]
117+
118+
[9.15.0]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.14.1...v9.15.0
119+
109120
### [9.14.1] - 2025-02-25
110121

111122
#### Changed

0 commit comments

Comments
 (0)