diff --git a/CHANGELOG.md b/CHANGELOG.md index 80047cf..9a03313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.6.0] - 2024-02-07 + +### Changed + +- Optimize performance by reusing instances of `PayFeed` from memory. ([fa89eab](https://github.com/pronamic/wp-pronamic-pay-gravityforms/commit/fa89eaba746000d5c432b480f1b4f0b4b8e07994)) + +### Fixed + +- Fixed deleting feeds through `PaymentAddOn::delete_feeds()`. ([89f88b7](https://github.com/pronamic/wp-pronamic-pay-gravityforms/commit/89f88b7ea1b27af52418bf34a04b5c31690f5ff3)) + +Full set of changes: [`4.5.8...4.6.0`][4.6.0] + +[4.6.0]: https://github.com/pronamic/wp-pronamic-pay-gravityforms/compare/v4.5.8...v4.6.0 + ## [4.5.8] - 2023-11-06 ### Commits diff --git a/package.json b/package.json index 66cf4cb..ede578f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gravityforms", - "version": "4.5.8", + "version": "4.6.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 88aed8e..9924f93 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.8 + * Version: 4.6.0 * Requires at least: 4.7 * Requires PHP: 7.4 *