diff --git a/CHANGELOG.md b/CHANGELOG.md index af29da3..50ef1e3 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] - +## [3.3.3] - 2024-12-17 + +### Commits + +- Allow automattic/jetpack-autoloader Composer plugin. ([bb372d9](https://github.com/pronamic/wp-pronamic-pay-ninjaforms/commit/bb372d941ccf971a90dd9f386269fbbdd0f29769)) +- Happy 2024. ([e752cc0](https://github.com/pronamic/wp-pronamic-pay-ninjaforms/commit/e752cc0f3a9810a96b06ff8c12ee1fed690d157c)) + +Full set of changes: [`3.3.2...3.3.3`][3.3.3] + +[3.3.3]: https://github.com/pronamic/wp-pronamic-pay-ninjaforms/compare/v3.3.2...v3.3.3 + ## [3.3.2] - 2024-03-26 ### Commits diff --git a/composer.json b/composer.json index d5f50b6..43ea784 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.2" } }, "repositories": [ diff --git a/package.json b/package.json index 30ccfcc..6d372a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wp-pay-extensions/ninjaforms", - "version": "3.3.2", + "version": "3.3.3", "description": "Ninja Forms extension for making payments with Pronamic Pay.", "author": { "name": "Pronamic", diff --git a/pronamic-pay-ninja-forms.php b/pronamic-pay-ninja-forms.php index e725904..7f0badf 100644 --- a/pronamic-pay-ninja-forms.php +++ b/pronamic-pay-ninja-forms.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-ninja-forms/ * Description: Extend the Pronamic Pay plugin with Ninja Forms support to receive payments through a variety of payment providers. * - * Version: 3.3.2 + * Version: 3.3.3 * Requires at least: 4.7 * Requires PHP: 7.4 *