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