Skip to content

Commit

Permalink
Version 0.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinsc committed Sep 14, 2016
1 parent 7340272 commit 0cfd8e9
Show file tree
Hide file tree
Showing 8 changed files with 95 additions and 76 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# Change Log

## [0.9.15](https://github.com/HospitalRun/hospitalrun-frontend/tree/0.9.15) (2016-09-08)
## [0.9.16](https://github.com/HospitalRun/hospitalrun-frontend/tree/0.9.16) (2016-09-14)

[Full Changelog](https://github.com/HospitalRun/hospitalrun-frontend/compare/0.9.15...0.9.16)

**Fixed bugs:**

- Visit Types cannot be changed; although they are in the Administration as changeable [\#627](https://github.com/HospitalRun/hospitalrun-frontend/issues/627)
- Image Request - Saved dialog - OK button not working first time [\#605](https://github.com/HospitalRun/hospitalrun-frontend/issues/605)
- Barcode for inventory is inconsistent with browser Go back [\#458](https://github.com/HospitalRun/hospitalrun-frontend/issues/458)

**Merged pull requests:**

- Update ember-i18n to version 4.3.1 🚀 [\#648](https://github.com/HospitalRun/hospitalrun-frontend/pull/648) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Update broccoli-serviceworker to version 0.1.1 🚀 [\#647](https://github.com/HospitalRun/hospitalrun-frontend/pull/647) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Issue 458: Fixed incorrect dependent keys on barcode. [\#646](https://github.com/HospitalRun/hospitalrun-frontend/pull/646) ([akong](https://github.com/akong))
- Issue 627: Fix visit types list not refreshing. [\#645](https://github.com/HospitalRun/hospitalrun-frontend/pull/645) ([akong](https://github.com/akong))

## [0.9.15](https://github.com/HospitalRun/hospitalrun-frontend/tree/0.9.15) (2016-09-08)
[Full Changelog](https://github.com/HospitalRun/hospitalrun-frontend/compare/0.9.14...0.9.15)

**Merged pull requests:**
Expand All @@ -11,7 +27,6 @@

## [0.9.14](https://github.com/HospitalRun/hospitalrun-frontend/tree/0.9.14) (2016-09-08)
[Full Changelog](https://github.com/HospitalRun/hospitalrun-frontend/compare/0.9.13...0.9.14)
- Forgot build for last release, so this has a build

## [0.9.13](https://github.com/HospitalRun/hospitalrun-frontend/tree/0.9.13) (2016-09-08)
[Full Changelog](https://github.com/HospitalRun/hospitalrun-frontend/compare/0.9.12...0.9.13)
Expand Down
2 changes: 1 addition & 1 deletion app/mixins/hospitalrun-version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Ember from 'ember';
export default Ember.Mixin.create({
version: '0.9.15'
version: '0.9.16'
});
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "hospitalrun",
"version": "0.9.15",
"version": "0.9.16",
"description": "Ember front end for HospitalRun",
"homepage": "http://hospitalrun.io",
"directories": {
"doc": "doc",
"test": "tests"
},
files: [
'index.js',
'prod'
],
"scripts": {
"build": "./script/build",
"start": "./script/server",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions prod/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />


<meta name="hospitalrun/config/environment" content="%7B%22modulePrefix%22%3A%22hospitalrun%22%2C%22environment%22%3A%22production%22%2C%22rootURL%22%3A%22/%22%2C%22locationType%22%3A%22hash%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22hospitalrun%22%2C%22version%22%3A%220.9.15+364eda27%22%7D%2C%22contentSecurityPolicy%22%3A%7B%22connect-src%22%3A%22%27self%27%22%2C%22default-src%22%3A%22%27self%27%22%2C%22frame-src%22%3A%22%27self%27%22%2C%22img-src%22%3A%22%27self%27%20filesystem%3A%20data%3A%22%2C%22script-src%22%3A%22%27self%27%20%27unsafe-inline%27%20%27unsafe-eval%27%22%2C%22style-src%22%3A%22%27self%27%20%27unsafe-inline%27%22%2C%22font-src%22%3A%5B%22%27self%27%22%5D%2C%22media-src%22%3A%5B%22%27self%27%22%5D%7D%2C%22i18n%22%3A%7B%22defaultLocale%22%3A%22en%22%7D%2C%22manifest%22%3A%7B%22enabled%22%3Atrue%2C%22appcacheFile%22%3A%22/manifest.appcache%22%2C%22excludePaths%22%3A%5B%22index.html%22%2C%22tests/index.html%22%2C%22robots.txt%22%2C%22crossdomain.xml%22%2C%22testem.js%22%5D%2C%22showCreateDate%22%3Atrue%2C%22includePaths%22%3A%5B%5D%2C%22network%22%3A%5B%22*%22%5D%7D%2C%22serviceWorker%22%3A%7B%22enabled%22%3Atrue%2C%22debug%22%3Afalse%2C%22excludePaths%22%3A%5B%22manifest.appcache%22%5D%2C%22swIncludeFiles%22%3A%5B%22bower_components/pouchdb/dist/pouchdb.js%22%5D%7D%2C%22contentSecurityPolicyHeader%22%3A%22Content-Security-Policy-Report-Only%22%2C%22exportApplicationGlobal%22%3Afalse%7D" />
<meta name="hospitalrun/config/environment" content="%7B%22modulePrefix%22%3A%22hospitalrun%22%2C%22environment%22%3A%22production%22%2C%22rootURL%22%3A%22/%22%2C%22locationType%22%3A%22hash%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22hospitalrun%22%2C%22version%22%3A%220.9.16+73402727%22%7D%2C%22contentSecurityPolicy%22%3A%7B%22connect-src%22%3A%22%27self%27%22%2C%22default-src%22%3A%22%27self%27%22%2C%22frame-src%22%3A%22%27self%27%22%2C%22img-src%22%3A%22%27self%27%20filesystem%3A%20data%3A%22%2C%22script-src%22%3A%22%27self%27%20%27unsafe-inline%27%20%27unsafe-eval%27%22%2C%22style-src%22%3A%22%27self%27%20%27unsafe-inline%27%22%2C%22font-src%22%3A%5B%22%27self%27%22%5D%2C%22media-src%22%3A%5B%22%27self%27%22%5D%7D%2C%22i18n%22%3A%7B%22defaultLocale%22%3A%22en%22%7D%2C%22manifest%22%3A%7B%22enabled%22%3Atrue%2C%22appcacheFile%22%3A%22/manifest.appcache%22%2C%22excludePaths%22%3A%5B%22index.html%22%2C%22tests/index.html%22%2C%22robots.txt%22%2C%22crossdomain.xml%22%2C%22testem.js%22%5D%2C%22showCreateDate%22%3Atrue%2C%22includePaths%22%3A%5B%5D%2C%22network%22%3A%5B%22*%22%5D%7D%2C%22serviceWorker%22%3A%7B%22enabled%22%3Atrue%2C%22debug%22%3Afalse%2C%22excludePaths%22%3A%5B%22manifest.appcache%22%5D%2C%22swIncludeFiles%22%3A%5B%22bower_components/pouchdb/dist/pouchdb.js%22%5D%7D%2C%22contentSecurityPolicyHeader%22%3A%22Content-Security-Policy-Report-Only%22%2C%22exportApplicationGlobal%22%3Afalse%7D" />

<link rel="stylesheet" href="/assets/vendor-ed8acd5f4063b4b83b5df16f6da9e8b0.css" integrity="sha256-8SEzsmD/Yu0KXXOOfKz1o2a7UPfUg0z/idfuC6vxZWY= sha512-rBdZdkJyfXTenDbP1KZYS3FLalUji+IE+vxyRjp0xrjs0jI7NO4zKk6EkPAC3XGwtiVf3Fy/PnJpQM3VOZd7Pg==" >
<link rel="stylesheet" href="/assets/hospitalrun-980b8d5a0672ed3caacf594c0306ac3a.css" integrity="sha256-mAdMcsrLV95nT29YRBplfmz3jFGPkiQAERVnvQz7QVE= sha512-j7xpegD4Qmm4cRRKQlHlx1Jm3DslAr57tQIx0LVTGX013lXk8mNwng3ymTBkfTb44yY8uqn6gYhxvGw2xu86zQ==" >
Expand Down Expand Up @@ -44,11 +44,11 @@
</script>


<script src="/assets/vendor-84e14577fc06f86ba8c9d0befd750bcb.js" integrity="sha256-2VIUqLeesR1hSjyhlLpCVSjAKrZSTrDfjhZNUcc0mn0= sha512-AgcK5pVCdav5/oYRoS90zcc1By6Z6aalpsT6myTUCHrQ6OIep6/lMlUaIOOhov5PYxYHLYFINQjy1ebSK76NIA==" ></script>
<script src="/assets/hospitalrun-b6ed07adeebea32530e38e712cf2d9de.js" integrity="sha256-AbSeSG59+7OD9JpgToSbKoOmuhleOr5SExvPumv14e8= sha512-l4l8AyBlh/QBfDn1XcotQFvj+I0O0ZYER28eXHDjXIvXMCxIEok3lljm4lvYpuK0Df043dh9bgW2xJIzF1l3KA==" ></script>
<script src="/assets/vendor-f98a67ab097210964f1cd15beb676681.js" integrity="sha256-9JjVHtzdweGnmK3bF4cZFMADKJiKIrfbZO47rw0w2eY= sha512-BUqW+K74t1IlyPM0jgv4ogVLz+/dGWBiLdywDEgvFj2zBeslon2AAqcJKHv9TIyl0FpiZTKiw2qYGkDsUaIIrw==" ></script>
<script src="/assets/hospitalrun-4de1043c01123a9523ce8fab8b197a03.js" integrity="sha256-gOvE7/tXZGItPTlqIQ0d75Y0nuC45MkySOjoXQdTyl4= sha512-dBo2/Yof+GbM4I/wS2OdKEKwF6LcqIqNPrQIpYucDyG9gNWvqDJS+Eo5dZMiJ3rySBc4P7oe/8KCwCcoeiX0AA==" ></script>

<script>if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('./service-worker.js', {scope: './'})
navigator.serviceWorker.register('/service-worker.js', {scope: '/'})
.catch(function(error) {
console.error('Error registering service worker:'+error);
});
Expand Down
6 changes: 3 additions & 3 deletions prod/manifest.appcache
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
CACHE MANIFEST
# created 2016-09-08T21:12:34.751Z
# created 2016-09-14T13:59:23.834Z

CACHE:
assets/hospitalrun-4de1043c01123a9523ce8fab8b197a03.js
assets/hospitalrun-980b8d5a0672ed3caacf594c0306ac3a.css
assets/hospitalrun-b6ed07adeebea32530e38e712cf2d9de.js
assets/vendor-84e14577fc06f86ba8c9d0befd750bcb.js
assets/vendor-ed8acd5f4063b4b83b5df16f6da9e8b0.css
assets/vendor-f98a67ab097210964f1cd15beb676681.js
dymo/BarcodeAsImage.label
favicon-7440091f4e8bd83e23e4d5824c2c3da4.png
favicon.ico
Expand Down
6 changes: 3 additions & 3 deletions prod/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
importScripts('sw-toolbox.js');
var CACHE_PREFIX = 'brocsw-v';
var CACHE_VERSION = CACHE_PREFIX+'1473369154846';
var CACHE_VERSION = CACHE_PREFIX+'1473861563935';
toolbox.options.cache.name = CACHE_VERSION;
var urlsToPrefetch = [
'/',
"assets/hospitalrun-4de1043c01123a9523ce8fab8b197a03.js",
"assets/hospitalrun-980b8d5a0672ed3caacf594c0306ac3a.css",
"assets/hospitalrun-b6ed07adeebea32530e38e712cf2d9de.js",
"assets/vendor-84e14577fc06f86ba8c9d0befd750bcb.js",
"assets/vendor-ed8acd5f4063b4b83b5df16f6da9e8b0.css",
"assets/vendor-f98a67ab097210964f1cd15beb676681.js",
"crossdomain.xml",
"dymo/BarcodeAsImage.label",
"favicon-7440091f4e8bd83e23e4d5824c2c3da4.png",
Expand Down

0 comments on commit 0cfd8e9

Please sign in to comment.