diff --git a/CHANGELOG.md b/CHANGELOG.md index a97377f..30a7cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ 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.2.0] - 2023-11-09 + +### Changed + +- Requires PHP 8. ([b811fce](https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms/commit/b811fce525604af985a12cb2a5172c33d3857cc8)) + +### Composer + +- Changed `php` from `>=7.4` to `>=8.0`. +- Changed `wp-pay-gateways/mollie` from `v4.7.11` to `v4.8.1`. + Release notes: https://github.com/pronamic/wp-pronamic-pay-mollie/releases/tag/v4.8.1 +- Changed `wp-pay/core` from `v4.14.1` to `v4.14.2`. + Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.14.2 + +Full set of changes: [`1.1.0...1.2.0`][1.2.0] + +[1.2.0]: https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms/compare/v1.1.0...v1.2.0 + ## [1.1.0] - 2023-11-07 ### Commits diff --git a/package.json b/package.json index 2edb449..1e4a31e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms", "description": "Pronamic Pay plugin with Mollie for Gravity Forms integration.", - "version": "1.1.0", + "version": "1.2.0", "repository": { "type": "git", "url": "git+https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms.git" diff --git a/pronamic-pay-with-mollie-for-gravity-forms.php b/pronamic-pay-with-mollie-for-gravity-forms.php index 9c2c967..cc7b3b2 100644 --- a/pronamic-pay-with-mollie-for-gravity-forms.php +++ b/pronamic-pay-with-mollie-for-gravity-forms.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-with-mollie-for-gravity-forms/ * Description: Pronamic Pay plugin with Mollie for Gravity Forms integration. * - * Version: 1.1.0 + * Version: 1.2.0 * Requires at least: 5.9 * Requires PHP: 8.0 * diff --git a/readme.txt b/readme.txt index f922147..9fb007e 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: mollie, gravity, form, payment, donation Requires at least: 5.9 Tested up to: 6.2 Requires PHP: 8.0 -Stable tag: 1.1.0 +Stable tag: 1.2.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html