We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a918cc5 commit c76b449Copy full SHA for c76b449
2 files changed
metabase.xml
@@ -51,6 +51,11 @@ Il permet actuellement de:
51
<author>Teclib'</author>
52
</authors>
53
<versions>
54
+ <version>
55
+ <num>1.3.3</num>
56
+ <compatibility>~10.0.0</compatibility>
57
+ <download_url>https://github.com/pluginsGLPI/metabase/releases/download/1.3.3/glpi-metabase-1.3.3.tar.bz2</download_url>
58
+ </version>
59
<version>
60
<num>1.3.2</num>
61
<compatibility>~10.0.0</compatibility>
setup.php
@@ -28,7 +28,7 @@
28
* -------------------------------------------------------------------------
29
*/
30
31
-define('PLUGIN_METABASE_VERSION', '1.3.2');
+define('PLUGIN_METABASE_VERSION', '1.3.3');
32
33
// Minimal GLPI version, inclusive
34
define("PLUGIN_METABASE_MIN_GLPI", "10.0.0");
0 commit comments