Skip to content

Commit f77cd5c

Browse files
committed
v1.7.1
1 parent de73cf1 commit f77cd5c

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

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.7.1] - 2025-08-26
9+
10+
### Commits
11+
12+
- Fixed Mollie user agreement link ([b665532](https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-woocommerce/commit/b665532a4f3fd3a2f122b76f9abd213112b6fcd0))
13+
- Removed "VIES VAT number validation", no longer used ([c26c644](https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-woocommerce/commit/c26c644a270315a0b2c71a4319e986844b8a76df))
14+
15+
### Composer
16+
17+
- Changed `wp-pay-gateways/mollie` from `v4.16.0` to `v4.16.1`.
18+
Release notes: https://github.com/pronamic/wp-pronamic-pay-mollie/releases/tag/v4.16.1
19+
20+
Full set of changes: [`1.7.0...1.7.1`][1.7.1]
21+
22+
[1.7.1]: https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-woocommerce/compare/v1.7.0...v1.7.1
23+
824
## [1.7.0] - 2025-08-22
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-woocommerce",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
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.7.0
7+
* Version: 1.7.1
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.7.0
7+
Stable tag: 1.7.1
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)