Skip to content

Commit e347da9

Browse files
committed
1.8.4
1 parent 53ffea2 commit e347da9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

mreporting.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ Voir documentation : https://github.com/PluginsGLPI/mreporting/wiki
9898
<author>Infotel</author>
9999
</authors>
100100
<versions>
101+
<version>
102+
<num>1.8.4</num>
103+
<compatibility>~10.0.0</compatibility>
104+
<download_url>https://github.com/pluginsGLPI/mreporting/releases/download/1.8.4/glpi-mreporting-1.8.4.tar.bz2</download_url>
105+
</version>
101106
<version>
102107
<num>1.8.3</num>
103108
<compatibility>~10.0.0</compatibility>

setup.php

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

32-
define ('PLUGIN_MREPORTING_VERSION', '1.8.3');
32+
define ('PLUGIN_MREPORTING_VERSION', '1.8.4');
3333

3434
// Minimal GLPI version, inclusive
3535
define("PLUGIN_MREPORTING_MIN_GLPI", "10.0.0");

0 commit comments

Comments
 (0)