Skip to content

Commit 7afc368

Browse files
committed
ACP2E-627: DMT 2.4.4 Publication
1 parent 9d00c55 commit 7afc368

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
2.4.4
2+
=============
3+
* Added support for versions:
4+
5+
* Magento Open Source: 2.4.4
6+
* Magento Commerce: 2.4.4
7+
8+
* Fixed bugs:
9+
10+
* New monolog version caused composer dependency conflict
11+
* Customer login is not working after Migration from Magento 1.x
12+
13+
2.4.3
14+
=============
15+
* Added support for versions:
16+
17+
* Magento Open Source: 2.4.3
18+
* Magento Commerce: 2.4.3
19+
20+
* Fixed bugs:
21+
22+
* Delta fix the wrong table prefix
23+
124
2.4.2
225
=============
326
* Added support for versions:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "magento/data-migration-tool",
33
"description": "Migration Tool",
4-
"version": "2.4.3",
4+
"version": "2.4.4",
55
"require": {
66
"symfony/console": "~4.4.0",
77
"magento/framework": "*",
88
"monolog/monolog": "^2.3"
99
},
1010
"require-dev": {
11-
"phpunit/phpunit": "^9"
11+
"phpunit/phpunit": "~9.5.0"
1212
},
1313
"autoload": {
1414
"psr-4": {"Migration\\": "src/Migration"},

0 commit comments

Comments
 (0)