Skip to content

Commit e0edda3

Browse files
committed
v1.7.0
1 parent 2967586 commit e0edda3

4 files changed

Lines changed: 25 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ 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-08-22
9+
10+
### Composer
11+
12+
- Changed `php` from `>=8.1` to `>=8.2`.
13+
- Changed `automattic/jetpack-autoloader` from `v5.0.7` to `v5.0.9`.
14+
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v5.0.9
15+
- Changed `pronamic/pronamic-payment-gateways-countries-condition-for-woocommerce` from `v1.0.3` to `v1.0.4`.
16+
Release notes: https://github.com/pronamic/pronamic-payment-gateways-countries-condition-for-woocommerce/releases/tag/v1.0.4
17+
- Changed `woocommerce/action-scheduler` from `3.9.2` to `3.9.3`.
18+
Release notes: https://github.com/woocommerce/action-scheduler/releases/tag/3.9.3
19+
- Changed `wp-pay-extensions/woocommerce` from `v4.12.1` to `v4.13.0`.
20+
Release notes: https://github.com/pronamic/wp-pronamic-pay-woocommerce/releases/tag/v4.13.0
21+
- Changed `wp-pay-gateways/mollie` from `v4.15.0` to `v4.16.0`.
22+
Release notes: https://github.com/pronamic/wp-pronamic-pay-mollie/releases/tag/v4.16.0
23+
- Changed `wp-pay/core` from `v4.26.0` to `v4.27.0`.
24+
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.27.0
25+
26+
Full set of changes: [`1.6.0...1.7.0`][1.7.0]
27+
28+
[1.7.0]: https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-woocommerce/compare/v1.6.0...v1.7.0
29+
830
## [1.6.0] - 2025-06-19
931

1032
### 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-woocommerce",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Pronamic Pay plugin with Mollie for WooCommerce integration.",
55
"author": "Pronamic",
66
"license": "GPL-2.0-or-later",

pronamic-pay-with-mollie-for-woocommerce.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-woocommerce/
55
* Description: Pronamic Pay plugin with Mollie for WooCommerce integration.
66
*
7-
* Version: 1.6.0
7+
* Version: 1.7.0
88
* Requires at least: 5.9
99
* Requires PHP: 8.2
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, woo, woocommerce
44
Requires at least: 5.9
55
Tested up to: 6.8
66
Requires PHP: 8.2
7-
Stable tag: 1.6.0
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)