Skip to content

Commit

Permalink
DHLGW-1276: prepare release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian80 committed Apr 12, 2023
1 parent 7668700 commit 9da72e8
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 7 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 2 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,16 @@
"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",
"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"
},
"extra": {
"branch-alias": {
"dev-develop": "2.8.0.x-dev"
}
}
}

0 comments on commit 9da72e8

Please sign in to comment.