diff --git a/Changelog.md b/Changelog.md index 152e44f6..92b43b3b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ # Changelog +## 1.0.4 +* Oxid 6.2 compatibility + ## 1.0.3 * Bugfix: put addinfo data in name3 field to display it on labels * use real shipment methods for credentials check diff --git a/project.json b/project.json index c843e3ff..9336b71d 100644 --- a/project.json +++ b/project.json @@ -4,7 +4,7 @@ "pathToModule": "copy_this/modules/mo/mo_dhl", "prefix": "mo_", "suffix": "", - "version": "1.0.3", + "version": "1.0.4", "compatibility": { "minimumVersion": "6.0", "maximumVersion": null, diff --git a/src/modules/mo/mo_dhl/metadata.php b/src/modules/mo/mo_dhl/metadata.php index b1c5074c..1bc2a814 100644 --- a/src/modules/mo/mo_dhl/metadata.php +++ b/src/modules/mo/mo_dhl/metadata.php @@ -17,7 +17,7 @@ 'en' => '

Enable features providing DHL products and services to your OXID shop.

' . '

Handbook

', ], 'thumbnail' => 'logo.png', - 'version' => '1.0.3', + 'version' => '1.0.4', 'author' => 'mediaopt.', 'url' => 'http://www.mediaopt.de', 'email' => 'shopsoftware@deutschepost.de',