File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed
Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ 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.3.0
8+
9+ Magento 2.4.8 and PHP 8.3/8.4 compatibility release
10+
11+ ### Added
12+
13+ - Support for Magento 2.4.8
14+ - Support for PHP 8.4
15+ - PHPStan configuration for static analysis
16+ - Rector configuration for automated code modernization
17+
18+
19+ ### Removed
20+
21+ - Support for PHP 8.2
22+
723## 1.2.0
824
925Magento 2.4.7 compatibility release
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ the batch process.
1717Requirements
1818------------
1919
20- * PHP >= 8.2
20+ * PHP >= 8.3
2121
2222Compatibility
2323-------------
2424
25- * Magento >= 2.4.6
25+ * Magento >= 2.4.8
2626
2727License
2828-------
Original file line number Diff line number Diff line change 11{
22 "name" : " netresearch/module-interactive-batch-processing" ,
3- "version" : " 1.2 .0" ,
3+ "version" : " 1.3 .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" ,
2828 "magento/module-sales" : " ^103.0.8" ,
2929 "magento/module-store" : " ^101.1.8" ,
3030 "magento/module-ui" : " ^101.1.8" ,
31- "netresearch/module-shipping-core" : " ^3.2 .0"
31+ "netresearch/module-shipping-core" : " ^4.0 .0"
3232 }
3333}
You can’t perform that action at this time.
0 commit comments