From 76aec337bd840391010a4a7e9d9ab6d7630943a7 Mon Sep 17 00:00:00 2001 From: Remco Tolsma Date: Tue, 17 Dec 2024 14:47:03 +0100 Subject: [PATCH] v4.5.1 --- CHANGELOG.md | 10 ++++++++++ composer.json | 3 +++ package.json | 2 +- pronamic-pay-multisafepay.php | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ea456b..026c05e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.5.1] - 2024-12-17 + +### Commits + +- Added `wp-slug`. ([3a15ab6](https://github.com/pronamic/wp-pronamic-pay-multisafepay/commit/3a15ab63f3e8c1b80d1d193ccba34873e9b258df)) + +Full set of changes: [`4.5.0...4.5.1`][4.5.1] + +[4.5.1]: https://github.com/pronamic/wp-pronamic-pay-multisafepay/compare/v4.5.0...v4.5.1 + ## [4.5.0] - 2024-09-09 ### Changed diff --git a/composer.json b/composer.json index e09f265..72dace2 100644 --- a/composer.json +++ b/composer.json @@ -46,6 +46,9 @@ "bamarni/composer-bin-plugin": true, "automattic/jetpack-autoloader": true }, + "platform": { + "php": "8.2" + }, "wp-slug": "pronamic-pay-multisafepay" }, "require": { diff --git a/package.json b/package.json index 9979baf..76425c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multisafepay", - "version": "4.5.0", + "version": "4.5.1", "description": "MultiSafepay driver for the WordPress payment processing library.", "author": { "name": "Pronamic", diff --git a/pronamic-pay-multisafepay.php b/pronamic-pay-multisafepay.php index 624e7b2..45c1dec 100644 --- a/pronamic-pay-multisafepay.php +++ b/pronamic-pay-multisafepay.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-multisafepay/ * Description: Extend the Pronamic Pay plugin with the MultiSafepay gateway to receive payments through a variety of WordPress plugins. * - * Version: 4.5.0 + * Version: 4.5.1 * Requires at least: 5.9 * Requires PHP: 7.4 *