diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fee9e1..500879a 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.4.3] - 2024-03-14 + +### Fixed + +- Fixed setting Restrict Content Pro refunded payment status on refunds and chargebacks ([#14](https://github.com/pronamic/wp-pronamic-pay-restrict-content-pro/issues/14)). ([09a28d8](https://github.com/pronamic/wp-pronamic-pay-restrict-content-pro/commit/09a28d8304a477fdd4a0eb8cf43481dc62bce764)) +- Fixed updating RCP membership status on subscription status update ([#13](https://github.com/pronamic/wp-pronamic-pay-restrict-content-pro/issues/13)). ([7fe6938](https://github.com/pronamic/wp-pronamic-pay-restrict-content-pro/commit/7fe693819524ac32a81daa5a40280f92b0accb39)) + +Full set of changes: [`4.4.2...4.4.3`][4.4.3] + +[4.4.3]: https://github.com/pronamic/wp-pronamic-pay-restrict-content-pro/compare/v4.4.2...v4.4.3 + ## [4.4.2] - 2024-02-07 ### Changed diff --git a/package.json b/package.json index 973d1d4..916e878 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "restrict-content-pro", - "version": "4.4.2", + "version": "4.4.3", "description": "Restrict Content Pro driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-rcp.php b/pronamic-pay-rcp.php index 091af7d..3bcc5da 100644 --- a/pronamic-pay-rcp.php +++ b/pronamic-pay-rcp.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-restrict-content-pro/ * Description: Extend the Pronamic Pay plugin with Restrict Content Pro support to receive payments through a variety of payment providers. * - * Version: 4.4.2 + * Version: 4.4.3 * Requires at least: 4.7 * Requires PHP: 7.4 *