We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51abeac commit ab54a62Copy full SHA for ab54a62
2 files changed
escalade.xml
@@ -61,6 +61,11 @@ Elle ajoute les fonctionnalités suivantes :
61
<author>Teclib'</author>
62
</authors>
63
<versions>
64
+ <version>
65
+ <num>2.9.0</num>
66
+ <compatibility>~10.0.0</compatibility>
67
+ <download_url>https://github.com/pluginsGLPI/escalade/releases/download/2.9.0/glpi-escalade-2.9.0.tar.bz2</download_url>
68
+ </version>
69
<version>
70
<num>2.8.3</num>
71
<compatibility>~10.0.0</compatibility>
setup.php
@@ -30,7 +30,7 @@
30
31
use Glpi\Plugin\Hooks;
32
33
-define ('PLUGIN_ESCALADE_VERSION', '2.8.3');
+define ('PLUGIN_ESCALADE_VERSION', '2.9.0');
34
35
// Minimal GLPI version, inclusive
36
define("PLUGIN_ESCALADE_MIN_GLPI", "10.0.0");
0 commit comments