File tree Expand file tree Collapse file tree 3 files changed +24
-11
lines changed Expand file tree Collapse file tree 3 files changed +24
-11
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
20
## 1.1.0
8
21
9
22
Magento 2.4.4 compatibility release
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ the batch process.
17
17
Requirements
18
18
------------
19
19
20
- * PHP >= 7 .2
20
+ * PHP >= 8 .2
21
21
22
22
Compatibility
23
23
-------------
24
24
25
- * Magento >= 2.3.0
25
+ * Magento >= 2.4.6
26
26
27
27
License
28
28
-------
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " netresearch/module-interactive-batch-processing" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"type" : " magento2-module" ,
5
5
"description" : " Optional component extending the bulk shipment mass action by an additional step that allows to select shipping product and packaging per order." ,
6
6
"license" : " OSL-3.0" ,
21
21
]
22
22
},
23
23
"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"
32
32
}
33
33
}
You can’t perform that action at this time.
0 commit comments