From 51c703388763786c1b99f479cbb1976711d0f241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reu=CC=88el=20van=20der=20Steege?= Date: Fri, 23 Dec 2022 15:21:55 +0100 Subject: [PATCH] v4.4.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- pronamic-pay-gravityforms.php | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f0ec9b..e0e1c40 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.4.1] - 2022-12-23 + +### Commits + +- Fixed incorrect update message after updating payment feed. ([39f5e1e](https://github.com/pronamic/wp-pronamic-pay-gravityforms/commit/39f5e1e6e64a58881c67c177f5872806a29749c8)) + +Full set of changes: [`4.4.0...4.4.1`][4.4.1] + +[4.4.1]: https://github.com/pronamic/wp-pronamic-pay-gravityforms/compare/v4.4.0...v4.4.1 + ## [4.4.0] - 2022-12-23 ### Commits diff --git a/package.json b/package.json index d51c5d2..d992426 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gravityforms", - "version": "4.4.0", + "version": "4.4.1", "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 889a23c..5c6bf94 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.4.0 + * Version: 4.4.1 * Requires at least: 4.7 * Requires PHP: 8.0 *