release: v1.1.0

This commit is contained in:
2026-03-29 19:45:36 +00:00
parent 6d6f5d571a
commit 70ec6e0fee
+2 -2
View File
@@ -1,13 +1,13 @@
{ {
"name": "DataMigration", "name": "DataMigration",
"version": "1.0.0", "version": "1.1.0",
"acceptableVersions": [ "acceptableVersions": [
">=8.0.0" ">=8.0.0"
], ],
"php": [ "php": [
">=8.1" ">=8.1"
], ],
"releaseDate": "2026-03-28", "releaseDate": "2026-03-29",
"author": "klear", "author": "klear",
"description": "Case data migration: export/import all case-related data between EspoCRM instances" "description": "Case data migration: export/import all case-related data between EspoCRM instances"
} }