File tree Expand file tree Collapse file tree 4 files changed +13
-1
lines changed
Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 2323 <author >Infotel</author >
2424 </authors >
2525 <versions >
26+ <version >
27+ <num >3.1.4</num >
28+ <compatibility >~11.0</compatibility >
29+ <download_url >https://github.com/InfotelGLPI/cmdb/releases/download/3.1.4/glpi-cmdb-3.1.4.tar.bz2</download_url >
30+ </version >
2631 <version >
2732 <num >3.1.3</num >
2833 <compatibility >~11.0</compatibility >
Original file line number Diff line number Diff line change @@ -172,6 +172,8 @@ function plugin_cmdb_install()
172172 }
173173 }
174174
175+ $ DB ->runFile (PLUGIN_CMDB_DIR . "/install/sql/update-3.1.4.sql " );
176+
175177 Profile::initProfile ();
176178 Profile::createFirstAccess ($ _SESSION ['glpiactiveprofile ' ]['id ' ]);
177179
Original file line number Diff line number Diff line change 1+ UPDATE ` glpi_items_tickets` SET ` itemtype` = ' GlpiPlugin\\ Resources\\ Resource' WHERE ` itemtype` = ' PluginResourcesResource' ;
2+ UPDATE ` glpi_items_problems` SET ` itemtype` = ' GlpiPlugin\\ Resources\\ Resource' WHERE ` itemtype` = ' PluginResourcesResource' ;
3+ UPDATE ` glpi_changes_items` SET ` itemtype` = ' GlpiPlugin\\ Cmdb\\ Operationprocess' WHERE ` itemtype` = ' PluginCmdbOperationprocess' ;
4+ UPDATE ` glpi_documents_items` SET ` itemtype` = ' GlpiPlugin\\ Cmdb\\ Operationprocess' WHERE ` itemtype` = ' PluginCmdbOperationprocess' ;
5+ UPDATE ` glpi_documents_items` SET ` itemtype` = ' GlpiPlugin\\ Cmdb\\ CIType' WHERE ` itemtype` = ' PluginCmdbCIType' ;
Original file line number Diff line number Diff line change 4242use GlpiPlugin \Cmdb \Profile ;
4343use function Safe \mkdir ;
4444
45- define ('PLUGIN_CMDB_VERSION ' , '3.1.3 ' );
45+ define ('PLUGIN_CMDB_VERSION ' , '3.1.4 ' );
4646
4747if (!defined ("PLUGIN_CMDB_DIR " )) {
4848 define ("PLUGIN_CMDB_DIR " , Plugin::getPhpDir ("cmdb " ));
You can’t perform that action at this time.
0 commit comments