From 1d30e7d9feaa95c75eacda7977880e38250f0602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reu=CC=88el=20van=20der=20Steege?= Date: Fri, 27 Sep 2024 16:26:40 +0200 Subject: [PATCH] v1.9.0 --- CHANGELOG.md | 27 +++++++++++++++++++ package.json | 2 +- ...mic-pay-with-mollie-for-contact-form-7.php | 2 +- readme.txt | 2 +- 4 files changed, 30 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf49860..6cd617c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,33 @@ 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.9.0] - 2024-09-27 + +### Added + +- Added support for setting currency with `pronamic_pay_currency` field name or option. ([#20](https://github.com/pronamic/wp-pronamic-pay-contact-form-7/issues/20)) + +### Commits + +- Tested up to: 6.6 ([924b2b4](https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7/commit/924b2b4d206e3d6324202103e8cde9f20fef41b9)) + +### Composer + +- Changed `automattic/jetpack-autoloader` from `v3.0.8` to `v3.1.0`. + Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v3.1.0 +- Changed `composer/installers` from `v2.2.0` to `v2.3.0`. + Release notes: https://github.com/composer/installers/releases/tag/v2.3.0 +- Changed `woocommerce/action-scheduler` from `3.8.0` to `3.8.2`. + Release notes: https://github.com/woocommerce/action-scheduler/releases/tag/3.8.2 +- Changed `wp-pay-extensions/contact-form-7` from `v3.5.1` to `v3.6.0`. + Release notes: https://github.com/pronamic/wp-pronamic-pay-contact-form-7/releases/tag/v3.6.0 +- Changed `wp-pay/core` from `v4.20.0` to `v4.22.1`. + Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.22.1 + +Full set of changes: [`1.8.1...1.9.0`][1.9.0] + +[1.9.0]: https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-contact-form-7/compare/v1.8.1...v1.9.0 + ## [1.8.1] - 2024-06-19 ### Commits diff --git a/package.json b/package.json index 15326d3..2e156ef 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.1", + "version": "1.9.0", "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 42331d5..bb8dc61 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.1 + * Version: 1.9.0 * Requires at least: 5.9 * Requires PHP: 8.1 * diff --git a/readme.txt b/readme.txt index 7e85800..a448714 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.6 Requires PHP: 8.1 -Stable tag: 1.8.1 +Stable tag: 1.9.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html