We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22631b commit 46e2d39Copy full SHA for 46e2d39
positions.xml
@@ -25,6 +25,11 @@
25
<author>Infotel</author>
26
</authors>
27
<versions>
28
+ <version>
29
+ <num>6.0.0</num>
30
+ <compatibility>~10.0</compatibility>
31
+ <download_url>https://github.com/InfotelGLPI/positions/releases/download/6.0.0/glpi-positions-6.0.0.tar.bz2</download_url>
32
+ </version>
33
<version>
34
<num>6.0.0-rc2</num>
35
<compatibility>~10.0</compatibility>
setup.php
@@ -29,7 +29,7 @@
// Init the hooks of the plugins -Needed
-define('PLUGIN_POSITIONS_VERSION', '6.0.0-rc2');
+define('PLUGIN_POSITIONS_VERSION', '6.0.0');
if (!defined("PLUGIN_POSITIONS_DIR")) {
define("PLUGIN_POSITIONS_DIR", Plugin::getPhpDir("positions"));
0 commit comments