Skip to content

Commit c4a417e

Browse files
committed
v9.15.1
1 parent 90080c9 commit c4a417e

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-3
lines changed

CHANGELOG.md

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

99
<!-- Start changelog -->
1010

11+
## [9.15.1] - 2025-03-03
12+
13+
### Commits
14+
15+
- Fixed fatal error with Contact Form 7 due to incorrect file path. ([#24](https://github.com/pronamic/wp-pronamic-pay-contact-form-7/issues/24))
16+
17+
### Composer
18+
19+
- Changed `wp-pay-extensions/contact-form-7` from `v4.0.0` to `v4.0.1`.
20+
Release notes: https://github.com/pronamic/wp-pronamic-pay-contact-form-7/releases/tag/v4.0.1
21+
22+
Full set of changes: [`9.15.0...9.15.1`][9.15.1]
23+
24+
[9.15.1]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.15.0...v9.15.1
25+
1126
## [9.15.0] - 2025-02-28
1227

1328
### Composer

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.15.0",
3+
"version": "9.15.1",
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.15.0
7+
* Version: 9.15.1
88
* Requires at least: 5.9
99
* Requires PHP: 8.1
1010
*

readme.txt

Lines changed: 16 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.15.0
8+
Stable tag: 9.15.1
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

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

107107
<!-- Start changelog -->
108108

109+
### [9.15.1] - 2025-03-03
110+
111+
#### Commits
112+
113+
- Fixed fatal error with Contact Form 7 due to incorrect file path. ([#24](https://github.com/pronamic/wp-pronamic-pay-contact-form-7/issues/24))
114+
115+
#### Composer
116+
117+
- Changed `wp-pay-extensions/contact-form-7` from `v4.0.0` to `v4.0.1`.
118+
Release notes: https://github.com/pronamic/wp-pronamic-pay-contact-form-7/releases/tag/v4.0.1
119+
120+
Full set of changes: [`9.15.0...9.15.1`][9.15.1]
121+
122+
[9.15.1]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.15.0...v9.15.1
123+
109124
### [9.15.0] - 2025-02-28
110125

111126
#### Composer

0 commit comments

Comments
 (0)