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