Skip to content

Commit 9444344

Browse files
committed
Add 1.8.0 version definition
1 parent 1eef64c commit 9444344

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ Fonctionnalités
5353
<author>TECLIB'</author>
5454
</authors>
5555
<versions>
56+
<version>
57+
<num>1.8.0</num>
58+
<compatibility>~9.5.0</compatibility>
59+
<download_url>https://github.com/pluginsGLPI/news/releases/download/1.8.0/glpi-news-1.8.0.tar.bz2</download_url>
60+
</version>
5661
<version>
5762
<num>1.7.0</num>
5863
<compatibility>~9.5.0</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.7.0');
24+
define ('PLUGIN_NEWS_VERSION', '1.8.0');
2525

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

0 commit comments

Comments
 (0)