diff --git a/CHANGELOG.md b/CHANGELOG.md index a2b0006..221249f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased][unreleased] +## [2.3.7] - 2024-12-17 + +### Commits + +- Allow automattic/jetpack-autoloader Composer plugin. ([a295e97](https://github.com/pronamic/wp-pronamic-pay-paypal/commit/a295e9796063fbbc4e76a5e9ed1161389a036808)) +- Happy 2024. ([0b0980b](https://github.com/pronamic/wp-pronamic-pay-paypal/commit/0b0980b2a16a4dc04d8c7485973d2b447bcc29b6)) + +Full set of changes: [`2.3.6...2.3.7`][2.3.7] + +[2.3.7]: https://github.com/pronamic/wp-pronamic-pay-paypal/compare/v2.3.6...v2.3.7 + ## [2.3.6] - 2023-10-13 ### Commits diff --git a/composer.json b/composer.json index c64476d..63b386e 100644 --- a/composer.json +++ b/composer.json @@ -38,6 +38,9 @@ "dealerdirect/phpcodesniffer-composer-installer": true, "automattic/jetpack-autoloader": true }, + "platform": { + "php": "8.2" + }, "wp-slug": "pronamic-pay-paypal" }, "require": { diff --git a/package.json b/package.json index 1287653..2c43229 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "paypal", - "version": "2.3.6", + "version": "2.3.7", "description": "PayPal driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-paypal.php b/pronamic-pay-paypal.php index 9e5f604..c0ab2ab 100644 --- a/pronamic-pay-paypal.php +++ b/pronamic-pay-paypal.php @@ -12,7 +12,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-paypal/ * Description: Extend the Pronamic Pay plugin with the PayPal gateway to receive payments with PayPal through a variety of WordPress plugins. * - * Version: 2.3.6 + * Version: 2.3.7 * Requires at least: 4.7 * Requires PHP: 7.4 * diff --git a/readme.txt b/readme.txt index 3c46173..c8816a0 100644 --- a/readme.txt +++ b/readme.txt @@ -4,6 +4,6 @@ Tags: pronamic, pay, paypal, add-on Requires at least: 4.7 Tested up to: 6.2 Requires PHP: 7.4 -Stable tag: 2.3.6 +Stable tag: 2.3.7 Extend the Pronamic Pay plugin with the PayPal gateway to receive payments with PayPal through a variety of WordPress plugins.