Skip to content

Commit 9da72e8

Browse files
committed
DHLGW-1276: prepare release 2.8.0
1 parent 7668700 commit 9da72e8

File tree

2 files changed

+37
-7
lines changed

2 files changed

+37
-7
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,41 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 2.8.0
9+
10+
### Added
11+
12+
- On the pickup location finder map in checkout, if available, show description of the building/facility etc. a service point is located within.
13+
- The "Bulky Goods" service can now be booked with DHL Paket International shipments.
14+
- Select endorsement (abandon, return) for international, undeliverable shipments.
15+
- Select "Named Person Only" service with DHL Paket National shipments.
16+
- Select "No Neighbor Delivery" service with DHL Paket National shipments.
17+
- Link to Marketplace review page in module configuration.
18+
19+
### Changed
20+
21+
- The "Print Receiver Contact Details" configuration setting is replaced by a "Send Receiver Phone Number" setting that applies to cross-border shipments only.
22+
23+
### Fixed (Shipping Carriers)
24+
25+
- Improve handling of apartment addresses when splitting the recipient street.
26+
- Prevent application crash when API returns empty response.
27+
- Prevent broken styling in module configuration.
28+
- Consider database prefixes in INTERNETMARKE carrier module.
29+
- Calculation of initial packaging popup input field visibilities.
30+
31+
### Fixed (Deutsche Post Direkt)
32+
33+
- Prevent analysis actions on billing address updates.
34+
- Consider website level configuration settings during cron analysis.
35+
- Change deliverability status from "Undeliverable" to "Possibly deliverable" if address was (partially) corrected during address analysis.
36+
- Replace redundant and confusing mass actions by one configurable mass action.
37+
- Initialize orders with "Not analysed" status if "No Automatic Analysis" is configured.
38+
- The configuration setting "automatically cancel" now has higher priority than "automatically put on hold".
39+
- Display status value "Manually edited" in admin panel orders grid.
40+
- Show address autocomplete suggestions in the customer account "Add New Address" form.
41+
42+
843
## 2.7.1
944

1045
### Fixed

composer.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,16 @@
22
"name": "dhl/shipping-m2",
33
"description": "DHL multi-division shipping extension for Magento 2",
44
"type": "metapackage",
5-
"version": "2.7.1",
5+
"version": "2.8.0",
66
"license": "OSL-3.0",
77
"require": {
8-
"deutschepost/module-autocomplete-m2": "~1.4.1",
8+
"deutschepost/module-autocomplete-m2": "~1.4.0",
99
"deutschepost/module-addressfactory-m2": "~1.4.1",
1010
"deutschepost/module-internetmarke": "~2.3.2",
1111
"dhl/module-carrier-paket": "~2.7.0",
1212
"dhl/module-carrier-paket-returns": "~2.2.2",
1313
"netresearch/module-admin-notification-feed": "~1.0.0",
1414
"netresearch/module-interactive-batch-processing": "~1.1.0",
1515
"netresearch/module-shipping-ui": "~2.4.0"
16-
},
17-
"extra": {
18-
"branch-alias": {
19-
"dev-develop": "2.8.0.x-dev"
20-
}
2116
}
2217
}

0 commit comments

Comments
 (0)