Skip to content

Commit

Permalink
DHLGW-1170: release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mam08ixo committed Feb 4, 2022
1 parent b533749 commit 336b840
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -50,4 +50,4 @@ to <dhl.support@netresearch.de>.

## Copyright

(c) 2021 Netresearch DTT GmbH
(c) 2022 Netresearch DTT GmbH
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 336b840

Please sign in to comment.