From 4a4baef5dbeb3108a16b07a601b0cc3168c8fcc0 Mon Sep 17 00:00:00 2001 From: Remco Tolsma Date: Tue, 17 Dec 2024 15:21:38 +0100 Subject: [PATCH] v4.3.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- pronamic-pay-event-espresso.php | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6b6cc8..d3a4e46 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.3.2] - 2024-12-17 + +### Commits + +- Happy 2024. ([94544e9](https://github.com/pronamic/wp-pronamic-pay-event-espresso/commit/94544e97685a03bb1302edab38c2b8c2f1741895)) + +Full set of changes: [`4.3.1...4.3.2`][4.3.2] + +[4.3.2]: https://github.com/pronamic/wp-pronamic-pay-event-espresso/compare/v4.3.1...v4.3.2 + ## [4.3.1] - 2024-06-19 ### Commits diff --git a/package.json b/package.json index 3628d4c..a41487a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "event-espresso", - "version": "4.3.1", + "version": "4.3.2", "description": "Event Espresso driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-event-espresso.php b/pronamic-pay-event-espresso.php index 400e4c6..e112d0d 100644 --- a/pronamic-pay-event-espresso.php +++ b/pronamic-pay-event-espresso.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-event-espresso/ * Description: Extend the Pronamic Pay plugin with Event Espresso support to receive payments through a variety of payment providers. * - * Version: 4.3.1 + * Version: 4.3.2 * Requires at least: 4.7 * Requires PHP: 7.4 *