Skip to content

Commit 1a048c2

Browse files
committed
Version 1.0.8
1 parent 9033759 commit 1a048c2

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Parse Dashboard Changelog
22

3+
### 1.0.8
4+
5+
* Allow Dashboard to be mounted as Express middleware, thanks to [Florent Vilmart](https://github.com/flovilmart)
6+
* Add an option to specify that your app is in production, thanks to [Dylan Diamond](https://github.com/dcdspace)
7+
* Fix GeoPoints in Parse Config, thanks to [Dylan Diamond](https://github.com/dcdspace)
8+
* Allow specification of the host the dashboard runs on, thanks to [hpello](https://github.com/hpello)
9+
* Miscellaneous look-and-feel improvements
10+
311
### 1.0.7
412

513
* Fix sending pushes with badge increment

Parse-Dashboard/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ module.exports = function(config, allowInsecureHTTP) {
9797
let mountPath = getMount(req);
9898
res.send(`<!DOCTYPE html>
9999
<head>
100+
<link rel="shortcut icon" type="image/x-icon" href="${mountPath}favicon.ico" />
100101
<base href="${mountPath}"/>
101102
<script>
102103
PARSE_DASHBOARD_PATH = "${mountPath}";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"homepage": "https://github.com/ParsePlatform/parse-dashboard",
1818
"bugs": "https://github.com/ParsePlatform/parse-dashboard/issues",
19-
"version": "1.0.7",
19+
"version": "1.0.8",
2020
"repository": {
2121
"type": "git",
2222
"url": "https://github.com/ParsePlatform/parse-dashboard"

0 commit comments

Comments
 (0)