From 445e189f91032c17ccd4d8c3fde6d18e15953644 Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:44:17 +0200 Subject: [PATCH] v4.3.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- pronamic-pay-event-espresso.php | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52da529..4c76028 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,31 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.3.0] - 2024-06-07 + +### Changed + +- Please note: In the "Pronamic Pay" plugin, all images have been removed from the `wp-content/plugins/pronamic-ideal/images/` folder. Users who use images from this folder for the Event Espresso payment methods button URL settings will need to update their settings. Users can upload images to their WordPress media library themselves. Logos and icons of popular payment methods can be found at https://github.com/pronamic/wp-pay-logos. + +### Removed + +- Removed the Pronamic gateway deafult icon URL. + +### Commits + +- No longer use files from plugin directory `pronamic-ideal/images`. ([fa893a6](https://github.com/pronamic/wp-pronamic-pay-event-espresso/commit/fa893a6458f134d18e94d50a44045adfc0eaeabd)) +- Make standalone plugin for easier development and testing. ([31e388c](https://github.com/pronamic/wp-pronamic-pay-event-espresso/commit/31e388ce1d44883581912587a0e608ecf8001c0d)) + +### Composer + +- Added `automattic/jetpack-autoloader` `^3.0`. +- Added `composer/installers` `^2.2`. +- Added `woocommerce/action-scheduler` `^3.8`. + +Full set of changes: [`4.2.4...4.3.0`][4.3.0] + +[4.3.0]: https://github.com/pronamic/wp-pronamic-pay-event-espresso/compare/v4.2.4...v4.3.0 + ## [4.2.4] - 2024-03-26 ### Changed diff --git a/package.json b/package.json index d1a1ff2..ba6854d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "event-espresso", - "version": "4.2.4", + "version": "4.3.0", "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 f1ca665..b9fbdab 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.4 + * Version: 4.3.0 * Requires at least: 4.7 * Requires PHP: 7.4 *