Skip to content

Commit cb7bb0b

Browse files
committed
Add 1.4.0 version definition
1 parent bdac659 commit cb7bb0b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

plugin.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Features
4141
<author>TECLIB'</author>
4242
</authors>
4343
<versions>
44+
<version>
45+
<num>1.4.0</num>
46+
<compatibility>9.3</compatibility>
47+
</version>
4448
<version>
4549
<num>1.3.5</num>
4650
<compatibility>9.2</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
--------------------------------------------------------------------------
2222
*/
2323

24-
define ('PLUGIN_NEWS_VERSION', '1.3.5');
24+
define ('PLUGIN_NEWS_VERSION', '1.4.0');
2525

2626
// Minimal GLPI version, inclusive
2727
define("PLUGIN_NEWS_MIN_GLPI", "9.3");

0 commit comments

Comments
 (0)