Skip to content

Commit

Permalink
Prepare for 2.14.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
garethbowen committed May 3, 2018
1 parent e06fdbf commit 472fbe5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
14 changes: 11 additions & 3 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
# Medic Mobile Release Notes

## 2.14.3

_May 4, 2018_

### Bug fixes

- [#4457](https://github.com/medic/medic-webapp/issues/4457): The z-score enketo widget is not usable.
- [#4460](https://github.com/medic/medic-webapp/issues/4460): Uncaught Exception: write after end error.

## 2.14.2

_April 24, 2018_

### Bug fixes
- [#3099](https://github.com/medic/medic-webapp/issues/3099) Uncaught exception triggers 500 response for subsequent requests.
- [#3099](https://github.com/medic/medic-webapp/issues/3099): Uncaught exception triggers 500 response for subsequent requests.

## 2.14.1

_April 13, 2018_

### Performance improvements
- [#4430](https://github.com/medic/medic-webapp/issues/4430) Drastically improve performance of form loading when the patient context is used, and that context is very large (e.g. you're including lineages)
bf41ab683
- [#4430](https://github.com/medic/medic-webapp/issues/4430): Drastically improve performance of form loading when the patient context is used, and that context is very large (e.g. you're including lineages).

## 2.14.0

Expand Down
2 changes: 1 addition & 1 deletion kanso.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "medic",
"display_name": "Medic Mobile",
"version": "2.14.2",
"version": "2.14.3",
"description": "Medic Mobile combines SMS messaging, data collection, and analytics for health workers and health systems in hard-to-reach areas with or without internet connectivity.",
"long_description" : "Medic Mobile is a web based SMS data collection and analytics tool focused on community health care workers in rural environments. We help large health organizations collect and analyze data sent from health care workers using ordinary mobile phones.",
"url": "https://github.com/medic/medic-webapp",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medic",
"version": "2.14.2",
"version": "2.14.3",
"private": true,
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 472fbe5

Please sign in to comment.