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 1eef64c commit 9444344Copy full SHA for 9444344
plugin.xml
@@ -53,6 +53,11 @@ Fonctionnalités
53
<author>TECLIB'</author>
54
</authors>
55
<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>
61
<version>
62
<num>1.7.0</num>
63
<compatibility>~9.5.0</compatibility>
setup.php
@@ -21,7 +21,7 @@
21
--------------------------------------------------------------------------
22
*/
23
24
-define ('PLUGIN_NEWS_VERSION', '1.7.0');
+define ('PLUGIN_NEWS_VERSION', '1.8.0');
25
26
// Minimal GLPI version, inclusive
27
define("PLUGIN_NEWS_MIN_GLPI", "9.5");
0 commit comments