Skip to content

Commit f2ef0e2

Browse files
committed
Fix links with GLPI
Bump version
1 parent f44e47b commit f2ef0e2

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

connections.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
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>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
use GlpiPlugin\Connections\Connection_Item;
3535
use GlpiPlugin\Connections\Profile;
3636

37-
define('PLUGIN_CONNECTIONS_VERSION', '11.0.2');
37+
define('PLUGIN_CONNECTIONS_VERSION', '11.0.3');
3838

3939
global $CFG_GLPI;
4040

sql/update-11.0.3.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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';

0 commit comments

Comments
 (0)