Skip to content

Commit ed8a33b

Browse files
committed
1.3.0
1 parent c218e66 commit ed8a33b

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

metabase.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,9 @@ Il permet actuellement de:
5252
</authors>
5353
<versions>
5454
<version>
55-
<num>1.3.0-rc2</num>
55+
<num>1.3.0</num>
5656
<compatibility>~10.0.0</compatibility>
57-
<download_url>https://github.com/pluginsGLPI/metabase/releases/download/1.3.0-rc2/glpi-metabase-1.3.0-rc2.tar.bz2</download_url>
58-
</version>
59-
<version>
60-
<num>1.3.0-rc1</num>
61-
<compatibility>~10.0.0</compatibility>
62-
<download_url>https://github.com/pluginsGLPI/metabase/releases/download/1.3.0-rc1/glpi-metabase-1.3.0-rc1.tar.bz2</download_url>
57+
<download_url>https://github.com/pluginsGLPI/metabase/releases/download/1.3.0/glpi-metabase-1.3.0.tar.bz2</download_url>
6358
</version>
6459
<version>
6560
<num>1.2.4</num>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* -------------------------------------------------------------------------
2929
*/
3030

31-
define('PLUGIN_METABASE_VERSION', '1.2.4');
31+
define('PLUGIN_METABASE_VERSION', '1.3.0');
3232

3333
// Minimal GLPI version, inclusive
3434
define("PLUGIN_METABASE_MIN_GLPI", "10.0.0");

0 commit comments

Comments
 (0)