Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
Revision history for ocsreports
2.12.4
* Add option that remove removed packages from the download activated packages
* Add BIOS serial and motherboard serial in the all computers page (main table)
* Add count in Stats Charts
* Add menu variable on chinese translation
* Add log machine deletion in deleteDid()
* Add prettyversion field to the filter query
* Update translations
* Update note sql date format
* Batteries refactoring
* Sync languages to be able translated with a tool + fixes
* Increasing the number of output lines for the convenience of displayi…
* Fix PHP Deprecated: Creation of dynamic property
* Fix ipdiscover listing if tag option is enabled

2.12.3
* Updated translations
* Fix 500 error on logout
Expand Down
2 changes: 1 addition & 1 deletion var.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
/**
* GUI Version
*/
define('GUI_VER_SHOW', '2.12.3');
define('GUI_VER_SHOW', '2.12.4');
/**
* Default GUI language
*/
Expand Down
Loading