Skip to content

Commit

Permalink
DHLGW-1341: release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mam08ixo committed Jun 22, 2023
1 parent 446da43 commit 4494759
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ 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).

## Unreleased
## 2.8.0

### Added

- Book _Signed for by recipient_ (Empfängerunterschrift) service.
- Book _Postal Delivery Duty Paid_ (PDDP) service.
- Book _Closest Droppoint_ (CDP) service.
- Confgure label size in module configuration.
- Select DHL business customer portal group profile via module configuration.

### Changed

Expand Down
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dhl/module-carrier-paket",
"version": "2.7.0",
"version": "2.8.0",
"type": "magento2-module",
"description": "Carrier implementation for DHL Business Customer Shipping",
"license": "OSL-3.0",
Expand Down Expand Up @@ -52,10 +52,5 @@
"magento/module-offline-payments": "^100.3.0",
"phpunit/phpunit": "^6.5.0 || ^9.0.0",
"tddwizard/magento2-fixtures": "^1.1.0"
},
"extra": {
"branch-alias": {
"dev-develop": "2.8.0.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<default>
<carriers>
<dhlpaket>
<version>2.7.0</version>
<version>2.8.0</version>
<model>Dhl\Paket\Model\Carrier\Paket</model>
<is_online>1</is_online>
<max_package_weight>1000</max_package_weight>
Expand Down

0 comments on commit 4494759

Please sign in to comment.