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 bdac659 commit cb7bb0bCopy full SHA for cb7bb0b
plugin.xml
@@ -41,6 +41,10 @@ Features
41
<author>TECLIB'</author>
42
</authors>
43
<versions>
44
+ <version>
45
+ <num>1.4.0</num>
46
+ <compatibility>9.3</compatibility>
47
+ </version>
48
<version>
49
<num>1.3.5</num>
50
<compatibility>9.2</compatibility>
setup.php
@@ -21,7 +21,7 @@
21
--------------------------------------------------------------------------
22
*/
23
24
-define ('PLUGIN_NEWS_VERSION', '1.3.5');
+define ('PLUGIN_NEWS_VERSION', '1.4.0');
25
26
// Minimal GLPI version, inclusive
27
define("PLUGIN_NEWS_MIN_GLPI", "9.3");
0 commit comments