From 11a6ebcb4b1b4f471c882d4dccc2938aac2b579d Mon Sep 17 00:00:00 2001 From: Varelmann Date: Fri, 19 Nov 2021 14:36:37 +0100 Subject: [PATCH] version bump to 151 --- Changelog.txt | 17 +++++++++++++++++ metadata.php | 2 +- version.txt | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index 173d1422..e18c58fb 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,20 @@ +==1.5.1== + +Bugfixes + +* fixed direct debit issues +* fixed minor bugs with Amazon Pay +* remove hard block overwriting in email template +* adapt templates to avoid duplicate CSS loading +* Renaming the Paysafe payment types to Unzer + + +Maintenance + +* compatibilty checked to 6.4.0 +* tested with Oxid 6.4.0 + + ==1.5.0== New Features diff --git a/metadata.php b/metadata.php index 3d7ba055..70ea7ed1 100755 --- a/metadata.php +++ b/metadata.php @@ -34,7 +34,7 @@ https://www.payone.de ', 'thumbnail' => 'picture.gif', - 'version' => '1.5.0', + 'version' => '1.5.1', 'author' => 'FATCHIP GmbH', 'email' => 'kontakt@fatchip.de', 'url' => 'https://wiki.fatchip.de/public/faqpayone', diff --git a/version.txt b/version.txt index 3e1ad720..8e03717d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.5.0 \ No newline at end of file +1.5.1 \ No newline at end of file