From ed93e16ed0c83c80fb6b186ce7ef11b95e51188a Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Wed, 19 Jun 2024 15:17:17 +0200 Subject: [PATCH] v1.8.1 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- pronamic-pay-with-mollie-for-contact-form-7.php | 2 +- readme.txt | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5718962..bf49860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ 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.8.1] - 2024-06-19 + +### Commits + +- Requires PHP: 8.1. ([d463556](https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7/commit/d46355624bcb4d92a1d3c68b738d884b076109c0)) + +### Composer + +- Changed `wp-pay/core` from `v4.19.0` to `v4.20.0`. + Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.20.0 + +Full set of changes: [`1.8.0...1.8.1`][1.8.1] + +[1.8.1]: https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7/compare/v1.8.0...v1.8.1 + ## [1.8.0] - 2024-06-12 ### Composer diff --git a/package.json b/package.json index 82b9a2f..15326d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7", - "version": "1.8.0", + "version": "1.8.1", "description": "Pronamic Pay plugin with Mollie for Contact Form 7 integration.", "author": "Pronamic", "license": "GPL-2.0-or-later", diff --git a/pronamic-pay-with-mollie-for-contact-form-7.php b/pronamic-pay-with-mollie-for-contact-form-7.php index 13bbf1e..42331d5 100644 --- a/pronamic-pay-with-mollie-for-contact-form-7.php +++ b/pronamic-pay-with-mollie-for-contact-form-7.php @@ -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.8.0 + * Version: 1.8.1 * Requires at least: 5.9 * Requires PHP: 8.1 * diff --git a/readme.txt b/readme.txt index 0fe9cc8..429e82c 100644 --- a/readme.txt +++ b/readme.txt @@ -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.1 -Stable tag: 1.8.0 +Stable tag: 1.8.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html