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 b8edf64 commit 43db9dbCopy full SHA for 43db9db
plugin.xml
@@ -33,6 +33,11 @@
33
<author>TECLIB'</author>
34
</authors>
35
<versions>
36
+ <version>
37
+ <num>2.11.2</num>
38
+ <compatibility>~10.0.0</compatibility>
39
+ <download_url>https://github.com/pluginsGLPI/tag/releases/download/2.11.2/glpi-tag-2.11.2.tar.bz2</download_url>
40
+ </version>
41
<version>
42
<num>2.11.1</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.1');
+define ('PLUGIN_TAG_VERSION', '2.11.2');
// Minimal GLPI version, inclusive
define("PLUGIN_TAG_MIN_GLPI", "10.0.0");
0 commit comments