Skip to content

Commit ce026f8

Browse files
committed
Build Changelog for 1.10.4
1 parent be70c3e commit ce026f8

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.10.4
2+
* FIX: Moving lines snaps back to original position because comma-separated coordinates are incorrectly filtered out before saving
3+
14
1.10.3
25
* FIX: Saving map elements incorrectly applied all attributes after the unchecked-checkbox submission fix
36

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.3
2+
VERSION=1.10.4
33
NAME=nagvis-$(VERSION)
44

55
SED ?= sed

changelog.d/fix-line-coords-dropped-on-save.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.3';
27+
const CONST_VERSION = '1.10.4';
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)