We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61988a5 commit e28f371Copy full SHA for e28f371
glpiinventory.xml
@@ -94,6 +94,11 @@
94
<author>Teclib'</author>
95
</authors>
96
<versions>
97
+ <version>
98
+ <num>1.2.2</num>
99
+ <compatibility>~10.0.8</compatibility>
100
+ <download_url>https://github.com/glpi-project/glpi-inventory-plugin/releases/download/1.2.2/glpi-glpiinventory-1.2.2.tar.bz2</download_url>
101
+ </version>
102
<version>
103
<num>1.2.1</num>
104
<compatibility>~10.0.2</compatibility>
setup.php
@@ -33,7 +33,7 @@
33
34
use Glpi\Plugin\Hooks;
35
36
-define("PLUGIN_GLPIINVENTORY_VERSION", "1.2.1");
+define("PLUGIN_GLPIINVENTORY_VERSION", "1.2.2");
37
// Minimal GLPI version, inclusive
38
define('PLUGIN_GLPI_INVENTORY_GLPI_MIN_VERSION', '10.0.8');
39
// Maximum GLPI version, exclusive
0 commit comments