Skip to content

Commit 784937a

Browse files
committed
1.10.1
1 parent 965bca3 commit 784937a

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.10.1</num>
58+
<compatibility>~10.0.0</compatibility>
59+
<download_url>https://github.com/pluginsGLPI/news/releases/download/1.10.1/glpi-news-1.10.1.tar.bz2</download_url>
60+
</version>
5661
<version>
5762
<num>1.10.0</num>
5863
<compatibility>~10.0.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* -------------------------------------------------------------------------
2929
*/
3030

31-
define ('PLUGIN_NEWS_VERSION', '1.10.0');
31+
define ('PLUGIN_NEWS_VERSION', '1.10.1');
3232

3333
// Minimal GLPI version, inclusive
3434
define("PLUGIN_NEWS_MIN_GLPI", "10.0.0");

0 commit comments

Comments
 (0)