From 3870a5556dd0b9b939d7432e44c9ea76f2493fb2 Mon Sep 17 00:00:00 2001 From: Mario Lorenz Date: Fri, 18 Aug 2023 09:59:28 +0200 Subject: [PATCH] add CHANGELOG --- CHANGELOG.md | 1 + metadata.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dd83436..d5715a92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### FIXED - compatibility-issue against other modules that also extend the moduleconfiguration - [0007503](https://bugs.oxid-esales.com/view.php?id=7503) When ordering via the Unzer module, the OXID standard field OXORDER__OXTRANSID remains empty +- Adjust payment date when the payment has been completed ## [1.1.1] - 2023-06-19 diff --git a/metadata.php b/metadata.php index 5fe32d0f..13fb1ef5 100644 --- a/metadata.php +++ b/metadata.php @@ -51,7 +51,7 @@ ', ], 'thumbnail' => 'logo.svg', - 'version' => '1.1.2-rc.1', + 'version' => '1.1.2-rc.2', 'author' => 'OXID eSales AG', 'url' => 'https://www.oxid-esales.com', 'email' => 'info@oxid-esales.com',