We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19c6b4c + 0316d5b commit 9ede292Copy full SHA for 9ede292
Changes
@@ -1,4 +1,9 @@
1
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
+
7
2.11.0
8
* Add last inventory date in SNMP type
9
* Add migrate function to add lastdate column on existing SNMP type tables
var.php
@@ -78,7 +78,7 @@
78
/**
79
* GUI Version
80
*/
81
-define('GUI_VER_SHOW', '2.11.0');
+define('GUI_VER_SHOW', '2.11.1');
82
83
* Default GUI language
84
0 commit comments