Skip to content

Commit d9bf4a3

Browse files
committed
Bump version to 1.9.48
1 parent d8295e3 commit d9bf4a3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
1.9.48
2+
13
1.9.47
24
* FIX: Don't show complete backtrace if crashing. Now the backtrace is being logged to the apache error log
35
* FIX: Fix potential XSS via WYSIWYG editor. Now the option to edit these such elements is moved to a specific

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SHELL=/bin/bash
2-
VERSION=1.9.47
2+
VERSION=1.9.48
33
NAME=nagvis-$(VERSION)
44

55
SED ?= sed

share/server/core/defines/global.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*****************************************************************************/
2424

2525
// NagVis Version
26-
define('CONST_VERSION', '1.9.47');
26+
define('CONST_VERSION', '1.9.48');
2727

2828
// Set PHP error handling to standard level
2929
// Different levels for php versions below 5.1 because PHP 5.1 reports

0 commit comments

Comments
 (0)