We released a first release candidat of 0.80+1.1. Please report bugs but do NOT use it in production!
Thank you for test and bug reports.
You can download this version here
Changelog is available here
This release comes with a new “Deploy” plugin. The feature requires a 2.2.x agent. This agent is also in a RC/validation cycle. You can download it here:
For people have installed BETA version, apply these SQL queries to force plugins to update to this RC1 :
UPDATE `glpi_plugin_fusioninventory_configs` SET `value` = '2.4.0' WHERE `glpi_plugin_fusioninventory_configs`.`type` = 'version'; UPDATE `glpi_plugins` SET `version` = '2.4.0' WHERE `directory`='fusioninventory' OR `directory`='fusinvinventory' OR `directory`='fusinvsnmp';