From 4a060b16b7af0e0ca4b2bb10086460b91d831ccf Mon Sep 17 00:00:00 2001 From: AndrewPoppe Date: Fri, 10 Nov 2023 11:37:20 -0500 Subject: [PATCH 1/2] Update text of API setting and include link to documentation --- src/settings.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/settings.php b/src/settings.php index 4d89543..ae8299b 100644 --- a/src/settings.php +++ b/src/settings.php @@ -249,9 +249,10 @@ class="form-check-input
- Should participants be allowed to use the API to register and enroll participants?
+ Should users be allowed to use the API to register and enroll participants?
If so, they will be able to use their REDCap API tokens to register and enroll participants in this project.
+ More information
Date: Fri, 10 Nov 2023 11:39:31 -0500 Subject: [PATCH 2/2] Add version 2.1.3 to release notes. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8d5c9fa..ed5f2de 100644 --- a/README.md +++ b/README.md @@ -347,10 +347,12 @@ information about **REDCapPRO** participants. These are described below: | @RCPRO-EMAIL | text | email | If @RCPRO-USERNAME is present on the instrument, then when it is selected the field with the @RCPRO-EMAIL tag will be populated with the participant's email address | | @RCPRO-FNAME | text | none | Like @RCPRO-EMAIL, but the field will be populated with the participant's first name | | @RCPRO-LNAME | text | none | Likewise, with last name | + ## Changelog | Version | Release Date | Description | | ------- | ------------ | ------------------------------------------------------------------------------------------------------------- | +| 2.1.3 | 2023-11-10 | Minor Change to UI Text - [Release Notes](https://github.com/AndrewPoppe/REDCap-PRO/releases/tag/2.1.3) | | 2.1.2 | 2023-10-30 | Major Bug fix - [Release Notes](https://github.com/AndrewPoppe/REDCap-PRO/releases/tag/2.1.2) | | 2.1.1 | 2023-10-27 | Minor Bug fix - [Release Notes](https://github.com/AndrewPoppe/REDCap-PRO/releases/tag/2.1.1) | | 2.1.0 | 2023-10-10 | Feature release - [Release Notes](https://github.com/AndrewPoppe/REDCap-PRO/releases/tag/2.1.0) |