Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Releases: johnsonandjohnson/openmrs-distro-cfl

Release 9.0.0

21 May 12:02
Compare
Choose a tag to compare

Changes:

  1. Upgraded omrs-core to v2.4.6 and MySQL to v8.2
  2. Upgraded Apache Tomcat to v9.0.89
  3. Fixes and adjustments after upgrading omrs-core
  4. Added Reports 3.x
  5. Made configurable patient header
  6. Improved Charts performance, supporting multiple filters
  7. Various small fixes and improvements

Release 8.0.0

14 Dec 09:11
Compare
Choose a tag to compare

Changes:

  1. Released new Files module.
  2. Released new Multiproject module.
  3. Added infrastructure for handling multiple projects in OpenMRS.
  4. Implemented new Visit Overview redesign.
  5. Moved translations from FE to BE side.
  6. Performance improvements related to HTML forms.
  7. Various small fixes and improvements.

Release 7.0.0

12 Apr 11:50
Compare
Choose a tag to compare

Changes:

  1. Configured showing/hiding data table under charts.
  2. Introduced mechanism which uses translations from backend (in Charts module).
  3. Added WhatsApp as a separate channel type.
  4. Added support for JWT (obtained from API) authentication for sending SMSes.
  5. Added suport for checkbox fields in Confirm section in registration form.
  6. Performance improvements related to HTML forms.
  7. Various small fixes and improvements.

Release 6.0.0

26 Jan 14:40
Compare
Choose a tag to compare

Changes:

  1. Added new configuration field to Charts module like filterBy and userRoles. Charts can be displayed only for users with appropriate roles.
  2. Added captcha feature on login page.
  3. Added Patient Flags Overview page.
  4. Possibility of multiple registration forms based on user location.
  5. Configurable hiding/showing gender/age in patient header.
  6. Added default value to time input field.
  7. Set default location in registration form.
  8. Added some new translations.
  9. Made modules compatible with OpenMRS v2.4.
  10. Fixed multiple recalls creation.
  11. Added extra info pop-up when visit is scheduled.
  12. Upgrade Tomcat server to version 8.5.
  13. Various small fixes and code quality improvements.

Release 5.0.0

29 Sep 11:58
Compare
Choose a tag to compare

Changes

  1. Added default set of security HTTP headers, which improve general security of the application, intended for HTTPS connections.
  2. Registration form improvements:
    1. New field types 'static' and 'time'.
    2. Possibility to configure Connect for Live to start sending messages immediately after registration.
    3. Fixed 'date' field type and relationship input.
    4. Possibility to set 'OpenMRS ID' (or any other main patient identifier) directly from a registration form's field.
  3. Visits Overview page got an option to change status of multiple visits at once.
  4. Extracted Report Charts UI into seperate module.
  5. Various small fixes and code quality improvements.

Upgrade notes

  1. 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.