From cd2de744139b0a72a16f67bb2206b0d12882a143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Fri, 7 Feb 2020 10:19:07 +0100 Subject: [PATCH] Add 1.6.0 version definition --- plugin.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index 71707d7..940d927 100644 --- a/plugin.xml +++ b/plugin.xml @@ -53,6 +53,11 @@ Fonctionnalités TECLIB' + + 1.6.0 + ~9.4.0 + https://github.com/pluginsGLPI/news/releases/download/1.6.0/glpi-news-1.6.0.tar.bz2 + 1.5.4 ~9.4.0 diff --git a/setup.php b/setup.php index 7175113..68d3551 100644 --- a/setup.php +++ b/setup.php @@ -21,7 +21,7 @@ -------------------------------------------------------------------------- */ -define ('PLUGIN_NEWS_VERSION', '1.5.4'); +define ('PLUGIN_NEWS_VERSION', '1.6.0'); // Minimal GLPI version, inclusive define("PLUGIN_NEWS_MIN_GLPI", "9.4");