Commit e410265 1 parent a04af7f commit e410265 Copy full SHA for e410265
File tree 5 files changed +17
-9
lines changed
5 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,10 @@ WorldPing requires only a [Grafana.net](http://grafana.net) account and [Grafana
56
56
57
57
#### Changelog
58
58
59
+ ##### v1.2.1
60
+
61
+ - fix issue with worldmap panel
62
+
59
63
##### v1.2.0
60
64
- Endpoint config now pulls probe defaults from the backend, being able to better tailor the checks to the available quota.
61
65
- Bug fixes.
Original file line number Diff line number Diff line change @@ -56,6 +56,10 @@ WorldPing requires only a [Grafana.net](http://grafana.net) account and [Grafana
56
56
57
57
#### Changelog
58
58
59
+ ##### v1.2.1
60
+
61
+ - fix issue with worldmap panel
62
+
59
63
##### v1.2.0
60
64
- Endpoint config now pulls probe defaults from the backend, being able to better tailor the checks to the available quota.
61
65
- Bug fixes.
Original file line number Diff line number Diff line change 78
78
{"name" : " worldPing Web Dashboard" , "path" : " img/wP-Screenshot-dash-web.png" },
79
79
{"name" : " worldPing Endpoint Details" , "path" : " img/wP-Screenshot-endpoint-details.png" }
80
80
],
81
- "version" : " 1.2.0 " ,
82
- "updated" : " 2016-12-08 "
81
+ "version" : " 1.2.1 " ,
82
+ "updated" : " 2017-01-02 "
83
83
},
84
84
85
85
"includes" : [
153
153
],
154
154
155
155
"dependencies" : {
156
- "grafanaVersion" : " 3.0+ " ,
156
+ "grafanaVersion" : " 3.x 4.x " ,
157
157
"plugins" : []
158
158
}
159
159
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"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" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1"
8
8
},
Original file line number Diff line number Diff line change 78
78
{"name" : " worldPing Web Dashboard" , "path" : " img/wP-Screenshot-dash-web.png" },
79
79
{"name" : " worldPing Endpoint Details" , "path" : " img/wP-Screenshot-endpoint-details.png" }
80
80
],
81
- "version" : " 1.2.0 " ,
82
- "updated" : " 2016-12-08 "
81
+ "version" : " 1.2.1 " ,
82
+ "updated" : " 2017-01-02 "
83
83
},
84
84
85
85
"includes" : [
153
153
],
154
154
155
155
"dependencies" : {
156
- "grafanaVersion" : " 3.0+ " ,
156
+ "grafanaVersion" : " 3.x 4.x " ,
157
157
"plugins" : []
158
158
}
159
159
}
You can’t perform that action at this time.
0 commit comments