Skip to content

Commit

Permalink
DHLGW-1181: prepare release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mam08ixo authored and Sebastian80 committed Apr 6, 2022
1 parent ace8193 commit 68a5231
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ 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.5.0

### Added

- Validate module configuration in admin panel to check if everything is set up properly.
- Send return shipment labels to the customer email address.
- Select delivery locations of type _Parcel Shop_ (Paketshop) for orders with DHL Paket shipping method.
- Show metapackage version number in the _Post & DHL Shipping General Configuration_ group.
- Specify the email notification address for the _DHL Paket Parcel Outlet Routing_ service in packaging popup.
- Import _Return Receiver IDs_ configuration setting via CSV file.

### Changed

- Set selected delivery location as order shipping address.
- Configure the shipping method name as displayed in checkout in the DHL Parcel Germany _Checkout Presentation_ config group.
- Set the title of the _DHL Parcel Germany Returns_ carrier in its _General Settings_ config group.
- Show selected shipping product (instead of carrier title) as track title in the _Shipping and Tracking Information_ section of a shipment.

### Removed

- Obsolete _DHL Parcel Germany Returns_ config fields were removed.

### Fixed

- Display selected delivery location in checkout progress sidebar.

## 2.4.0

### Added
Expand Down
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dhl/shipping-m2",
"description": "DHL multi-division shipping extension for Magento 2",
"type": "metapackage",
"version": "2.4.0",
"version": "2.5.0",
"license": "OSL-3.0",
"require": {
"deutschepost/module-autocomplete-m2": "~1.2.1",
Expand All @@ -12,10 +12,5 @@
"dhl/module-carrier-paket-returns": "~2.1.0",
"netresearch/module-interactive-batch-processing": "~1.0.0",
"netresearch/module-shipping-ui": "~2.2.0"
},
"extra": {
"branch-alias": {
"dev-release-2.5.0": "2.5.0.x-dev"
}
}
}

0 comments on commit 68a5231

Please sign in to comment.