diff --git a/CHANGELOG.md b/CHANGELOG.md index 90a2755..a7db36a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [3.2.4] - 2023-10-13 + +### Commits + +- Added `ninja-forms-save-progress` for https://github.com/pronamic/wp-pronamic-pay-ninjaforms/issues/8. ([118b910](https://github.com/pronamic/wp-pronamic-pay-ninjaforms/commit/118b910a662684845f8b5221ed99b6e9983516bd)) +- Added extra Ninja Forms extensions for testing features. ([50fa9b8](https://github.com/pronamic/wp-pronamic-pay-ninjaforms/commit/50fa9b83b9a937ce04295edc15ef360549201de7)) +- Use new `pronamic/wp-env-quick-login` library. ([e27cdcd](https://github.com/pronamic/wp-pronamic-pay-ninjaforms/commit/e27cdcd34ec243d958661930c0fb4ea42e6c2aa1)) +- Auto setup after wp-env start. ([ab9314f](https://github.com/pronamic/wp-pronamic-pay-ninjaforms/commit/ab9314f17efc3cc483a02da3c39c72d39d1388b5)) + +Full set of changes: [`3.2.3...3.2.4`][3.2.4] + +[3.2.4]: https://github.com/pronamic/wp-pronamic-pay-ninjaforms/compare/v3.2.3...v3.2.4 + ## [3.2.3] - 2023-06-01 ### Commits diff --git a/package.json b/package.json index 877cb41..3dc5184 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wp-pay-extensions/ninjaforms", - "version": "3.2.3", + "version": "3.2.4", "description": "Ninja Forms extension for making payments with Pronamic Pay.", "repository": { "type": "git", diff --git a/pronamic-pay-ninja-forms.php b/pronamic-pay-ninja-forms.php index bce6990..5bae70e 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.2.3 + * Version: 3.2.4 * Requires at least: 4.7 * Requires PHP: 7.4 *