File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
24
2.4.2
2
25
=============
3
26
* Added support for versions:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " magento/data-migration-tool" ,
3
3
"description" : " Migration Tool" ,
4
- "version" : " 2.4.3 " ,
4
+ "version" : " 2.4.4 " ,
5
5
"require" : {
6
6
"symfony/console" : " ~4.4.0" ,
7
7
"magento/framework" : " *" ,
8
8
"monolog/monolog" : " ^2.3"
9
9
},
10
10
"require-dev" : {
11
- "phpunit/phpunit" : " ^9 "
11
+ "phpunit/phpunit" : " ~9.5.0 "
12
12
},
13
13
"autoload" : {
14
14
"psr-4" : {"Migration\\ " : " src/Migration" },
You can’t perform that action at this time.
0 commit comments