Skip to content

Commit 9e31f55

Browse files
committed
v1.2.0
1 parent 077b718 commit 9e31f55

4 files changed

+35
-3
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,38 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.0] - 2023-08-28
9+
10+
### Changed
11+
12+
- Improved processing of Contact Form 7 form submission data.
13+
14+
### Fixed
15+
16+
- Fixed compatibility with plugin "Send PDF for Contact Form 7".
17+
18+
### Commits
19+
20+
- Updated libraries. ([077b718](https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7/commit/077b718d926e20d7cb08bcff7842f87ad6ba0ae1))
21+
- Update URL in readme (#7). ([89b4d6e](https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7/commit/89b4d6efc13eb5a0e380c9f00b2689e4a420e3d5))
22+
23+
### Composer
24+
25+
- Changed `automattic/jetpack-autoloader` from `v2.11.21` to `v2.11.22`.
26+
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v2.11.22
27+
- Changed `woocommerce/action-scheduler` from `3.6.1` to `3.6.2`.
28+
Release notes: https://github.com/woocommerce/action-scheduler/releases/tag/3.6.2
29+
- Changed `wp-pay-extensions/contact-form-7` from `v3.2.5` to `v3.3.0`.
30+
Release notes: https://github.com/pronamic/wp-pronamic-pay-contact-form-7/releases/tag/v3.3.0
31+
- Changed `wp-pay-gateways/mollie` from `v4.7.8` to `v4.7.9`.
32+
Release notes: https://github.com/pronamic/wp-pronamic-pay-mollie/releases/tag/v4.7.9
33+
- Changed `wp-pay/core` from `v4.10.1` to `v4.11.0`.
34+
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.11.0
35+
36+
Full set of changes: [`1.1.6...1.2.0`][1.2.0]
37+
38+
[1.2.0]: https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7/compare/v1.1.6...v1.2.0
39+
840
## [1.1.6] - 2023-07-19
941

1042
### Fixed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7",
33
"description": "Pronamic Pay plugin with Mollie for Contact Form 7 integration.",
4-
"version": "1.1.6",
4+
"version": "1.2.0",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7.git"

pronamic-pay-with-mollie-for-contact-form-7.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-with-mollie-for-contact-form-7/
55
* Description: Pronamic Pay plugin with Mollie for Contact Form 7 integration.
66
*
7-
* Version: 1.1.6
7+
* Version: 1.2.0
88
* Requires at least: 5.9
99
* Requires PHP: 7.4
1010
*

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: mollie, contact, form, contact form, payment, donation
44
Requires at least: 5.9
55
Tested up to: 6.2
66
Requires PHP: 7.4
7-
Stable tag: 1.1.6
7+
Stable tag: 1.2.0
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)