Skip to content

Commit 3a414ca

Browse files
committed
v1.7.0
1 parent be8e6bc commit 3a414ca

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ 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.7.0] - 2025-02-17
9+
10+
### Changed
11+
12+
- Fixed early registration of payment methods for loading translations. ([75aed83](https://github.com/pronamic/wp-pay-core/commit/75aed831f46f32d1c5e01eced8b521fe8e331faf))
13+
- Added fixed iDEAL issuers as fallback options in the issuers field. ([3dd8453](https://github.com/pronamic/wp-pronamic-pay-gravityforms/commit/3dd8453de20f27a24d6dc5e304ec25ca63eed033))
14+
- Removed Mollie iDEAL issuers support for iDEAL 2.0 migration. ([eebbad1](https://github.com/pronamic/wp-pronamic-pay-mollie/commit/eebbad1ba21ec7d55862d40925efc1e1ea7035ef))
15+
16+
### Composer
17+
18+
- Changed `automattic/jetpack-autoloader` from `v3.0.8` to `v3.1.3`.
19+
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v3.1.3
20+
- Changed `composer/installers` from `v2.2.0` to `v2.3.0`.
21+
Release notes: https://github.com/composer/installers/releases/tag/v2.3.0
22+
- Changed `woocommerce/action-scheduler` from `3.8.0` to `3.9.2`.
23+
Release notes: https://github.com/woocommerce/action-scheduler/releases/tag/3.9.2
24+
- Changed `wp-pay-extensions/gravityforms` from `v4.8.0` to `v4.9.0`.
25+
Release notes: https://github.com/pronamic/wp-pronamic-pay-gravityforms/releases/tag/v4.9.0
26+
- Changed `wp-pay-gateways/mollie` from `v4.12.0` to `v4.14.0`.
27+
Release notes: https://github.com/pronamic/wp-pronamic-pay-mollie/releases/tag/v4.14.0
28+
- Changed `wp-pay/core` from `v4.20.0` to `v4.25.0`.
29+
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.25.0
30+
31+
Full set of changes: [`1.6.1...1.7.0`][1.7.0]
32+
33+
[1.7.0]: https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms/compare/v1.6.1...v1.7.0
34+
835
## [1.6.1] - 2024-06-19
936

1037
### Commits

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.6.1",
3+
"version": "1.7.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.6.1
7+
* Version: 1.7.0
88
* Requires at least: 5.9
99
* Requires PHP: 8.1
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.7
66
Requires PHP: 8.1
7-
Stable tag: 1.6.1
7+
Stable tag: 1.7.0
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)