From 722e1e554df6bc9e5dfeb18bdd20cd38cb5abc91 Mon Sep 17 00:00:00 2001 From: Stanislas Date: Thu, 10 Oct 2024 11:25:01 +0200 Subject: [PATCH] 2.14.0 (#429) * 2.14.0 * Update CHANGELOG.md Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com> * Update datainjection.xml Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com> * Update setup.php Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com> --------- Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com> --- CHANGELOG.md | 2 ++ datainjection.xml | 5 +++++ setup.php | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d50a83..2171183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [2.14.0] - 2024-10-10 + ### Added - Display max upload size diff --git a/datainjection.xml b/datainjection.xml index 12ff1af..8a1c66c 100644 --- a/datainjection.xml +++ b/datainjection.xml @@ -28,6 +28,11 @@ Xavier Caillaud + + 2.14.0 + ~10.0.11 + https://github.com/pluginsGLPI/datainjection/releases/download/2.13.5/glpi-datainjection-2.13.6.tar.bz2 + 2.13.5 ~10.0.11 diff --git a/setup.php b/setup.php index 18f01ae..a6e52bd 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_DATAINJECTION_VERSION', '2.13.5'); +define('PLUGIN_DATAINJECTION_VERSION', '2.14.0'); // Minimal GLPI version, inclusive define("PLUGIN_DATAINJECTION_MIN_GLPI", "10.0.11");