From aeb6144d98d1f50f972d3db56b1bf9f4fd576731 Mon Sep 17 00:00:00 2001 From: cconard96 Date: Wed, 15 Dec 2021 03:18:07 -0500 Subject: [PATCH] Release alpha for GLPI 10 --- camerainput.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/camerainput.xml b/camerainput.xml index 930305a..1b31d31 100644 --- a/camerainput.xml +++ b/camerainput.xml @@ -35,6 +35,11 @@ ~9.5.0 https://github.com/cconard96/glpi-camerainput-plugin/releases/download/v1.0.3/glpi-camerainput-v1.0.3.tar.bz2 + + 2.0.0-alpha1 + ~10.0.0 + https://github.com/cconard96/glpi-camerainput-plugin/releases/download/v2.0.0-alpha1/glpi-camerainput-v2.0.0-alpha1.tar.bz2 + en_GB diff --git a/setup.php b/setup.php index 0e98e45..e490b4f 100644 --- a/setup.php +++ b/setup.php @@ -20,7 +20,7 @@ -------------------------------------------------------------------------- */ -define('PLUGIN_CAMERAINPUT_VERSION', '2.0.0'); +define('PLUGIN_CAMERAINPUT_VERSION', '2.0.0-alpha1'); define('PLUGIN_CAMERAINPUT_MIN_GLPI', '10.0.0'); define('PLUGIN_CAMERAINPUT_MAX_GLPI', '10.1.0');