From f9c00473b5278679f05a3f6aa33a4376c90ba6eb Mon Sep 17 00:00:00 2001 From: Remco Tolsma Date: Tue, 17 Dec 2024 14:29:24 +0100 Subject: [PATCH] v4.3.5 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- pronamic-pay-buckaroo.php | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d561e5..bac5e4e 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.3.5] - 2024-12-17 + +### Commits + +- Allow automattic/jetpack-autoloader Composer plugin. ([9407541](https://github.com/pronamic/wp-pronamic-pay-buckaroo/commit/9407541079fac20c526575baa31b4dfb8937a9f0)) +- Happy 2024. ([f1c1f63](https://github.com/pronamic/wp-pronamic-pay-buckaroo/commit/f1c1f6300bbab2a46db86134e98767f82f3ffa6c)) + +Full set of changes: [`4.3.4...4.3.5`][4.3.5] + +[4.3.5]: https://github.com/pronamic/wp-pronamic-pay-buckaroo/compare/v4.3.4...v4.3.5 + ## [4.3.4] - 2024-03-26 ### Commits diff --git a/package.json b/package.json index b0cbc6c..3eeac98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buckaroo", - "version": "4.3.4", + "version": "4.3.5", "description": "Buckaroo driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-buckaroo.php b/pronamic-pay-buckaroo.php index cd6d5a7..b927f4d 100644 --- a/pronamic-pay-buckaroo.php +++ b/pronamic-pay-buckaroo.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-buckaroo/ * Description: Extend the Pronamic Pay plugin with the Buckaroo gateway to receive payments through a variety of WordPress plugins. * - * Version: 4.3.4 + * Version: 4.3.5 * Requires at least: 4.7 * Requires PHP: 7.4 *