diff --git a/Changelog.txt b/Changelog.txt index 6cd91df9..82880aa3 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,23 @@ +==1.1.0== +Features: + +* Amazon Pay +* Moved transactionstatus forwarding to its own controller to make it more robust + +Bugfixes: + +* send dynamic shop version in request to PAYONE API +* various smaller fixes + +Maintenance: + +* removed customerid due to high potential for errors and low actual benefit +* Removed deprecated payment method Billsafe +* Removed deprecated frontend for credit card +* Updated unit tests +* added iDEAL bankgrouptye HANDELSBANKEN +* Wave theme compatibility + ==1.0.10== Bugfixes diff --git a/metadata.php b/metadata.php index 1144495d..0cf254f9 100755 --- a/metadata.php +++ b/metadata.php @@ -34,7 +34,7 @@ https://www.payone.de ', 'thumbnail' => 'picture.gif', - 'version' => '1.0.10', + 'version' => '1.1.0', 'author' => 'FATCHIP GmbH', 'email' => 'kontakt@fatchip.de', 'url' => 'https://wiki.fatchip.de/public/faqpayone', diff --git a/version.txt b/version.txt index 7ee7020b..9084fa2f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.10 +1.1.0