Skip to content

Commit

Permalink
DHLGW-1255: release 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mam08ixo committed Sep 6, 2022
1 parent b8a096a commit 0646f19
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.7.1

### Fixed

- Display tracking number in shipment confirmation emails during mass action, reported via issue [#6](https://github.com/netresearch/module-shipping-core/issues/6).
- Remove invalid LESS extend, reported via issue [#6](https://github.com/netresearch/module-shipping-ui/issues/6).
- Apply min length validator to DHL Paket post number input in checkout.

## 2.7.0

### Added
Expand Down
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,8 @@ Please see the file `composer.json` for the full list of included packages.

Generally, Post & DHL Shipping is compatible with PHP 7.2.0 and later, and Magento 2.3.5 and later.

Please note that with PHP 8.1, any functionality related to PDF handling,
including booking and printing, will not work due to an
[issue in the Magento Zend Framwork](https://github.com/magento/zf1/issues/44),
unless deprecated error reporting is turned off:


```
error_reporting(E_ALL & ~E_DEPRECATED);
```
When using PHP 8.1, then make sure to have at least version 1.15.1 of the
Magento Zend Framwork installed (see [issue #44](https://github.com/magento/zf1/issues/44)).

For detailed system requirements, please see the packages required in `composer.json`.

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "dhl/shipping-m2",
"description": "DHL multi-division shipping extension for Magento 2",
"type": "metapackage",
"version": "2.7.0",
"version": "2.7.1",
"license": "OSL-3.0",
"require": {
"deutschepost/module-autocomplete-m2": "~1.3.0",
"deutschepost/module-addressfactory-m2": "~1.3.0",
"deutschepost/module-autocomplete-m2": "~1.4.0",
"deutschepost/module-addressfactory-m2": "~1.4.0",
"deutschepost/module-internetmarke": "~2.3.0",
"dhl/module-carrier-paket": "~2.6.1",
"dhl/module-carrier-paket": "~2.6.2",
"dhl/module-carrier-paket-returns": "~2.2.1",
"netresearch/module-admin-notification-feed": "~1.0.0",
"netresearch/module-interactive-batch-processing": "~1.1.0",
"netresearch/module-shipping-ui": "~2.3.1"
"netresearch/module-shipping-ui": "~2.3.2"
}
}

0 comments on commit 0646f19

Please sign in to comment.