diff --git a/CHANGELOG.md b/CHANGELOG.md index 6260d40..f17cedc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 2.4.0 + +### Added + +- Book the DHL Paket Warenpost International shipping product. +- Select the content type option "Commercial Goods" for dutiable shipments. + +### Fixed + +- Skip scheduled update of the Deutsche Post Internetmarke shipping product list if no API credentials are configured. + ## 2.3.0 ### Added diff --git a/LICENSE.md b/LICENSE.md index dc9eb9f..e1ace86 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2021 Netresearch DTT GmbH +Copyright (c) 2022 Netresearch DTT GmbH # Open Software License v. 3.0 (OSL-3.0) diff --git a/README.md b/README.md index 040e6bb..065ed40 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Please see the file `composer.json` for the full list of included packages. ## Requirements and Compatibility -Generally, Post & DHL Shipping is compatible with PHP 7.1.3 and later, and Magento 2.3.0 and later. +Generally, Post & DHL Shipping is compatible with PHP 7.1.3 and later, and Magento 2.3.5 and later. Please see the packages required in `composer.json` for detailed system requirements. @@ -50,4 +50,4 @@ to . ## Copyright -(c) 2021 Netresearch DTT GmbH +(c) 2022 Netresearch DTT GmbH diff --git a/composer.json b/composer.json index 395658f..0c42fa0 100644 --- a/composer.json +++ b/composer.json @@ -2,13 +2,13 @@ "name": "dhl/shipping-m2", "description": "DHL multi-division shipping extension for Magento 2", "type": "metapackage", - "version": "2.3.0", + "version": "2.4.0", "license": "OSL-3.0", "require": { "deutschepost/module-autocomplete-m2": "~1.2.1", "deutschepost/module-addressfactory-m2": "~1.2.0", - "deutschepost/module-internetmarke": "~2.1.0", - "dhl/module-carrier-paket": "~2.3.0", + "deutschepost/module-internetmarke": "~2.1.1", + "dhl/module-carrier-paket": "~2.4.0", "dhl/module-carrier-paket-returns": "~2.0.3", "netresearch/module-interactive-batch-processing": "~1.0.0", "netresearch/module-shipping-ui": "~2.1.1"