diff --git a/config/settings.yml b/config/settings.yml
index 749ece22..014728c6 100644
--- a/config/settings.yml
+++ b/config/settings.yml
@@ -22,7 +22,7 @@ oid_prefix:
elasticsearch:
log: false
-app_version: '1.19-alpha'
+app_version: '1.19'
disable_user_registration: false
#
# This URL should use the internal cluster name for the concept-manager service.
diff --git a/webpack/containers/Help.js b/webpack/containers/Help.js
index b0970f7d..ada25fb8 100644
--- a/webpack/containers/Help.js
+++ b/webpack/containers/Help.js
@@ -1191,7 +1191,8 @@ class Help extends Component {
1.15,
1.16,
1.17,
- 1.18)
+ 1.18,
+ 1.19)
User Documentation Updates
@@ -1201,9 +1202,20 @@ class Help extends Component {
Release Notes
+ - Release 1.19 (May 2, 2019)
+
+ - Collaborator role has been implemented
+ - Implemented Dashboard Search Result Report Feature that allows users to export dashboard search results into a spreadsheet format
+ - Implemented metrics tab on admin panel to allow administrators to view system metrics
+ - Aggregate metrics have been exposed in the API
+ - Added pagination to linked content to accommodate application growth and ensure performance and page responsiveness as linked content increases on pages
+ - Curation wizard feature has been extended to allow administrators and publishers to view suggested replacement questions on surveys
+ - Additional google tags have been implemented for analytics
+ - Bug fixes
+
- Release 1.18 (Apr 5, 2019)
- - Authors have the ability to request that publishers retire content
+ - Authors have the ability to request that publishers retired content
- 'Draft' visibility has been changed to 'Private' and 'Published' visibility has been changed to 'Public' to attributes more intuitive
- "Access denied" message updated for authenticated and non-authenticated users to promote collaboration on private content