Skip to content

Commit

Permalink
v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jun 7, 2024
1 parent ca45160 commit 445e189
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pronamic-pay-event-espresso.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 445e189

Please sign in to comment.