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.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and 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
922Magento 2.4.4 compatibility release
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ the batch process.
1717Requirements
1818------------
1919
20- * PHP >= 7 .2
20+ * PHP >= 8 .2
2121
2222Compatibility
2323-------------
2424
25- * Magento >= 2.3.0
25+ * Magento >= 2.4.6
2626
2727License
2828-------
Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments