Skip to content

Commit d56f6b8

Browse files
committed
v1.2.2
1 parent ff1e8b9 commit d56f6b8

File tree

4 files changed

+41
-3
lines changed

4 files changed

+41
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- Start changelog -->
99

10+
## [1.2.2] - 2025-09-17
11+
12+
### Changed
13+
14+
- Improved payment lines support.
15+
16+
### Composer
17+
18+
- Changed `automattic/jetpack-autoloader` from `v5.0.9` to `v5.0.10`.
19+
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v5.0.10
20+
- Changed `wp-pay-gateways/mollie` from `v4.16.1` to `v4.16.2`.
21+
Release notes: https://github.com/pronamic/wp-pronamic-pay-mollie/releases/tag/v4.16.2
22+
- Changed `wp-pay/core` from `v4.27.0` to `v4.27.1`.
23+
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.27.1
24+
25+
Full set of changes: [`1.2.1...1.2.2`][1.2.2]
26+
27+
[1.2.2]: https://github.com/pronamic/pronamic-pay-doneren-met-mollie/compare/v1.2.1...v1.2.2
28+
1029
## [1.2.1] - 2025-08-26
1130

1231
### 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/pronamic-pay-doneren-met-mollie",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Pronamic Pay plugin with Mollie.",
55
"author": "Pronamic",
66
"license": "GPL-2.0-or-later",

pronamic-pay-doneren-met-mollie.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-doneren-met-mollie/
55
* Description: A modern WordPress block-based plugin for creating flexible and customizable donation forms powered by Mollie.
66
*
7-
* Version: 1.2.1
7+
* Version: 1.2.2
88
* Requires at least: 6.6
99
* Requires PHP: 8.2
1010
*

readme.txt

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: pronamic, mollie, donation, form, payment
44
Requires at least: 5.9
55
Tested up to: 6.8
66
Requires PHP: 8.2
7-
Stable tag: 1.2.1
7+
Stable tag: 1.2.2
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -44,6 +44,25 @@ This plugin provides the link between WordPress and payment provider Mollie. To
4444

4545
<!-- Start changelog -->
4646

47+
### [1.2.2] - 2025-09-17
48+
49+
#### Changed
50+
51+
- Improved payment lines support.
52+
53+
#### Composer
54+
55+
- Changed `automattic/jetpack-autoloader` from `v5.0.9` to `v5.0.10`.
56+
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v5.0.10
57+
- Changed `wp-pay-gateways/mollie` from `v4.16.1` to `v4.16.2`.
58+
Release notes: https://github.com/pronamic/wp-pronamic-pay-mollie/releases/tag/v4.16.2
59+
- Changed `wp-pay/core` from `v4.27.0` to `v4.27.1`.
60+
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.27.1
61+
62+
Full set of changes: [`1.2.1...1.2.2`][1.2.2]
63+
64+
[1.2.2]: https://github.com/pronamic/pronamic-pay-doneren-met-mollie/compare/v1.2.1...v1.2.2
65+
4766
### [1.2.1] - 2025-08-26
4867

4968
#### Composer

0 commit comments

Comments
 (0)