diff --git a/README.md b/README.md index da666f8..a6029ce 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ |Author | `Fatchip GmbH` |Prefix | `pi` |Shop Version | `CE/PE` `CE/PE/EE` `6.0.x-6.5.x` -|Version | `6.1.1` +|Version | `6.1.2` |Link | http://www.ratepay.com |Mail | integration@ratepay.com |Installation | https://ratepay.gitbook.io/oxid/ @@ -15,6 +15,10 @@ ## Changelog +### Version 6.1.2 - Released 2023-01-17 +* Update : Change Docblock headers +* Update : New Ratepay GmbH address + ### Version 6.1.1 - Released 2022-08-23 * Fixed : Bug when using descriptions for identical order items * Fixed : EN translations diff --git a/composer.json b/composer.json index a3c99bc..fb39e1e 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "oxideshop-module", "keywords": ["oxid", "modules", "eShop", "payment"], "homepage": "https://www.ratepay.com/", - "version": "6.1.1", + "version": "6.1.2", "license": "MIT", "extra": { "oxideshop": { diff --git a/metadata.php b/metadata.php index 986ec0b..2427d49 100755 --- a/metadata.php +++ b/metadata.php @@ -29,7 +29,7 @@ ), 'thumbnail' => 'ratepay_logo.png', 'lang' => 'en', - 'version' => '6.1.1', + 'version' => '6.1.2', 'author' => 'Ratepay GmbH', 'email' => 'integration@ratepay.com', 'url' => 'http://www.ratepay.com/',