From a37ccefe83f3cc7ee00d0d8f913064e0fe03b7a7 Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:56:51 +0200 Subject: [PATCH] v4.3.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- pronamic-pay-event-espresso.php | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c76028..a6b6cc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.3.1] - 2024-06-19 + +### Commits + +- Updated .gitattributes ([abb558f](https://github.com/pronamic/wp-pronamic-pay-event-espresso/commit/abb558feac90d52300bc428da2e2752b89737b0a)) +- Updated .gitattributes ([3778601](https://github.com/pronamic/wp-pronamic-pay-event-espresso/commit/377860153ff92acb523ae8f71136ec61daf518fc)) +- Updated .gitattributes ([1278489](https://github.com/pronamic/wp-pronamic-pay-event-espresso/commit/12784896761e093d3dc709fa231596823b1d84ab)) + +Full set of changes: [`4.3.0...4.3.1`][4.3.1] + +[4.3.1]: https://github.com/pronamic/wp-pronamic-pay-event-espresso/compare/v4.3.0...v4.3.1 + ## [4.3.0] - 2024-06-07 ### Changed diff --git a/package.json b/package.json index ba6854d..3628d4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "event-espresso", - "version": "4.3.0", + "version": "4.3.1", "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 b9fbdab..b7fcb3d 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.0 + * Version: 4.3.1 * Requires at least: 4.7 * Requires PHP: 7.4 *