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 2275d57 commit 43e96deCopy full SHA for 43e96de
sccm.xml
@@ -55,6 +55,11 @@ Prerequisite :
55
<author>TECLIB'</author>
56
</authors>
57
<versions>
58
+ <version>
59
+ <num>2.3.1</num>
60
+ <compatibility>~9.5.0</compatibility>
61
+ <download_url>https://github.com/pluginsGLPI/sccm/releases/download/2.3.1/glpi-sccm-2.3.1.tar.bz2</download_url>
62
+ </version>
63
<version>
64
<num>2.3.0</num>
65
<compatibility>~9.5.0</compatibility>
setup.php
@@ -29,7 +29,7 @@
29
* -------------------------------------------------------------------------
30
*/
31
32
-define("PLUGIN_SCCM_VERSION", "2.3.0");
+define("PLUGIN_SCCM_VERSION", "2.3.1");
33
34
// Minimal GLPI version, inclusive
35
define("PLUGIN_SCCM_MIN_GLPI", "9.5");
0 commit comments