Skip to content

Commit 01cbc56

Browse files
committed
Add 1.9.1 version definition
1 parent 9ffd907 commit 01cbc56

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
@@ -58,6 +58,11 @@ Fonctionnalités
5858
<compatibility>~10.0.0</compatibility>
5959
<download_url>https://github.com/pluginsGLPI/news/releases/download/1.10.0-rc1/glpi-news-1.10.0-rc1.tar.bz2</download_url>
6060
</version>
61+
<version>
62+
<num>1.9.1</num>
63+
<compatibility>~9.5.0</compatibility>
64+
<download_url>https://github.com/pluginsGLPI/news/releases/download/1.9.1/glpi-news-1.9.1.tar.bz2</download_url>
65+
</version>
6166
<version>
6267
<num>1.9.0</num>
6368
<compatibility>~9.5.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.9.0');
31+
define ('PLUGIN_NEWS_VERSION', '1.9.1');
3232

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

0 commit comments

Comments
 (0)