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 bf2610a commit fb846baCopy full SHA for fb846ba
plugin.xml
@@ -29,6 +29,11 @@
29
<author>Benjamin Fontan</author>
30
</authors>
31
<versions>
32
+ <version>
33
+ <num>2.8.1</num>
34
+ <compatibility>~10.0.0</compatibility>
35
+ <download_url>https://github.com/pluginsGLPI/order/releases/download/2.8.1/glpi-order-2.8.1.tar.bz2</download_url>
36
+ </version>
37
<version>
38
<num>2.8.0</num>
39
<compatibility>~10.0.0</compatibility>
setup.php
@@ -28,7 +28,7 @@
28
* -------------------------------------------------------------------------
*/
-define('PLUGIN_ORDER_VERSION', '2.8.0');
+define('PLUGIN_ORDER_VERSION', '2.8.1');
// Minimal GLPI version, inclusive
define("PLUGIN_ORDER_MIN_GLPI", "10.0.0");
0 commit comments