Skip to content

Commit

Permalink
DHLGW-1389: prepare release 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian80 committed Jul 4, 2024
1 parent eca58d0 commit 41f9000
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 13 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ 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.11.0

Magento 2.4.7 compatibility release

### Added

- Support for Magento 2.4.7

### Changed

- Replace Zend_Measurement with Magento Framework Measurement
- Use escaper instead of block for escaping in templates
- Replace sdk-api-bcs with the new sdk-api-parcel-de (Paket DE Versenden V2 API REST)

### Removed

- Support for PHP 7.1
- Support for PHP 8.1

## 2.10.0

### Added
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ Please see the file `composer.json` for the full list of included packages.

## Requirements and Compatibility

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

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)).
Generally, Post & DHL Shipping is compatible with PHP 8.2.0 and later, and Magento 2.4.6 and later.

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

Expand Down
18 changes: 9 additions & 9 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.10.0",
"version": "2.11.0",
"license": "OSL-3.0",
"require": {
"deutschepost/module-autocomplete-m2": "~1.4.0",
"deutschepost/module-addressfactory-m2": "~1.4.2",
"deutschepost/module-internetmarke": "~2.3.3",
"dhl/module-carrier-paket": "~2.9.0",
"dhl/module-carrier-paket-returns": "~2.2.2",
"netresearch/module-admin-notification-feed": "~1.0.0",
"netresearch/module-interactive-batch-processing": "~1.1.0",
"netresearch/module-shipping-ui": "~2.4.2"
"deutschepost/module-autocomplete-m2": "~1.5.0",
"deutschepost/module-addressfactory-m2": "~1.5.0",
"deutschepost/module-internetmarke": "~2.4.0",
"dhl/module-carrier-paket": "~3.0.0",
"dhl/module-carrier-paket-returns": "~2.3.0",
"netresearch/module-admin-notification-feed": "~1.1.0",
"netresearch/module-interactive-batch-processing": "~1.2.0",
"netresearch/module-shipping-ui": "~2.5.0"
}
}

0 comments on commit 41f9000

Please sign in to comment.