Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed May 27, 2024
1 parent 5f77368 commit 128eab9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.7.0] - 2024-05-27

### Composer

- Changed `php` from `>=8.0` to `>=8.1`.
- Changed `woocommerce/action-scheduler` from `3.7.4` to `3.8.0`.
Release notes: https://github.com/woocommerce/action-scheduler/releases/tag/3.8.0
- Changed `wp-pay-gateways/mollie` from `v4.10.3` to `v4.11.0`.
Release notes: https://github.com/pronamic/wp-pronamic-pay-mollie/releases/tag/v4.11.0
- Changed `wp-pay/core` from `v4.17.0` to `v4.18.0`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.18.0

Full set of changes: [`1.6.1...1.7.0`][1.7.0]

[1.7.0]: https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7/compare/v1.6.1...v1.7.0

## [1.6.1] - 2024-05-15

### Composer
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7",
"version": "1.6.1",
"version": "1.7.0",
"description": "Pronamic Pay plugin with Mollie for Contact Form 7 integration.",
"author": "Pronamic",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion pronamic-pay-with-mollie-for-contact-form-7.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-with-mollie-for-contact-form-7/
* Description: Pronamic Pay plugin with Mollie for Contact Form 7 integration.
*
* Version: 1.6.1
* Version: 1.7.0
* Requires at least: 5.9
* Requires PHP: 8.0
*
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: pronamic, pay, mollie, contact-form-7, contactform7
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 8.0
Stable tag: 1.6.1
Stable tag: 1.7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 128eab9

Please sign in to comment.