From 37278d5af26a8327272d701105eb181298e8231f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reu=CC=88el=20van=20der=20Steege?= Date: Thu, 22 Dec 2022 16:12:21 +0100 Subject: [PATCH] v4.3.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76445c7..c4e7340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.3.0] - 2022-12-22 + +### Commits + +- Use `pronamic/wp-http` for remote request and SimleXML. ([59882c9](https://github.com/pronamic/wp-pronamic-pay-multisafepay/commit/59882c92776d66b244f67d00d8a719739f9f5e9b)) +- Improving PHP 8.0 support. ([2f6be14](https://github.com/pronamic/wp-pronamic-pay-multisafepay/commit/2f6be1429c411b532aa907992329b6b172e4468f)) + +### Composer + +- Added `pronamic/wp-http` `^1.1`. +- Changed `php` from `>=5.6.20` to `>=8.0`. +- Changed `wp-pay/core` from `^4.0` to `v4.6.0`. + Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.2.0 +Full set of changes: [`4.2.0...4.3.0`][4.3.0] + +[4.3.0]: https://github.com/pronamic/wp-pronamic-pay-multisafepay/compare/v4.2.0...v4.3.0 + ## [4.2.0] - 2022-09-26 - Updated payment methods registration. diff --git a/package.json b/package.json index 4ea174d..f760458 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multisafepay", - "version": "4.2.0", + "version": "4.3.0", "description": "MultiSafepay driver for the WordPress payment processing library.", "repository": { "type": "git",