This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
Releases: johnsonandjohnson/openmrs-distro-cfl
Releases · johnsonandjohnson/openmrs-distro-cfl
Release 9.0.0
Changes:
- Upgraded omrs-core to v2.4.6 and MySQL to v8.2
- Upgraded Apache Tomcat to v9.0.89
- Fixes and adjustments after upgrading omrs-core
- Added Reports 3.x
- Made configurable patient header
- Improved Charts performance, supporting multiple filters
- Various small fixes and improvements
Release 8.0.0
Changes:
- Released new Files module.
- Released new Multiproject module.
- Added infrastructure for handling multiple projects in OpenMRS.
- Implemented new Visit Overview redesign.
- Moved translations from FE to BE side.
- Performance improvements related to HTML forms.
- Various small fixes and improvements.
Release 7.0.0
Changes:
- Configured showing/hiding data table under charts.
- Introduced mechanism which uses translations from backend (in Charts module).
- Added WhatsApp as a separate channel type.
- Added support for JWT (obtained from API) authentication for sending SMSes.
- Added suport for checkbox fields in Confirm section in registration form.
- Performance improvements related to HTML forms.
- Various small fixes and improvements.
Release 6.0.0
Changes:
- Added new configuration field to Charts module like filterBy and userRoles. Charts can be displayed only for users with appropriate roles.
- Added captcha feature on login page.
- Added Patient Flags Overview page.
- Possibility of multiple registration forms based on user location.
- Configurable hiding/showing gender/age in patient header.
- Added default value to time input field.
- Set default location in registration form.
- Added some new translations.
- Made modules compatible with OpenMRS v2.4.
- Fixed multiple recalls creation.
- Added extra info pop-up when visit is scheduled.
- Upgrade Tomcat server to version 8.5.
- Various small fixes and code quality improvements.
Release 5.0.0
Changes
- Added default set of security HTTP headers, which improve general security of the application, intended for HTTPS connections.
- Registration form improvements:
- New field types 'static' and 'time'.
- Possibility to configure Connect for Live to start sending messages immediately after registration.
- Fixed 'date' field type and relationship input.
- Possibility to set 'OpenMRS ID' (or any other main patient identifier) directly from a registration form's field.
- Visits Overview page got an option to change status of multiple visits at once.
- Extracted Report Charts UI into seperate module.
- Various small fixes and code quality improvements.
Upgrade notes
- When your Connect for Life application is served over HTTP protocol, you need to disable 'Secure' attribute for HTTP cookies in openmrs-distro-cfl/cfl/web/config/tomcat/web.xml.