Skip to content

Commit 38faaac

Browse files
committed
DHLGW-1389: prepare release 1.2.0
1 parent bff0777 commit 38faaac

File tree

3 files changed

+24
-11
lines changed

3 files changed

+24
-11
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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.2.0
8+
9+
Magento 2.4.7 compatibility release
10+
11+
### Added
12+
13+
- Support for Magento 2.4.7
14+
15+
### Removed
16+
17+
- Support for PHP 7.x
18+
- Support for PHP 8.1
19+
720
## 1.1.0
821

922
Magento 2.4.4 compatibility release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ the batch process.
1717
Requirements
1818
------------
1919

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

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

25-
* Magento >= 2.3.0
25+
* Magento >= 2.4.6
2626

2727
License
2828
-------

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netresearch/module-interactive-batch-processing",
3-
"version": "1.1.0",
3+
"version": "1.2.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",
@@ -21,13 +21,13 @@
2121
]
2222
},
2323
"require": {
24-
"php": "^7.2.0 || ^8.1.0",
25-
"magento/framework": "^102.0.0 || ^103.0.0",
26-
"magento/module-backend": "^101.0.0 || ^102.0.0",
27-
"magento/module-config": "^101.1.0",
28-
"magento/module-sales": "^102.0.0 || ^103.0.0",
29-
"magento/module-store": "^101.0.0",
30-
"magento/module-ui": "^101.1.0",
31-
"netresearch/module-shipping-core": "^2.8.0"
24+
"php": "^8.2.0",
25+
"magento/framework": "^103.0.6",
26+
"magento/module-backend": "^102.0.6",
27+
"magento/module-config": "^101.2.6",
28+
"magento/module-sales": "^103.0.6",
29+
"magento/module-store": "^101.1.6",
30+
"magento/module-ui": "^101.1.6",
31+
"netresearch/module-shipping-core": "^3.0.0"
3232
}
3333
}

0 commit comments

Comments
 (0)