From 74e1eac913e8eeb13c7dd4f7acd4b68af07e4de6 Mon Sep 17 00:00:00 2001 From: Remco Tolsma Date: Tue, 17 Dec 2024 14:41:04 +0100 Subject: [PATCH] v4.3.7 --- CHANGELOG.md | 11 +++++++++++ composer.json | 3 +++ package.json | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6927e2..278f143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.3.7] - 2024-12-17 + +### Commits + +- Allow automattic/jetpack-autoloader Composer plugin. ([97550ba](https://github.com/pronamic/wp-pronamic-pay-ideal-basic/commit/97550ba9680b23ad15788b50890400a64d98a2ec)) +- Happy 2024. ([bf19944](https://github.com/pronamic/wp-pronamic-pay-ideal-basic/commit/bf19944aedb2650ce3d408ead97968560962803d)) + +Full set of changes: [`4.3.6...4.3.7`][4.3.7] + +[4.3.7]: https://github.com/pronamic/wp-pronamic-pay-ideal-basic/compare/v4.3.6...v4.3.7 + ## [4.3.6] - 2024-03-26 ### Commits diff --git a/composer.json b/composer.json index ea7c715..7522505 100644 --- a/composer.json +++ b/composer.json @@ -37,6 +37,9 @@ "roots/wordpress-core-installer": true, "bamarni/composer-bin-plugin": true, "automattic/jetpack-autoloader": true + }, + "platform": { + "php": "8.2" } }, "require": { diff --git a/package.json b/package.json index 184a117..111560d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ideal-basic", - "version": "4.3.6", + "version": "4.3.7", "description": "iDEAL Basic driver for the WordPress payment processing library.", "repository": { "type": "git",