2 Commits

Author SHA1 Message Date
chaim 8b745bc99f release: v1.3.1 2026-03-29 21:34:25 +00:00
chaim 384d7c6df0 fix: add clientModule to module.json for client-side template resolution
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 21:33:48 +00:00
2 changed files with 3 additions and 2 deletions
@@ -4,5 +4,6 @@
"requires": { "requires": {
"espocrm": ">=8.0.0" "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"
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "DataMigration", "name": "DataMigration",
"version": "1.3.0", "version": "1.3.1",
"acceptableVersions": [ "acceptableVersions": [
">=8.0.0" ">=8.0.0"
], ],