From ef46aa6d2cb1d64abf96ec641eeb458da3b3de97 Mon Sep 17 00:00:00 2001 From: Mario Lorenz Date: Thu, 19 Dec 2024 09:10:17 +0100 Subject: [PATCH] chageloge & version number --- CHANGELOG.md | 1 + metadata.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f94f4b1f..a06da023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - [0007745](https://bugs.oxid-esales.com/view.php?id=7745): Paypal checkout jumps back to step 2 with an error when an discount in relation to item value is used - [0007742](https://bugs.oxid-esales.com/view.php?id=7742): You get stuck in the checkout if the "Save payment method" option is activated for credit card payment - [0007695](https://bugs.oxid-esales.com/view.php?id=7695): Explain better Pseudo delivery costs +- Show vaulted Payments filtered by payment-method in account-view ### NEW diff --git a/metadata.php b/metadata.php index 684e762e..e07c4cca 100755 --- a/metadata.php +++ b/metadata.php @@ -61,7 +61,7 @@ 'en' => 'Use of the online payment service from PayPal. Documentation: PayPal Checkout' ], 'thumbnail' => 'out/img/paypal.png', - 'version' => '2.5.2-rc.3', + 'version' => '2.5.2-rc.4', 'author' => 'OXID eSales AG', 'url' => 'https://www.oxid-esales.com', 'email' => 'info@oxid-esales.com',