Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Change Log
## [v3.1.1](https://github.com/NETWAYS/icingaweb2-module-grafana/tree/v3.1.1) (2025-04-30)

**Fixes**
- Fix invalid return value for getPreviewHTML

## [v3.1.0](https://github.com/NETWAYS/icingaweb2-module-grafana/tree/v3.1.0) (2025-04-14)

**Features**
Expand All @@ -7,7 +12,6 @@
- Reintroduce configuration option for default theme
- Allow comma separated panel ID lists

# Change Log
## [v3.0.1](https://github.com/NETWAYS/icingaweb2-module-grafana/tree/v3.0.0) (2025-02-03)

**Fixes**
Expand Down
2 changes: 1 addition & 1 deletion module.info
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: Grafana
Version: 3.1.0
Version: 3.1.1
Requires:
Libraries: icinga-php-library (>=0.10.1)
Modules: icingadb (>=1.0.0)
Expand Down