Skip to content

Commit 9ede292

Browse files
authored
Merge pull request #1445 from OCSInventory-NG/updatevar
Update version to 2.11.1
2 parents 19c6b4c + 0316d5b commit 9ede292

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
Revision history for ocsreports
2+
2.11.1
3+
* Fix rename column syntax not supported by MySQL < 8 and MariaDB < 10.5.2
4+
* Fix multisearch with is null operator
5+
* Fix user display page
6+
27
2.11.0
38
* Add last inventory date in SNMP type
49
* Add migrate function to add lastdate column on existing SNMP type tables

var.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
/**
7979
* GUI Version
8080
*/
81-
define('GUI_VER_SHOW', '2.11.0');
81+
define('GUI_VER_SHOW', '2.11.1');
8282
/**
8383
* Default GUI language
8484
*/

0 commit comments

Comments
 (0)