Skip to content

Commit eca58d0

Browse files
committed
DHLGW-1359: release 2.10.0
1 parent d32f0e5 commit eca58d0

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.10.0
9+
10+
### Added
11+
12+
- Select "Postal Delivery Duty Paid" (PDDP) service with shipments to Switzerland (CH).
13+
- Declare customs reference numbers with DHL Paket International shipments.
14+
15+
### Fixed
16+
17+
- Prevent DHL service box rendering issues in checkout.
18+
- Successful Autocomplete requests are no longer logged.
19+
- New orders are now scheduled for address check if _Analysis via Cron_ is enabled.
20+
821
## 2.9.0
922

1023
### 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.9.0",
5+
"version": "2.10.0",
66
"license": "OSL-3.0",
77
"require": {
88
"deutschepost/module-autocomplete-m2": "~1.4.0",
9-
"deutschepost/module-addressfactory-m2": "~1.4.1",
9+
"deutschepost/module-addressfactory-m2": "~1.4.2",
1010
"deutschepost/module-internetmarke": "~2.3.3",
11-
"dhl/module-carrier-paket": "~2.8.0",
11+
"dhl/module-carrier-paket": "~2.9.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.1"
15+
"netresearch/module-shipping-ui": "~2.4.2"
1616
}
1717
}

0 commit comments

Comments
 (0)