diff --git a/plugin.xml b/plugin.xml index 4ab2962..3f46dc8 100644 --- a/plugin.xml +++ b/plugin.xml @@ -53,6 +53,11 @@ Fonctionnalités TECLIB' + + 1.10.4 + ~10.0.0 + https://github.com/pluginsGLPI/news/releases/download/1.10.4/glpi-news-1.10.4.tar.bz2 + 1.10.3 ~10.0.0 diff --git a/setup.php b/setup.php index 9592b65..f118e49 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define ('PLUGIN_NEWS_VERSION', '1.10.3'); +define ('PLUGIN_NEWS_VERSION', '1.10.4'); // Minimal GLPI version, inclusive define("PLUGIN_NEWS_MIN_GLPI", "10.0.0");