We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb05c7e commit 5c174e4Copy full SHA for 5c174e4
manageentities.xml
@@ -21,6 +21,11 @@
21
<author>Infotel</author>
22
</authors>
23
<versions>
24
+ <version>
25
+ <num>4.1.2</num>
26
+ <compatibility>~11.0</compatibility>
27
+ <download_url>https://github.com/InfotelGLPI/manageentities/releases/download/4.1.2/glpi-manageentities-4.1.2.tar.bz2</download_url>
28
+ </version>
29
<version>
30
<num>4.1.1</num>
31
<compatibility>~11.0</compatibility>
setup.php
@@ -27,7 +27,7 @@
--------------------------------------------------------------------------
*/
-define('PLUGIN_MANAGEENTITIES_VERSION', '4.1.1');
+define('PLUGIN_MANAGEENTITIES_VERSION', '4.1.2');
32
global $CFG_GLPI;
33
0 commit comments