From 646bca0f394a52750a3230d140a73c16762520a8 Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Thu, 1 Jun 2023 12:16:54 +0200 Subject: [PATCH] v4.2.3 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- pronamic-pay-event-espresso.php | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d22f683..851ead0 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.2.3] - 2023-06-01 + +### Commits + +- Switch from `pronamic/wp-deployer` to `pronamic/pronamic-cli`. ([078fa8c](https://github.com/pronamic/wp-pronamic-pay-event-espresso/commit/078fa8c8e4d34b486828200ebe76dde9a5cb5ed3)) +- Updated .gitattributes ([f491f44](https://github.com/pronamic/wp-pronamic-pay-event-espresso/commit/f491f449bfbd25c6c1fc956f38f5a781dbfe4055)) + +Full set of changes: [`4.2.2...4.2.3`][4.2.3] + +[4.2.3]: https://github.com/pronamic/wp-pronamic-pay-event-espresso/compare/v4.2.2...v4.2.3 + ## [4.2.2] - 2023-03-27 ### Commits diff --git a/package.json b/package.json index eb2788d..b4965ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "event-espresso", - "version": "4.2.2", + "version": "4.2.3", "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 59fb01e..cdce182 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.2.2 + * Version: 4.2.3 * Requires at least: 4.7 * Requires PHP: 7.4 *