From be02538a996558cef2e9f7072e652b2f3545d7c9 Mon Sep 17 00:00:00 2001 From: mbe Date: Mon, 20 Nov 2023 10:14:33 +0100 Subject: [PATCH] new version --- Changelog.md | 4 ++++ project.json | 2 +- src/modules/mo/mo_dhl/metadata.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index b5c4aeda..c1c1e13e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## 1.7.5 +* use orderarticle title as fallback if article of orderarticle was deleted +* unittest: get manifest for next week returns error code (greater 0) + ## 1.7.4 * replaced deprecated shipping confirmation service in REST API diff --git a/project.json b/project.json index ebd81a3a..fe8cedd9 100644 --- a/project.json +++ b/project.json @@ -4,7 +4,7 @@ "pathToModule": "copy_this/modules/mo/mo_dhl", "prefix": "mo_", "suffix": "", - "version": "1.7.3", + "version": "1.7.5", "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 93831442..239900a5 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 Post & Paket Delivery to your OXID shop.

' . '

Handbook

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