Skip to content

Commit ca1278e

Browse files
authored
Merge pull request #2 from ui-icts/dev
1.0.5
2 parents 1035534 + 0d45080 commit ca1278e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

config.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
}
2626
],
2727

28-
"permissions": ["redcap_module_system_enable", "redcap_data_entry_form"],
29-
3028
"system-settings": [
3129
{
3230
"key": "allowed-file-extension",
@@ -49,12 +47,13 @@
4947
"compatibility": {
5048
"php-version-min": "",
5149
"php-version-max": "",
52-
"redcap-version-min": "12.4.6",
50+
"redcap-version-min": "13.7.3",
5351
"redcap-version-max": ""
5452
},
55-
"framework-version": 10,
53+
"framework-version": 14,
5654
"versions": {
5755
"1.0.3": "Fixed issue where a file upload field without an uploaded file would display a large empty space. Added field label above embedded file. Updated to framework version 9. Updated minimum redcap version to 12.0.4.",
58-
"1.0.4": "Fixed exception when data is null. Updated to EM version and REDCap minimum version."
56+
"1.0.4": "Fixed exception when data is null. Updated to EM version and REDCap minimum version.",
57+
"1.0.5": "Updated to EM version to 14 and REDCap minimum version to 13.7.3. Removed config.json permissions."
5958
}
6059
}

0 commit comments

Comments
 (0)