Skip to content

Commit debc9bd

Browse files
authored
Merge pull request #1 from magento-commerce/ACP2E-3837
ACP2E-3837: DMT 2.4.8 Release
2 parents c1c6a45 + c7072fc commit debc9bd

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

.github/.metadata.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"templateVersion": "0.2",
3+
"product": {
4+
"name": "Data Migration Tool",
5+
"description": "Tool that migrate data from old Magento (1.X) into new, helping with upgrade for merchants"
6+
},
7+
"contacts": {
8+
"team": {
9+
"name": "Support Tier4",
10+
11+
"slackChannel": "#support_experts_public"
12+
}
13+
},
14+
"ticketTracker": {
15+
"functionalJiraQueue": {
16+
"projectKey": "ACP2E",
17+
"component": "Tools/ DataMigrationTool"
18+
},
19+
"securityJiraQueue": {
20+
"projectKey": "MAGREQ"
21+
}
22+
},
23+
"productionCodeBranches": ["2.4-develop"]
24+
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2.4.8
2+
=============
3+
* Added support for versions:
4+
5+
* Magento Open Source: 2.4.8
6+
* Adobe Commerce: 2.4.8
7+
8+
2.4.7
9+
=============
10+
* Added support for versions:
11+
12+
* Magento Open Source: 2.4.7
13+
* Adobe Commerce: 2.4.7
14+
115
2.4.6
216
=============
317
* Added support for versions:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "magento/data-migration-tool",
33
"description": "Migration Tool",
4-
"version": "2.4.7",
4+
"version": "2.4.8",
55
"require": {
66
"symfony/console": "^6.4",
77
"magento/framework": "*",

0 commit comments

Comments
 (0)