diff --git a/CHANGELOG.md b/CHANGELOG.md index 41656a6..27121fc 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.2] - 2023-01-31 +### Composer + +- Changed `php` from `>=8.0` to `>=7.4`. +Full set of changes: [`4.3.1...4.3.2`][4.3.2] + +[4.3.2]: https://github.com/pronamic/wp-pronamic-pay-formidable-forms/compare/v4.3.1...v4.3.2 + ## [4.3.1] - 2023-01-18 ### Commits diff --git a/package.json b/package.json index 674e778..436a32b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "formidable-forms", - "version": "4.3.1", + "version": "4.3.2", "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 256f7a2..f808943 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.3.1 + * Version: 4.3.2 * Requires at least: 4.7 * Requires PHP: 8.0 *