Skip to content

Commit

Permalink
DHLGW-1235: prepare release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian80 committed Apr 28, 2022
1 parent 47980d3 commit d6676dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.6.0

Magento 2.4.4 compatibility release

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.5.0",
"version": "2.6.0",
"type": "magento2-module",
"description": "Carrier implementation for DHL Business Customer Shipping",
"license": "OSL-3.0",
Expand Down Expand Up @@ -51,10 +51,5 @@
"magento/module-offline-payments": "^100.3.0",
"phpunit/phpunit": "^6.5.0 || ^9.0.0",
"tddwizard/magento2-fixtures": "^0.12.0"
},
"extra": {
"branch-alias": {
"dev-develop": "2.6.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.5.0</version>
<version>2.6.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 d6676dc

Please sign in to comment.