We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d797244 commit 81ecc26Copy full SHA for 81ecc26
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.3.16 - 2024-06-13
4
+
5
+- ⚙️ **Fix**: Consider `\` (backslash) characters in allowed url checks.
6
7
## v1.3.15 - 2024-05-14
8
9
- ⚙️ **Chore**: Updated documentation
package.json
@@ -1,6 +1,6 @@
{
"name": "grafana-json-datasource",
- "version": "1.3.15",
+ "version": "1.3.16",
"description": "A data source plugin for loading JSON APIs into Grafana",
"keywords": [
"grafana",
0 commit comments