diff --git a/Changelog.txt b/Changelog.txt index e18c58fb..9f1df2b5 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,17 @@ +==1.6.0== + +New Features + +* new payment method: Apple Pay + +Bugfix(es) + +* fixes for PHP8 + +Maintenance + +* compatibility with Oxid 6.4 + ==1.5.1== Bugfixes diff --git a/metadata.php b/metadata.php index 70ea7ed1..38ea03ef 100755 --- a/metadata.php +++ b/metadata.php @@ -34,7 +34,7 @@ https://www.payone.de ', 'thumbnail' => 'picture.gif', - 'version' => '1.5.1', + 'version' => '1.6.0', 'author' => 'FATCHIP GmbH', 'email' => 'kontakt@fatchip.de', 'url' => 'https://wiki.fatchip.de/public/faqpayone', diff --git a/version.txt b/version.txt index 8e03717d..ce6a70b9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.5.1 \ No newline at end of file +1.6.0 \ No newline at end of file