There was an error while loading. Please reload this page.
1 parent 40e80ef commit ea461e5Copy full SHA for ea461e5
3 files changed
ChangeLog
@@ -1,3 +1,5 @@
1
+1.10.6
2
+
3
1.10.5
4
* FEAT: Add Georgian (ka_GE) language translation (#445)
5
* FIX: Restore service list in host hover menus that disappeared after the lazy group member loading change (#437)
Makefile
@@ -1,5 +1,5 @@
SHELL=/bin/bash
-VERSION=1.10.5
+VERSION=1.10.6
NAME=nagvis-$(VERSION)
SED ?= sed
share/server/core/defines/global.php
@@ -24,7 +24,7 @@
24
*****************************************************************************/
25
26
// NagVis Version
27
-const CONST_VERSION = '1.10.5';
+const CONST_VERSION = '1.10.6';
28
29
// Set PHP error handling to standard level
30
// Different levels for php versions below 5.1 because PHP 5.1 reports
0 commit comments