Skip to content

Commit

Permalink
ACP2E-627: DMT 2.4.4 Publication
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-v-rad committed Apr 11, 2022
1 parent 9d00c55 commit 7afc368
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
2.4.4
=============
* Added support for versions:

* Magento Open Source: 2.4.4
* Magento Commerce: 2.4.4

* Fixed bugs:

* New monolog version caused composer dependency conflict
* Customer login is not working after Migration from Magento 1.x

2.4.3
=============
* Added support for versions:

* Magento Open Source: 2.4.3
* Magento Commerce: 2.4.3

* Fixed bugs:

* Delta fix the wrong table prefix

2.4.2
=============
* Added support for versions:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "magento/data-migration-tool",
"description": "Migration Tool",
"version": "2.4.3",
"version": "2.4.4",
"require": {
"symfony/console": "~4.4.0",
"magento/framework": "*",
"monolog/monolog": "^2.3"
},
"require-dev": {
"phpunit/phpunit": "^9"
"phpunit/phpunit": "~9.5.0"
},
"autoload": {
"psr-4": {"Migration\\": "src/Migration"},
Expand Down

0 comments on commit 7afc368

Please sign in to comment.