Skip to content

Commit 8d0887c

Browse files
committed
DHLGW-1439: prepare release 1.3.0
1 parent e681a81 commit 8d0887c

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ 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.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

925
Magento 2.4.7 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 >= 8.2
20+
* PHP >= 8.3
2121

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

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

2727
License
2828
-------

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -28,6 +28,6 @@
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
}

0 commit comments

Comments
 (0)