File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2626 <author >Jérémy Moreau</author >
2727 </authors >
2828 <versions >
29+ <version >
30+ <num >11.0.3</num >
31+ <compatibility >~11.0</compatibility >
32+ <download_url >https://github.com/pluginsGLPI/connections/releases/download/11.0.3/glpi-connections-11.0.3.tar.bz2</download_url >
33+ </version >
2934 <version >
3035 <num >11.0.2</num >
3136 <compatibility >~11.0</compatibility >
Original file line number Diff line number Diff line change 3434use GlpiPlugin \Connections \Connection_Item ;
3535use GlpiPlugin \Connections \Profile ;
3636
37- define ('PLUGIN_CONNECTIONS_VERSION ' , '11.0.2 ' );
37+ define ('PLUGIN_CONNECTIONS_VERSION ' , '11.0.3 ' );
3838
3939global $ CFG_GLPI ;
4040
Original file line number Diff line number Diff line change 1+ UPDATE ` glpi_items_tickets` SET ` itemtype` = ' GlpiPlugin\\ Connections\\ Connection' WHERE ` itemtype` = ' PluginConnectionsConnection' ;
2+ UPDATE ` glpi_items_problems` SET ` itemtype` = ' GlpiPlugin\\ Connections\\ Connection' WHERE ` itemtype` = ' PluginConnectionsConnection' ;
3+ UPDATE ` glpi_changes_items` SET ` itemtype` = ' GlpiPlugin\\ Connections\\ Connection' WHERE ` itemtype` = ' PluginConnectionsConnection' ;
4+ UPDATE ` glpi_documents_items` SET ` itemtype` = ' GlpiPlugin\\ Connections\\ Connection' WHERE ` itemtype` = ' PluginConnectionsConnection' ;
You can’t perform that action at this time.
0 commit comments