From c6a0cad55ff1ba1427f78f610af4f8e186049e4c Mon Sep 17 00:00:00 2001 From: Remco Tolsma Date: Tue, 17 Dec 2024 15:26:08 +0100 Subject: [PATCH] v4.2.4 --- CHANGELOG.md | 11 +++++++++++ composer.json | 3 +++ package.json | 2 +- pronamic-pay-give.php | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7113132..29657e5 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.2.4] - 2024-12-17 + +### Commits + +- Allow automattic/jetpack-autoloader Composer plugin. ([af05d05](https://github.com/pronamic/wp-pronamic-pay-give/commit/af05d05dbab788d4345349f1438d698fe116cd41)) +- Happy 2024. ([f40a002](https://github.com/pronamic/wp-pronamic-pay-give/commit/f40a0028145c3c69f20ec2ab319e6465ed5adf0d)) + +Full set of changes: [`4.2.3...4.2.4`][4.2.4] + +[4.2.4]: https://github.com/pronamic/wp-pronamic-pay-give/compare/v4.2.3...v4.2.4 + ## [4.2.3] - 2023-06-01 ### Commits diff --git a/composer.json b/composer.json index 4ad9bda..e4d2fdc 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.1" } }, "repositories":[ diff --git a/package.json b/package.json index e3f60f4..3137b67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "give", - "version": "4.2.3", + "version": "4.2.4", "description": "Give driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-give.php b/pronamic-pay-give.php index 15a9e23..f56b7bd 100644 --- a/pronamic-pay-give.php +++ b/pronamic-pay-give.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-give/ * Description: Extend the Pronamic Pay plugin with Give support to receive payments through a variety of payment providers. * - * Version: 4.2.3 + * Version: 4.2.4 * Requires at least: 4.7 * Requires PHP: 7.4 *