From 2051ad0f0e4a66114e3b6235848edd45ed701834 Mon Sep 17 00:00:00 2001 From: Remco Tolsma Date: Tue, 17 Dec 2024 14:53:16 +0100 Subject: [PATCH] v4.8.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- pronamic-pay-with-rabo-smart-pay.php | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da6323b..0dec8f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.8.0] - 2024-12-17 + +### Commits + +- Added support for `skipHppResultPage` parameter. ([f542395](https://github.com/pronamic/wp-pronamic-pay-rabo-smart-pay/commit/f54239595e294b40736f32f6fd860769c21cb853)) +- Updated webhook URL tooltip. ([f90d6da](https://github.com/pronamic/wp-pronamic-pay-rabo-smart-pay/commit/f90d6dae66826c6d2ef8c52ede19f1baf4145edb)) +- Happy 2024. ([3c6f00d](https://github.com/pronamic/wp-pronamic-pay-rabo-smart-pay/commit/3c6f00d282bc49ea11638f7b15ffe5f7c06c79d1)) + +Full set of changes: [`4.7.2...4.8.0`][4.8.0] + +[4.8.0]: https://github.com/pronamic/wp-pronamic-pay-rabo-smart-pay/compare/v4.7.2...v4.8.0 + ## [4.7.2] - 2024-06-19 ### Commits diff --git a/package.json b/package.json index 8c43792..4add84a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omnikassa-2", - "version": "4.7.2", + "version": "4.8.0", "description": "Rabo Smart Pay driver for the WordPress payment processing library.", "author": { "name": "Pronamic", diff --git a/pronamic-pay-with-rabo-smart-pay.php b/pronamic-pay-with-rabo-smart-pay.php index 0dff3ac..8b3b071 100644 --- a/pronamic-pay-with-rabo-smart-pay.php +++ b/pronamic-pay-with-rabo-smart-pay.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-with-rabo-smart-pay/ * Description: * - * Version: 4.7.2 + * Version: 4.8.0 * Requires at least: 5.9 * Requires PHP: 7.4 *