diff --git a/CHANGELOG.md b/CHANGELOG.md index ec7339a..0cb3f73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.8.2] - 2024-12-17 + +### Commits + +- Added Composer `build` and `release` scripts. ([e77c0e6](https://github.com/pronamic/wp-pronamic-pay-memberpress/commit/e77c0e6f13914c205b6da60c123d4e2c0832f5f8)) + +Full set of changes: [`4.8.1...4.8.2`][4.8.2] + +[4.8.2]: https://github.com/pronamic/wp-pronamic-pay-memberpress/compare/v4.8.1...v4.8.2 + ## [4.8.1] - 2024-09-27 ### Fixed diff --git a/composer.json b/composer.json index cf2c430..3b7e36b 100644 --- a/composer.json +++ b/composer.json @@ -45,6 +45,9 @@ "bamarni/composer-bin-plugin": true, "automattic/jetpack-autoloader": true }, + "platform": { + "php": "8.2" + }, "wp-slug": "pronamic-pay-memberpress" }, "require": { diff --git a/package.json b/package.json index 36b4eb4..1a70244 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memberpress", - "version": "4.8.1", + "version": "4.8.2", "description": "MemberPress driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-memberpress.php b/pronamic-pay-memberpress.php index 4212e14..702ad37 100644 --- a/pronamic-pay-memberpress.php +++ b/pronamic-pay-memberpress.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-memberpress/ * Description: Extend the Pronamic Pay plugin with MemberPress support to receive payments through a variety of payment providers. * - * Version: 4.8.1 + * Version: 4.8.2 * Requires at least: 4.7 * Requires PHP: 7.4 *