diff --git a/CHANGELOG.md b/CHANGELOG.md index 6acaf77..80047cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.5.8] - 2023-11-06 + +### Commits + +- Reduce `get_pronamic_payment()` calls. ([49ced02](https://github.com/pronamic/wp-pronamic-pay-gravityforms/commit/49ced0204791fbcf05425eafa00b6cea6090c0ae)) + +Full set of changes: [`4.5.7...4.5.8`][4.5.8] + +[4.5.8]: https://github.com/pronamic/wp-pronamic-pay-gravityforms/compare/v4.5.7...v4.5.8 + ## [4.5.7] - 2023-10-30 ### Commits diff --git a/package.json b/package.json index 404ad10..66cf4cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gravityforms", - "version": "4.5.7", + "version": "4.5.8", "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 5a1f8c6..88aed8e 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.7 + * Version: 4.5.8 * Requires at least: 4.7 * Requires PHP: 7.4 *