Skip to content

Commit

Permalink
Add upcoming login page support
Browse files Browse the repository at this point in the history
  • Loading branch information
grezniczek committed Jul 16, 2024
1 parent e6f490f commit 6a4075a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A REDCap External Module that allows injection of JavaScript on pages.

## Requirements

- REDCap with EM Framework v12 support.
- REDCap with EM Framework v14 support.

## Installation

Expand Down Expand Up @@ -85,6 +85,7 @@ The original version of this external module was basically just a modified versi

Version | Description
------- | ------------------
2.2.0 | Require EM Framework v14.<br>Added "enable-every-page-hooks-on-login-form" to config.json.
2.1.1 | Minor code change to prevent a PHP strict mode warning.
2.1.0 | Support for addition all system page: Home, My Projects, New Project, Help & FAQ, Training Videos, Send-It, Sponsor Dashboard.<br>Bumped framework version to 12.
2.0.2 | Removed class constructor; PHP8-related fix.
Expand Down
3 changes: 2 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"name": "REDCap JavaScript Injector",
"namespace": "DE\\RUB\\JSInjectorExternalModule",
"description": "Allow project admins to inject JavaScript code into surveys and data entry pages. <strong><a href=\"https://github.com/grezniczek/redcap-javascript-injector\">See full documentation here</a></strong>.",
"framework-version": 12,
"framework-version": 14,
"enable-every-page-hooks-on-system-pages": true,
"enable-every-page-hooks-on-login-form": true,
"authors": [
{
"name": "Günther Rezniczek",
Expand Down

0 comments on commit 6a4075a

Please sign in to comment.