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 2e126c6 commit 000c1fbCopy full SHA for 000c1fb
plugin.xml
@@ -53,6 +53,11 @@ Fonctionnalités
53
<author>TECLIB'</author>
54
</authors>
55
<versions>
56
+ <version>
57
+ <num>1.10.5</num>
58
+ <compatibility>~10.0.0</compatibility>
59
+ <download_url>https://github.com/pluginsGLPI/news/releases/download/1.10.5/glpi-news-1.10.5.tar.bz2</download_url>
60
+ </version>
61
<version>
62
<num>1.10.4</num>
63
<compatibility>~10.0.0</compatibility>
setup.php
@@ -28,7 +28,7 @@
28
* -------------------------------------------------------------------------
29
*/
30
31
-define ('PLUGIN_NEWS_VERSION', '1.10.4');
+define ('PLUGIN_NEWS_VERSION', '1.10.5');
32
33
// Minimal GLPI version, inclusive
34
define("PLUGIN_NEWS_MIN_GLPI", "10.0.0");
0 commit comments