Skip to content

Commit 7420ca5

Browse files
committed
v1.1.0
1 parent 5873427 commit 7420ca5

4 files changed

+26
-3
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ 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.1.0] - 2023-02-23
9+
10+
### Addedd
11+
12+
- Added support for multiple free text value options. ([84d9856](https://github.com/pronamic/wp-pronamic-pay-contact-form-7/commit/84d9856461da4f915fed5485bf60818162c120cf))
13+
14+
### Changed
15+
16+
- Updated payment start on form submit. ([631888a](https://github.com/pronamic/wp-pronamic-pay-contact-form-7/commit/631888a659fd8017bd78dc4162cf341cbb970dbc))
17+
- Fixed duplicate execution of `$gateway->start( $payment )` in redirect routine of HTML form gateways. ([467aeb5](https://github.com/pronamic/wp-pay-core/commit/467aeb59e24846c0bbd01e88ff5e1191bcfde6b5))
18+
19+
### Composer
20+
21+
- Changed `automattic/jetpack-autoloader` from `v2.11.15` to `v2.11.16`.
22+
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v2.11.16
23+
- Changed `wp-pay-extensions/contact-form-7` from `v3.2.1` to `v3.2.2`.
24+
Release notes: https://github.com/pronamic/wp-pronamic-pay-contact-form-7/releases/tag/v3.2.2
25+
- Changed `wp-pay/core` from `v4.7.2` to `v4.7.3`.
26+
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.7.3
27+
Full set of changes: [`1.0.2...1.1.0`][1.1.0]
28+
29+
[1.1.0]: https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7/compare/v1.0.2...v1.1.0
30+
831
## [1.0.2] - 2023-02-17
932

1033
### 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.0.2",
4+
"version": "1.1.0",
55
"devDependencies": {
66
"@wordpress/env": "^5.11.0"
77
},

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.0.2
7+
* Version: 1.1.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.1
66
Requires PHP: 7.4
7-
Stable tag: 1.0.2
7+
Stable tag: 1.1.0
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)