Skip to content

Commit

Permalink
DHLGW-1359: release 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mam08ixo committed Oct 26, 2023
1 parent d32f0e5 commit eca58d0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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.10.0

### Added

- Select "Postal Delivery Duty Paid" (PDDP) service with shipments to Switzerland (CH).
- Declare customs reference numbers with DHL Paket International shipments.

### Fixed

- Prevent DHL service box rendering issues in checkout.
- Successful Autocomplete requests are no longer logged.
- New orders are now scheduled for address check if _Analysis via Cron_ is enabled.

## 2.9.0

### Added
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "dhl/shipping-m2",
"description": "DHL multi-division shipping extension for Magento 2",
"type": "metapackage",
"version": "2.9.0",
"version": "2.10.0",
"license": "OSL-3.0",
"require": {
"deutschepost/module-autocomplete-m2": "~1.4.0",
"deutschepost/module-addressfactory-m2": "~1.4.1",
"deutschepost/module-addressfactory-m2": "~1.4.2",
"deutschepost/module-internetmarke": "~2.3.3",
"dhl/module-carrier-paket": "~2.8.0",
"dhl/module-carrier-paket": "~2.9.0",
"dhl/module-carrier-paket-returns": "~2.2.2",
"netresearch/module-admin-notification-feed": "~1.0.0",
"netresearch/module-interactive-batch-processing": "~1.1.0",
"netresearch/module-shipping-ui": "~2.4.1"
"netresearch/module-shipping-ui": "~2.4.2"
}
}

0 comments on commit eca58d0

Please sign in to comment.