From 4e5dbce5d415d9f33e521d8f1971983235793870 Mon Sep 17 00:00:00 2001 From: Remco Tolsma Date: Tue, 17 Dec 2024 15:23:54 +0100 Subject: [PATCH] v4.4.3 --- CHANGELOG.md | 11 +++++++++++ composer.json | 3 +++ package.json | 2 +- pronamic-pay-formidable-forms.php | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 245ebe0..f779ee4 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.4.3] - 2024-12-17 + +### Commits + +- Allow automattic/jetpack-autoloader Composer plugin. ([0cb8d3b](https://github.com/pronamic/wp-pronamic-pay-formidable-forms/commit/0cb8d3b22dd43437fdd520e3aa03c559fb0ad8b0)) +- Happy 2024. ([b2bd2c3](https://github.com/pronamic/wp-pronamic-pay-formidable-forms/commit/b2bd2c31eba38b31cb93c5b0499ef3ba142aa8d1)) + +Full set of changes: [`4.4.2...4.4.3`][4.4.3] + +[4.4.3]: https://github.com/pronamic/wp-pronamic-pay-formidable-forms/compare/v4.4.2...v4.4.3 + ## [4.4.2] - 2023-12-18 ### Commits diff --git a/composer.json b/composer.json index 3c4f6c4..0ca692d 100644 --- a/composer.json +++ b/composer.json @@ -43,6 +43,9 @@ "roots/wordpress-core-installer": true, "bamarni/composer-bin-plugin": true, "automattic/jetpack-autoloader": true + }, + "platform": { + "php": "8.1" } }, "require": { diff --git a/package.json b/package.json index 380e6eb..865148f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "formidable-forms", - "version": "4.4.2", + "version": "4.4.3", "description": "Formidable Forms driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-formidable-forms.php b/pronamic-pay-formidable-forms.php index cbf29e8..9017a53 100644 --- a/pronamic-pay-formidable-forms.php +++ b/pronamic-pay-formidable-forms.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-formidable-forms/ * Description: Extend the Pronamic Pay plugin with Formidable Forms support to receive payments through a variety of payment providers. * - * Version: 4.4.2 + * Version: 4.4.3 * Requires at least: 4.7 * Requires PHP: 7.4 *