Skip to content

Commit 6282dee

Browse files
committed
v1.5.0
1 parent 1caa8a6 commit 6282dee

4 files changed

+27
-3
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ 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.5.0] - 2024-02-08
9+
10+
### Changed
11+
12+
- Improved the support for Contact Form 7 checkbox fields used for the amount to be paid (`pronamic_pay_amount` tag option), multiple checked options/amounts are now added up. ([ba1322a](https://github.com/pronamic/wp-pronamic-pay-contact-form-7/commit/ba1322afb5d859f21281827a263dc94ed0dae350))
13+
- The HTTP timeout option is increased when connecting to Mollie via WP-Cron, WP-CLI or the Action Scheduler library. [pronamic/wp-pay-core#170](https://github.com/pronamic/wp-pay-core/issues/170)
14+
15+
### Composer
16+
17+
- Changed `automattic/jetpack-autoloader` from `v2.12.0` to `v3.0.2`.
18+
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v3.0.2
19+
- Changed `woocommerce/action-scheduler` from `3.7.1` to `3.7.1`.
20+
Release notes: https://github.com/woocommerce/action-scheduler/releases/tag/3.7.1
21+
- Changed `wp-pay-extensions/contact-form-7` from `v3.4.0` to `v3.5.0`.
22+
Release notes: https://github.com/pronamic/wp-pronamic-pay-contact-form-7/releases/tag/v3.5.0
23+
- Changed `wp-pay-gateways/mollie` from `v4.8.1` to `v4.9.0`.
24+
Release notes: https://github.com/pronamic/wp-pronamic-pay-mollie/releases/tag/v4.9.0
25+
- Changed `wp-pay/core` from `v4.14.3` to `v4.15.0`.
26+
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.15.0
27+
28+
Full set of changes: [`1.4.1...1.5.0`][1.5.0]
29+
30+
[1.5.0]: https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7/compare/v1.4.1...v1.5.0
31+
832
## [1.4.1] - 2023-12-18
933

1034
### Composer

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "Pronamic Pay plugin with Mollie for Contact Form 7 integration.",
55
"author": "Pronamic",
66
"license": "GPL-2.0-or-later",

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.4.1
7+
* Version: 1.5.0
88
* Requires at least: 5.9
99
* Requires PHP: 8.0
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, credit card, paypa
44
Requires at least: 5.9
55
Tested up to: 6.4
66
Requires PHP: 8.0
7-
Stable tag: 1.4.1
7+
Stable tag: 1.5.0
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)