Skip to content

Commit a7c9f37

Browse files
committed
v1.5.0
1 parent ff10747 commit a7c9f37

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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-05-27
9+
10+
### Composer
11+
12+
- Changed `php` from `>=8.0` to `>=8.1`.
13+
- Changed `woocommerce/action-scheduler` from `3.7.4` to `3.8.0`.
14+
Release notes: https://github.com/woocommerce/action-scheduler/releases/tag/3.8.0
15+
- Changed `wp-pay-gateways/mollie` from `v4.10.3` to `v4.11.0`.
16+
Release notes: https://github.com/pronamic/wp-pronamic-pay-mollie/releases/tag/v4.11.0
17+
- Changed `wp-pay/core` from `v4.17.0` to `v4.18.0`.
18+
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.18.0
19+
20+
Full set of changes: [`1.4.3...1.5.0`][1.5.0]
21+
22+
[1.5.0]: https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms/compare/v1.4.3...v1.5.0
23+
824
## [1.4.3] - 2024-05-15
925

1026
### 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/wp-pronamic-pay-with-mollie-for-gravity-forms",
3-
"version": "1.4.3",
3+
"version": "1.5.0",
44
"description": "Pronamic Pay plugin with Mollie for Gravity Forms integration.",
55
"author": "Pronamic",
66
"license": "GPL-2.0-or-later",

pronamic-pay-with-mollie-for-gravity-forms.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-with-mollie-for-gravity-forms/
55
* Description: Pronamic Pay plugin with Mollie for Gravity Forms integration.
66
*
7-
* Version: 1.4.3
7+
* Version: 1.5.0
88
* Requires at least: 5.9
99
* Requires PHP: 8.0
1010
*

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: pronamic, pay, mollie, gravity, gravityforms
44
Requires at least: 5.9
55
Tested up to: 6.5
66
Requires PHP: 8.0
7-
Stable tag: 1.4.3
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)