Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 258a5b8136 | |||
| 3dc5c4e571 | |||
| 8b745bc99f | |||
| 384d7c6df0 |
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"customDev": {
|
||||
"label": "Custom Development",
|
||||
"customization": {
|
||||
"itemList": [
|
||||
"__APPEND__",
|
||||
{
|
||||
@@ -11,7 +10,6 @@
|
||||
"view": "modules/data-migration/views/admin/data-migration",
|
||||
"order": 50
|
||||
}
|
||||
],
|
||||
"order": 30
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"requires": {
|
||||
"espocrm": ">=8.0.0"
|
||||
},
|
||||
"description": "Data migration tool for case data backup and restore"
|
||||
"description": "Data migration tool for case data backup and restore",
|
||||
"clientModule": "data-migration"
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "DataMigration",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.2",
|
||||
"acceptableVersions": [
|
||||
">=8.0.0"
|
||||
],
|
||||
"php": [
|
||||
">=8.1"
|
||||
],
|
||||
"releaseDate": "2026-03-29",
|
||||
"releaseDate": "2026-04-06",
|
||||
"author": "klear",
|
||||
"description": "Case data migration: export/import all case-related data between EspoCRM instances"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user