From 7b7849d7cfec3242902df26178dbc31c63af20a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=C3=BCel=20van=20der=20Steege?= Date: Thu, 1 Aug 2024 14:26:30 +0200 Subject: [PATCH] v4.6.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- pronamic-pay-restrict-content.php | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 454ab2e..ef1a53f 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.6.1] - 2024-08-01 + +### Fixed + +- Fixed time difference between membership and subscription next payment date. ([2242a69](https://github.com/pronamic/wp-pronamic-pay-restrict-content-pro/commit/2242a692287f637cf3422159051988ee5b62face)) + +Full set of changes: [`4.6.0...4.6.1`][4.6.1] + +[4.6.1]: https://github.com/pronamic/wp-pronamic-pay-restrict-content-pro/compare/v4.6.0...v4.6.1 + ## [4.6.0] - 2024-07-24 ### Changed diff --git a/package.json b/package.json index 0d45ff1..6ec05e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "restrict-content-pro", - "version": "4.6.0", + "version": "4.6.1", "description": "Restrict Content (Pro) driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-restrict-content.php b/pronamic-pay-restrict-content.php index d36a93c..b74d016 100644 --- a/pronamic-pay-restrict-content.php +++ b/pronamic-pay-restrict-content.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.6.0 + * Version: 4.6.1 * Requires at least: 4.7 * Requires PHP: 8.1 *