From 7450ff9c65205a5a132d19534397d09d59ef04a5 Mon Sep 17 00:00:00 2001 From: Philip Chase Date: Fri, 24 May 2024 11:39:33 -0400 Subject: [PATCH 1/2] Update description in README and config.json --- README.md | 2 +- config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e0a393..e75260f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # REDCap CSS Injector -Allows administrators to inject CSS into surveys and data entry forms. +Allows administrators to inject CSS into survey pages, data entry pages, and every other project page. [![DOI](https://zenodo.org/badge/141312467.svg)](https://zenodo.org/badge/latestdoi/141312467) diff --git a/config.json b/config.json index 543e9d3..7f81b0f 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "name": "REDCap CSS Injector", "namespace": "CSSInjector\\ExternalModule", - "description": "Allow administrators to inject CSS into surveys and data entry forms. See full documentation here.", + "description": "Allows administrators to inject CSS into survey pages, data entry pages, and every other project page. See full documentation here.", "framework-version": 15, "authors": [ { From 0bf04e2bacf9831a82eaca7f3f2977d5c2a118b7 Mon Sep 17 00:00:00 2001 From: Philip Chase Date: Fri, 24 May 2024 11:42:04 -0400 Subject: [PATCH 2/2] Bump VERSION and update CHANGELOG.md for release 2.0.1 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f18c9..97938b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the REDCap CSS Injector module will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.0.1] - 2024-05-24 +### Changed +- Update description in README and config.json (@pbchase) + ## [2.0.0] - 2024-05-24 ### Changed - Apply CSS to survey, data entry, and all via checkboxes (@ChemiKyle, @saipavan10-git, @pbchase, #11, #17) diff --git a/VERSION b/VERSION index 227cea2..38f77a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0 +2.0.1