From 25f937052c17d7149b3122c32ba722e0d44d1587 Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Wed, 15 May 2024 15:39:43 +0200 Subject: [PATCH] v4.7.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- pronamic-pay-with-rabo-smart-pay.php | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d030e2c..eec3bfc 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.7.1] - 2024-05-15 + +### Commits + +- Updated .gitattributes ([d916e14](https://github.com/pronamic/wp-pronamic-pay-rabo-smart-pay/commit/d916e14f9df033f77c23bceb75bf14cb9ab8634d)) +- Updated .gitattributes ([ad3e737](https://github.com/pronamic/wp-pronamic-pay-rabo-smart-pay/commit/ad3e73777db9880b58ccea008c74d72948801aea)) + +Full set of changes: [`4.7.0...4.7.1`][4.7.1] + +[4.7.1]: https://github.com/pronamic/wp-pronamic-pay-rabo-smart-pay/compare/v4.7.0...v4.7.1 + ## [4.7.0] - 2024-05-15 ### Commits diff --git a/package.json b/package.json index 7995bd0..b602ce2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omnikassa-2", - "version": "4.7.0", + "version": "4.7.1", "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 73e1e4c..a7a2426 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.0 + * Version: 4.7.1 * Requires at least: 5.9 * Requires PHP: 7.4 *