diff --git a/CHANGELOG.md b/CHANGELOG.md index d815720..9cf66b4 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.5.3] - 2023-12-18 + +### Commits + +- AfterPay specific code for description is no longer required. ([084c6dc](https://github.com/pronamic/wp-pronamic-pay-omnikassa-2/commit/084c6dc9b946a56a3de68b1fd8871ed6c8e9d45f)) +- Removed Riverty (formerly AfterPay) because Rabobank no longer supports it ([eda5176](https://github.com/pronamic/wp-pronamic-pay-omnikassa-2/commit/eda51760336ac3d162d973a191e7a678076bd775)) + +Full set of changes: [`4.5.2...4.5.3`][4.5.3] + +[4.5.3]: https://github.com/pronamic/wp-pronamic-pay-omnikassa-2/compare/v4.5.2...v4.5.3 + ## [4.5.2] - 2023-11-08 ### Fixed diff --git a/package.json b/package.json index 0aef113..f94b975 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omnikassa-2", - "version": "4.5.2", + "version": "4.5.3", "description": "Rabo Smart Pay driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-with-rabo-smart-pay.php b/pronamic-pay-with-rabo-smart-pay.php index f873bc4..5779878 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.5.2 + * Version: 4.5.3 * Requires at least: 5.9 * Requires PHP: 7.4 *