diff --git a/CHANGELOG.md b/CHANGELOG.md index f66c153..3c0ab55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index 704134c..ecc6edf 100644 --- a/composer.json +++ b/composer.json @@ -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" } }