diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cb6bf5..245ebe0 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.2] - 2023-12-18 + +### Commits + +- Fixed "Deprecated: Creation of dynamic property Pronamic\WordPress\Pay\Extensions\FormidableForms\Extension::$action is deprecated". ([eaa641b](https://github.com/pronamic/wp-pronamic-pay-formidable-forms/commit/eaa641b094d91066924691a0f8abf0905e5de822)) +- Fixed "Deprecated: Creation of dynamic property ... is deprecated". ([3d38755](https://github.com/pronamic/wp-pronamic-pay-formidable-forms/commit/3d38755c88c2c965bbb57d518b4a0b6b3d7a630a)) + +Full set of changes: [`4.4.1...4.4.2`][4.4.2] + +[4.4.2]: https://github.com/pronamic/wp-pronamic-pay-formidable-forms/compare/v4.4.1...v4.4.2 + ## [4.4.1] - 2023-11-15 ### Fixed diff --git a/package.json b/package.json index 76395c7..380e6eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "formidable-forms", - "version": "4.4.1", + "version": "4.4.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 624454b..e6035e9 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.1 + * Version: 4.4.2 * Requires at least: 4.7 * Requires PHP: 7.4 *