Skip to content

Commit a7a0d00

Browse files
committed
v1.4.0
1 parent 5ee1dbf commit a7a0d00

4 files changed

+22
-3
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ 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.4.0] - 2023-11-09
9+
10+
### Changed
11+
12+
- Requires PHP 8. ([87ad0b3](https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7/commit/87ad0b34b715a38a5e4f486a2350dbb2eaaf0490))
13+
- Tested up to WordPress 6.4. ([4994607](https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7/commit/4994607648348e17044c39f0d3ef5085fe46f86e))
14+
15+
### Composer
16+
17+
- Changed `php` from `>=7.4` to `>=8.0`.
18+
- Changed `wp-pay-gateways/mollie` from `v4.7.11` to `v4.8.1`.
19+
Release notes: https://github.com/pronamic/wp-pronamic-pay-mollie/releases/tag/v4.8.1
20+
- Changed `wp-pay/core` from `v4.14.1` to `v4.14.2`.
21+
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.14.2
22+
23+
Full set of changes: [`1.3.0...1.4.0`][1.4.0]
24+
25+
[1.4.0]: https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7/compare/v1.3.0...v1.4.0
26+
827
## [1.3.0] - 2023-11-07
928

1029
### Composer

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.3.0",
4+
"version": "1.4.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.3.0
7+
* Version: 1.4.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
44
Requires at least: 5.9
55
Tested up to: 6.4
66
Requires PHP: 8.0
7-
Stable tag: 1.3.0
7+
Stable tag: 1.4.0
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)