Skip to content

Commit d32f0e5

Browse files
Sebastian Ertnermam08ixo
authored andcommitted
DHLGW-1341: release 2.9.0
1 parent 9da72e8 commit d32f0e5

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 2.9.0
9+
10+
### Added
11+
12+
- Select "Signed for by recipient" (Empfängerunterschrift) service with DHL Paket National shipments.
13+
- Select "Postal Delivery Duty Paid" (PDDP) service with DHL Paket International shipments.
14+
- Select "Closest Droppoint" (CDP) service with DHL Paket International shipments.
15+
16+
### Changed
17+
18+
- Switch from DHL Business Customer Shipping SOAP API to DHL Parcel DE Shipping REST API.
19+
- The DHL Paket "Print Only If Codeable" config setting can no longer be updated in packaging popup.
20+
21+
### Fixed
22+
23+
- Prevent exception when loading return shipments with no shipment number in admin panel grid.
24+
- Prevent type error when loading service charge amounts from module configuration.
25+
826
## 2.8.0
927

1028
### Added

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"name": "dhl/shipping-m2",
33
"description": "DHL multi-division shipping extension for Magento 2",
44
"type": "metapackage",
5-
"version": "2.8.0",
5+
"version": "2.9.0",
66
"license": "OSL-3.0",
77
"require": {
88
"deutschepost/module-autocomplete-m2": "~1.4.0",
99
"deutschepost/module-addressfactory-m2": "~1.4.1",
10-
"deutschepost/module-internetmarke": "~2.3.2",
11-
"dhl/module-carrier-paket": "~2.7.0",
10+
"deutschepost/module-internetmarke": "~2.3.3",
11+
"dhl/module-carrier-paket": "~2.8.0",
1212
"dhl/module-carrier-paket-returns": "~2.2.2",
1313
"netresearch/module-admin-notification-feed": "~1.0.0",
1414
"netresearch/module-interactive-batch-processing": "~1.1.0",
15-
"netresearch/module-shipping-ui": "~2.4.0"
15+
"netresearch/module-shipping-ui": "~2.4.1"
1616
}
1717
}

0 commit comments

Comments
 (0)