From bcc682f10f7e1571d6ecbe5cec60b42b989d04ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=C3=BCel=20van=20der=20Steege?= Date: Wed, 24 Jul 2024 16:23:15 +0200 Subject: [PATCH] v4.8.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- pronamic-pay-memberpress.php | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f593a1b..26af609 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.0] - 2024-07-24 + +### Changed + +- Send refund notices also for chargebacks. ([024dd78](https://github.com/pronamic/wp-pronamic-pay-memberpress/commit/024dd78b533b12c8183b8872cd4d3d2f2efb5cde)) + +Full set of changes: [`4.7.11...4.8.0`][4.8.0] + +[4.8.0]: https://github.com/pronamic/wp-pronamic-pay-memberpress/compare/v4.7.11...v4.8.0 + ## [4.7.11] - 2023-12-18 ### Fixed diff --git a/package.json b/package.json index db7c689..da08e55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memberpress", - "version": "4.7.11", + "version": "4.8.0", "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 3de6d61..aa03694 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.7.11 + * Version: 4.8.0 * Requires at least: 4.7 * Requires PHP: 7.4 *