File tree 3 files changed +39
-1
lines changed
3 files changed +39
-1
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
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
+
1
15
2.4.6
2
16
=============
3
17
* 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.7 " ,
4
+ "version" : " 2.4.8 " ,
5
5
"require" : {
6
6
"symfony/console" : " ^6.4" ,
7
7
"magento/framework" : " *" ,
You can’t perform that action at this time.
0 commit comments