From 9da72e8ecbf1a90e43c25d3c1edef37c6db312c7 Mon Sep 17 00:00:00 2001 From: Sebastian Ertner Date: Tue, 11 Apr 2023 14:36:17 +0200 Subject: [PATCH] DHLGW-1276: prepare release 2.8.0 --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ composer.json | 9 ++------- 2 files changed, 37 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0ae599..f66c153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,41 @@ 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.8.0 + +### Added + +- On the pickup location finder map in checkout, if available, show description of the building/facility etc. a service point is located within. +- The "Bulky Goods" service can now be booked with DHL Paket International shipments. +- Select endorsement (abandon, return) for international, undeliverable shipments. +- Select "Named Person Only" service with DHL Paket National shipments. +- Select "No Neighbor Delivery" service with DHL Paket National shipments. +- Link to Marketplace review page in module configuration. + +### Changed + +- The "Print Receiver Contact Details" configuration setting is replaced by a "Send Receiver Phone Number" setting that applies to cross-border shipments only. + +### Fixed (Shipping Carriers) + +- Improve handling of apartment addresses when splitting the recipient street. +- Prevent application crash when API returns empty response. +- Prevent broken styling in module configuration. +- Consider database prefixes in INTERNETMARKE carrier module. +- Calculation of initial packaging popup input field visibilities. + +### Fixed (Deutsche Post Direkt) + +- Prevent analysis actions on billing address updates. +- Consider website level configuration settings during cron analysis. +- Change deliverability status from "Undeliverable" to "Possibly deliverable" if address was (partially) corrected during address analysis. +- Replace redundant and confusing mass actions by one configurable mass action. +- Initialize orders with "Not analysed" status if "No Automatic Analysis" is configured. +- The configuration setting "automatically cancel" now has higher priority than "automatically put on hold". +- Display status value "Manually edited" in admin panel orders grid. +- Show address autocomplete suggestions in the customer account "Add New Address" form. + + ## 2.7.1 ### Fixed diff --git a/composer.json b/composer.json index 25208d9..704134c 100644 --- a/composer.json +++ b/composer.json @@ -2,10 +2,10 @@ "name": "dhl/shipping-m2", "description": "DHL multi-division shipping extension for Magento 2", "type": "metapackage", - "version": "2.7.1", + "version": "2.8.0", "license": "OSL-3.0", "require": { - "deutschepost/module-autocomplete-m2": "~1.4.1", + "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", @@ -13,10 +13,5 @@ "netresearch/module-admin-notification-feed": "~1.0.0", "netresearch/module-interactive-batch-processing": "~1.1.0", "netresearch/module-shipping-ui": "~2.4.0" - }, - "extra": { - "branch-alias": { - "dev-develop": "2.8.0.x-dev" - } } }