Skip to content

Commit cfd758e

Browse files
committed
Bump version to 1.10.7
1 parent 822ad7f commit cfd758e

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
1.10.7
2+
13
1.10.6
24
* FEAT: The "editHtml" permission can now be granted to roles via the role management GUI, instead of only being available to administrators (#452)
35
* FIX: Non-admin roles (e.g. Managers) can edit maps again - the editHtml permission is now only required to change HTML content, not for every map modification (#452)

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.10.6
2+
VERSION=1.10.7
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
@@ -24,7 +24,7 @@
2424
*****************************************************************************/
2525

2626
// NagVis Version
27-
const CONST_VERSION = '1.10.6';
27+
const CONST_VERSION = '1.10.7';
2828

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

0 commit comments

Comments
 (0)