Skip to content

Commit

Permalink
DHLGW-1341: release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Ertner authored and mam08ixo committed Jun 21, 2023
1 parent 9da72e8 commit d32f0e5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ 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.9.0

### Added

- Select "Signed for by recipient" (Empfängerunterschrift) service with DHL Paket National shipments.
- Select "Postal Delivery Duty Paid" (PDDP) service with DHL Paket International shipments.
- Select "Closest Droppoint" (CDP) service with DHL Paket International shipments.

### Changed

- Switch from DHL Business Customer Shipping SOAP API to DHL Parcel DE Shipping REST API.
- The DHL Paket "Print Only If Codeable" config setting can no longer be updated in packaging popup.

### Fixed

- Prevent exception when loading return shipments with no shipment number in admin panel grid.
- Prevent type error when loading service charge amounts from module configuration.

## 2.8.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.8.0",
"version": "2.9.0",
"license": "OSL-3.0",
"require": {
"deutschepost/module-autocomplete-m2": "~1.4.0",
"deutschepost/module-addressfactory-m2": "~1.4.1",
"deutschepost/module-internetmarke": "~2.3.2",
"dhl/module-carrier-paket": "~2.7.0",
"deutschepost/module-internetmarke": "~2.3.3",
"dhl/module-carrier-paket": "~2.8.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.0"
"netresearch/module-shipping-ui": "~2.4.1"
}
}

0 comments on commit d32f0e5

Please sign in to comment.