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 1da9072 commit cce752dCopy full SHA for cce752d
sccm.xml
@@ -47,6 +47,11 @@ Prerequisite :
47
<author>TECLIB'</author>
48
</authors>
49
<versions>
50
+ <version>
51
+ <num>2.4.1</num>
52
+ <compatibility>~10.0.0</compatibility>
53
+ <download_url>https://github.com/pluginsGLPI/sccm/releases/download/2.4.1/glpi-sccm-2.4.1.tar.bz2</download_url>
54
+ </version>
55
<version>
56
<num>2.4.0</num>
57
<compatibility>~10.0.0</compatibility>
setup.php
@@ -29,7 +29,7 @@
29
* -------------------------------------------------------------------------
30
*/
31
32
-define("PLUGIN_SCCM_VERSION", "2.4.0");
+define("PLUGIN_SCCM_VERSION", "2.4.1");
33
34
// Minimal GLPI version, inclusive
35
define("PLUGIN_SCCM_MIN_GLPI", "10.0.0");
0 commit comments