diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fdb21c..4f0ec9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,28 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.4.0] - 2022-12-23 + +### Commits + +- Added support for https://github.com/WordPress/wp-plugin-dependencies. ([5d7688c](https://github.com/pronamic/wp-pronamic-pay-gravityforms/commit/5d7688cde8bac5597f81a8c6b137f4006db46aa2)) +- Fixed "Deprecated: dirname(): Passing null to parameter #1 ($path) of type string is deprecated in /wp-content/plugins/gravityforms/includes/addon/class-gf-addon.php on line 6168". ([91e5328](https://github.com/pronamic/wp-pronamic-pay-gravityforms/commit/91e5328becdde0eb48a369bc46a204288a12cf53)) + +### Composer + +- Changed `php` from `>=5.6.20` to `>=8.0`. +- Changed `pronamic/wp-datetime` from `^2.0` to `v2.1.0`. + Release notes: https://github.com/pronamic/wp-datetime/releases/tag/v4.3.0 +- Changed `pronamic/wp-money` from `^2.0` to `v2.2.0`. + Release notes: https://github.com/pronamic/wp-money/releases/tag/v4.3.0 +- Changed `pronamic/wp-number` from `^1.1` to `v1.2.0`. + Release notes: https://github.com/pronamic/wp-number/releases/tag/v4.3.0 +- Changed `wp-pay/core` from `^4.5` to `v4.6.0`. + Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.3.0 +Full set of changes: [`4.3.0...4.4.0`][4.4.0] + +[4.4.0]: https://github.com/pronamic/wp-pronamic-pay-gravityforms/compare/v4.3.0...v4.4.0 + ## [4.3.0] - 2022-11-07 - No support for manual renewals with Gravity Forms. diff --git a/package.json b/package.json index c5e9439..d51c5d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gravityforms", - "version": "4.3.0", + "version": "4.4.0", "description": "Gravity Forms driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-gravityforms.php b/pronamic-pay-gravityforms.php index efb9302..889a23c 100644 --- a/pronamic-pay-gravityforms.php +++ b/pronamic-pay-gravityforms.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-gravityforms/ * Description: Extend the Pronamic Pay plugin with Gravity Forms support to receive payments through a variety of payment providers. * - * Version: 4.3.0 + * Version: 4.4.0 * Requires at least: 4.7 * Requires PHP: 8.0 *