You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release adds the ability to designate a field which if populated will prevent survey invitations being sent for that record.
Additionally, all field-list type configuration settings have been updated to enable autocomplete.
This update fixes some potential security concerns related to logging.
It also addresses a number of tainted HTML issues from Psalm scans caused by not cleaning text pulled from the REDCap database.
This release adds a project setting to the module to switch between CAT-MH's test and production API endpoint.
When the checkbox is checked, the module will use "https://test.cat-mh.com" as the url for API calls.
When the checkbox is unchecked, the module will use "https://www.cat-mh.com" as the url for API calls.
This release moves the interview AJAX POST request handler part of the PHP script to its own AJAX file ('interview_ajax.php') -- fixing an issue where the module generates error emails from REDCap's External Module framework.