-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
359 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
# Change Log | ||
All notable changes to the REDCap Hide Choice by Event module will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
# hide_choice_by_event 1.1.0 (released 2024-10-14) | ||
- Add an example project (@pbchase) | ||
- Bump framework to V15 (@saipavan10-git, #8) | ||
- Fix php 8 error #7 (@saipavan10-git, #7, #8) | ||
|
||
## [1.0.1] - 2018-08-17 | ||
### Changed | ||
# hide_choice_by_event 1.0.1 (released 2018-08-17) | ||
- Exclude action tags that follow @HIDE-CHOICE-BY-EVENT's parameter by handling nested brackets. (tbembersimeao) | ||
|
||
|
||
## [1.0.0] - 2018-07-23 | ||
### Added | ||
# hide_choice_by_event 1.0.0 (released 2018-07-23) | ||
- Initial release of Hide Choice by Event (Dileep Rajput) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,32 +2,16 @@ | |
"name": "Hide Choice By Event", | ||
"namespace": "HideChoiceByEvent\\ExternalModule", | ||
"description": "Implements an action tag to hide a categorical field choice on a configured list of events", | ||
"permissions": [ | ||
"hook_every_page_top" | ||
], | ||
"framework-version": 15, | ||
"compatibility": { | ||
"redcap-version-min": "14.0.2", | ||
"php-version-min": "7.4.0" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Philip Chase", | ||
"email": "[email protected]", | ||
"institution": "University of Florida - CTSI" | ||
}, | ||
{ | ||
"name": "Taryn Stoffs", | ||
"email": "[email protected]", | ||
"institution": "University of Florida - CTSI" | ||
}, | ||
{ | ||
"name": "Dileep Rajput", | ||
"email": "[email protected]", | ||
"institution": "University of Florida - CTSI" | ||
}, | ||
{ | ||
"name": "Tiago Bember", | ||
"email": "[email protected]", | ||
"name": "University of Florida CTS-IT", | ||
"email": "[email protected]", | ||
"institution": "University of Florida - CTSI" | ||
} | ||
], | ||
"compatibility": { | ||
"redcap-version-min": "8.0.3" | ||
} | ||
] | ||
} |
Oops, something went wrong.