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 2, 2022
1 parent 72201ac commit 439c872
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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

- Warenpost International shipping product.

## 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ License

Copyright
---------
(c) 2021 DHL Paket GmbH
(c) 2022 DHL Paket GmbH
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dhl/module-carrier-paket",
"version": "2.3.0",
"version": "2.4.0",
"type": "magento2-module",
"description": "Carrier implementation for DHL Business Customer Shipping",
"license": "OSL-3.0",
Expand Down Expand Up @@ -43,8 +43,8 @@
"magento/module-store": "^101.0.0",
"magento/zendframework1": "^1.14.0",
"monolog/monolog": "^1.17",
"netresearch/config-fields-m2": "^1.2.2",
"netresearch/module-shipping-core": "^2.5.0"
"netresearch/config-fields-m2": "^1.2.4",
"netresearch/module-shipping-core": "^2.6.0"
},
"require-dev": {
"magento/module-customer": "^102.0.0 || ^103.0.0 ",
Expand Down
2 changes: 1 addition & 1 deletion etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<default>
<carriers>
<dhlpaket>
<version>2.3.0</version>
<version>2.4.0</version>
<model>Dhl\Paket\Model\Carrier\Paket</model>
<is_online>1</is_online>
<max_package_weight>1000</max_package_weight>
Expand Down

0 comments on commit 439c872

Please sign in to comment.