Skip to content

Commit bff0777

Browse files
committed
DHLGW-1235: prepare release 1.1.0
1 parent afffd9d commit bff0777

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 1.1.0
8+
9+
Magento 2.4.4 compatibility release
10+
11+
### Added
12+
13+
- Support for Magento 2.4.4
14+
15+
### Removed
16+
17+
- Support for PHP 7.1
18+
719
## 1.0.0
820

921
Initial release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ the batch process.
1717
Requirements
1818
------------
1919

20-
* PHP >= 7.1.0
20+
* PHP >= 7.2
2121

2222
Compatibility
2323
-------------

composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netresearch/module-interactive-batch-processing",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"type": "magento2-module",
55
"description": "Optional component extending the bulk shipment mass action by an additional step that allows to select shipping product and packaging per order.",
66
"license": "OSL-3.0",
@@ -29,10 +29,5 @@
2929
"magento/module-store": "^101.0.0",
3030
"magento/module-ui": "^101.1.0",
3131
"netresearch/module-shipping-core": "^2.8.0"
32-
},
33-
"extra": {
34-
"branch-alias": {
35-
"dev-develop": "1.1.0.x-dev"
36-
}
3732
}
3833
}

0 commit comments

Comments
 (0)