diff --git a/CHANGELOG.md b/CHANGELOG.md index 29725be..af29da3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [3.3.2] - 2024-03-26 + +### Commits + +- Fixed “Missing script: ‘login’” on `npm start`. ([c606ac5](https://github.com/pronamic/wp-pronamic-pay-ninjaforms/commit/c606ac5cdf9d5b8589539279b2a6f33fc3b64e79)) + +### Composer + +- Changed `php` from `>=7.4` to `>=8.0`. +- Changed `wp-pay/core` from `^4.6` to `v4.16.0`. + Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.16.0 + +Full set of changes: [`3.3.1...3.3.2`][3.3.2] + +[3.3.2]: https://github.com/pronamic/wp-pronamic-pay-ninjaforms/compare/v3.3.1...v3.3.2 + ## [3.3.1] - 2024-02-13 ### Changed diff --git a/package.json b/package.json index 5a56314..30ccfcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wp-pay-extensions/ninjaforms", - "version": "3.3.1", + "version": "3.3.2", "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 9bbd801..95a16d9 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.1 + * Version: 3.3.2 * Requires at least: 4.7 * Requires PHP: 7.4 *