Skip to content

Commit 36e3664

Browse files
committed
Merge branch 'release/2.0.1'
2 parents 469f201 + 0bf04e2 commit 36e3664

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to the REDCap CSS Injector module will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.0.1] - 2024-05-24
6+
### Changed
7+
- Update description in README and config.json (@pbchase)
8+
59
## [2.0.0] - 2024-05-24
610
### Changed
711
- Apply CSS to survey, data entry, and all via checkboxes (@ChemiKyle, @saipavan10-git, @pbchase, #11, #17)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# REDCap CSS Injector
2-
Allows administrators to inject CSS into surveys and data entry forms.
2+
Allows administrators to inject CSS into survey pages, data entry pages, and every other project page.
33

44
[![DOI](https://zenodo.org/badge/141312467.svg)](https://zenodo.org/badge/latestdoi/141312467)
55

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.0.1

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "REDCap CSS Injector",
33
"namespace": "CSSInjector\\ExternalModule",
4-
"description": "Allow administrators to inject CSS into surveys and data entry forms. <strong><a href=\"https://github.com/ctsit/redcap_css_injector\">See full documentation here</a></strong>.",
4+
"description": "Allows administrators to inject CSS into survey pages, data entry pages, and every other project page. <strong><a href=\"https://github.com/ctsit/redcap_css_injector\">See full documentation here</a></strong>.",
55
"framework-version": 15,
66
"authors": [
77
{

0 commit comments

Comments
 (0)