diff --git a/Changelog.txt b/Changelog.txt index 636bd06..173d142 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,23 @@ +==1.5.0== +New Features + +* Support for Ratepay Device Fingerprinting +* Updated Ratepay Legal Texts +* New payment methods: Alipay, WeChatPay, Trustly + +Bugfixes + +* fixed clearing data wasn't shown on thank you page in some instances +* fixed SQL syntax errors on activation +* better discount handling +* increased default timeout for transactionstatus forwarding + + +Maintenance + +* cardholder name is now required for better exemption handling with 3D Secure 2.0 +* tested with Oxid 6.2.3 + ==1.4.0== New Feature(s) diff --git a/metadata.php b/metadata.php index 04fa14e..3d7ba05 100755 --- a/metadata.php +++ b/metadata.php @@ -34,7 +34,7 @@ https://www.payone.de ', 'thumbnail' => 'picture.gif', - 'version' => '1.4.0', + 'version' => '1.5.0', 'author' => 'FATCHIP GmbH', 'email' => 'kontakt@fatchip.de', 'url' => 'https://wiki.fatchip.de/public/faqpayone', diff --git a/version.txt b/version.txt index e21e727..3e1ad72 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.4.0 \ No newline at end of file +1.5.0 \ No newline at end of file