Skip to content

Commit e410265

Browse files
committed
version 1.2.1
1 parent a04af7f commit e410265

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ WorldPing requires only a [Grafana.net](http://grafana.net) account and [Grafana
5656

5757
#### Changelog
5858

59+
##### v1.2.1
60+
61+
- fix issue with worldmap panel
62+
5963
##### v1.2.0
6064
- Endpoint config now pulls probe defaults from the backend, being able to better tailor the checks to the available quota.
6165
- Bug fixes.

dist/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ WorldPing requires only a [Grafana.net](http://grafana.net) account and [Grafana
5656

5757
#### Changelog
5858

59+
##### v1.2.1
60+
61+
- fix issue with worldmap panel
62+
5963
##### v1.2.0
6064
- Endpoint config now pulls probe defaults from the backend, being able to better tailor the checks to the available quota.
6165
- Bug fixes.

dist/plugin.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
{"name": "worldPing Web Dashboard", "path": "img/wP-Screenshot-dash-web.png"},
7979
{"name": "worldPing Endpoint Details", "path": "img/wP-Screenshot-endpoint-details.png"}
8080
],
81-
"version": "1.2.0",
82-
"updated": "2016-12-08"
81+
"version": "1.2.1",
82+
"updated": "2017-01-02"
8383
},
8484

8585
"includes": [
@@ -153,7 +153,7 @@
153153
],
154154

155155
"dependencies": {
156-
"grafanaVersion": "3.0+",
156+
"grafanaVersion": "3.x 4.x",
157157
"plugins": []
158158
}
159159
}

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"private": true,
3-
"version": "1.0.0",
4-
"description": "",
5-
"main": "index.js",
3+
"version": "1.2.1",
4+
"description": "worldPing Plugin for Grafana",
5+
"main": "dist/module.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},

src/plugin.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
{"name": "worldPing Web Dashboard", "path": "img/wP-Screenshot-dash-web.png"},
7979
{"name": "worldPing Endpoint Details", "path": "img/wP-Screenshot-endpoint-details.png"}
8080
],
81-
"version": "1.2.0",
82-
"updated": "2016-12-08"
81+
"version": "1.2.1",
82+
"updated": "2017-01-02"
8383
},
8484

8585
"includes": [
@@ -153,7 +153,7 @@
153153
],
154154

155155
"dependencies": {
156-
"grafanaVersion": "3.0+",
156+
"grafanaVersion": "3.x 4.x",
157157
"plugins": []
158158
}
159159
}

0 commit comments

Comments
 (0)