diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bf2a0e..97319c4 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.5.1] - 2023-11-06 + +### Fixed + +- Fixed redirect to return redirect URL after updated payment status (#23). ([e09fa36](https://github.com/pronamic/wp-pronamic-pay-omnikassa-2/commit/e09fa368998198c71b1b1e8e3cfe91c1b929a536)) ([4afc90d](https://github.com/pronamic/wp-pronamic-pay-omnikassa-2/commit/4afc90d4b2789c137acf6f36239891ff06cf6465)) + +Full set of changes: [`4.5.0...4.5.1`][4.5.1] + +[4.5.1]: https://github.com/pronamic/wp-pronamic-pay-omnikassa-2/compare/v4.5.0...v4.5.1 + ## [4.5.0] - 2023-10-30 ### Changed diff --git a/package.json b/package.json index b1e9e20..f5af2ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omnikassa-2", - "version": "4.5.0", + "version": "4.5.1", "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 4b6fb33..a8db750 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.0 + * Version: 4.5.1 * Requires at least: 5.9 * Requires PHP: 7.4 *