diff --git a/CHANGELOG.md b/CHANGELOG.md index c871f14..6acaf77 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.5.7] - 2023-10-30 + +### Commits + +- Set default label for delayed actions. ([7dc44ae](https://github.com/pronamic/wp-pronamic-pay-gravityforms/commit/7dc44ae93d891b15aca46b2dafc7646c29b5a37e)) +- Check if subscription is available, fixes #35. ([9682673](https://github.com/pronamic/wp-pronamic-pay-gravityforms/commit/9682673ff1126e0c6a085fe2973c2658172c7b69)) + +Full set of changes: [`4.5.6...4.5.7`][4.5.7] + +[4.5.7]: https://github.com/pronamic/wp-pronamic-pay-gravityforms/compare/v4.5.6...v4.5.7 + ## [4.5.6] - 2023-07-12 ### Commits diff --git a/package.json b/package.json index 712af8c..404ad10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gravityforms", - "version": "4.5.6", + "version": "4.5.7", "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 5c8dac3..5a1f8c6 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.5.6 + * Version: 4.5.7 * Requires at least: 4.7 * Requires PHP: 7.4 *