From a7704b3313f21d9fcd976aa7dacceafcd361dd2e Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Tue, 31 Jan 2023 13:43:56 +0100 Subject: [PATCH] v4.3.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4e7340..6b08292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.3.1] - 2023-01-31 +### Composer + +- Changed `php` from `>=8.0` to `>=7.4`. +Full set of changes: [`4.3.0...4.3.1`][4.3.1] + +[4.3.1]: https://github.com/pronamic/wp-pronamic-pay-multisafepay/compare/v4.3.0...v4.3.1 + ## [4.3.0] - 2022-12-22 ### Commits diff --git a/package.json b/package.json index f760458..3005cb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multisafepay", - "version": "4.3.0", + "version": "4.3.1", "description": "MultiSafepay driver for the WordPress payment processing library.", "repository": { "type": "git",