Skip to content

Commit

Permalink
Add version references. Update to redcap 9.1 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
gadeynebram committed Aug 23, 2019
1 parent 0041e3f commit 586cff0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API to allow usage of the RedCap Randomization from plugins

[![Open Source Love](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](https://github.com/ellerbrock/open-source-badge/) [![REDCap](https://img.shields.io/badge/REDCap-8.10%20LTS-blue.svg)]()
[![Open Source Love](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](https://github.com/ellerbrock/open-source-badge/) [![REDCap](https://img.shields.io/badge/REDCap-9.1%20LTS-blue.svg)]()

## Help

Expand Down
8 changes: 6 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
{"0.0.2": "use tokens to validate API privileges"},
{"0.0.3": "action to count number of available records in the allocation table"},
{"0.0.4": "Fix for issue https://github.com/redcapuzgent/randapi/issues/6, update phpcap to 0.3.3"},
{"0.0.5": "Add findAID method"}
{"0.0.5": "Add findAID method"},
{"0.0.6": "Add unrandomize method"},
{"0.0.7": "Bugfix release. Remove fixed database schema name"},
{"0.0.8": "Add changeSources method"},
{"0.0.9": "Add changeTarget method"}
],

"authors": [
Expand All @@ -36,7 +40,7 @@
"compatibility": {
"php-version-min": "7.1.0",
"php-version-max": "",
"redcap-version-min": "8.10.1",
"redcap-version-min": "9.1.0",
"redcap-version-max": ""
}
}

0 comments on commit 586cff0

Please sign in to comment.