We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378f3ba commit 3950ae8Copy full SHA for 3950ae8
plugin.xml
@@ -33,6 +33,11 @@
33
<author>TECLIB'</author>
34
</authors>
35
<versions>
36
+ <version>
37
+ <num>2.11.3</num>
38
+ <compatibility>~10.0.0</compatibility>
39
+ <download_url>https://github.com/pluginsGLPI/tag/releases/download/2.11.3/glpi-tag-2.11.3.tar.bz2</download_url>
40
+ </version>
41
<version>
42
<num>2.11.2</num>
43
<compatibility>~10.0.0</compatibility>
setup.php
@@ -30,7 +30,7 @@
30
31
use Glpi\Plugin\Hooks;
32
-define ('PLUGIN_TAG_VERSION', '2.11.2');
+define ('PLUGIN_TAG_VERSION', '2.11.3');
// Minimal GLPI version, inclusive
define("PLUGIN_TAG_MIN_GLPI", "10.0.0");
0 commit comments