From 7864ee66f263d8c15914cbf0b9362476a4921dce Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Tue, 26 Mar 2024 12:21:45 +0100 Subject: [PATCH] v4.3.5 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- pronamic-pay-easy-digital-downloads.php | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45eb6ca..829b9ce 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.5] - 2024-03-26 + +### Composer + +- Changed `php` from `>=7.4` to `>=8.0`. +- Changed `wp-pay/core` from `^4.9` to `v4.16.0`. + Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.16.0 + +Full set of changes: [`4.3.4...4.3.5`][4.3.5] + +[4.3.5]: https://github.com/pronamic/wp-pronamic-pay-easy-digital-downloads/compare/v4.3.4...v4.3.5 + ## [4.3.4] - 2023-06-01 ### Commits diff --git a/package.json b/package.json index 7e916aa..b0e2bde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easy-digital-downloads", - "version": "4.3.4", + "version": "4.3.5", "description": "Easy Digital Downloads driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-easy-digital-downloads.php b/pronamic-pay-easy-digital-downloads.php index f762a99..db90d9d 100644 --- a/pronamic-pay-easy-digital-downloads.php +++ b/pronamic-pay-easy-digital-downloads.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-easy-digital-downloads/ * Description: Extend the Pronamic Pay plugin with Easy Digital Downloads support to receive payments through a variety of payment providers. * - * Version: 4.3.4 + * Version: 4.3.5 * Requires at least: 5.9 * Requires PHP: 7.4 *