From b9a917def4e0d188618961e6408c16c916041b10 Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Thu, 24 Nov 2022 14:48:06 +0100 Subject: [PATCH 1/2] bump(2.12.7): 2.12.7 --- CHANGELOG.md | 9 +++++++++ plugin.xml | 5 +++++ setup.php | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb76071fc..986e95593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +## [2.12.7](https://github.com/pluginsglpi/formcreator/compare/v2.12.6..2.12.7) (2022-11-24) + + +### Bug Fixes + +* **ldapquestion:** missing files ([4b4d801b](https://github.com/pluginsglpi/formcreator/commit/4b4d801b)) + + ## [2.12.6](https://github.com/pluginsglpi/formcreator/compare/v2.12.5..2.12.6) (2022-05-19) diff --git a/plugin.xml b/plugin.xml index 9f30d76fc..b36258fc9 100644 --- a/plugin.xml +++ b/plugin.xml @@ -76,6 +76,11 @@ Features ~10.0 https://github.com/pluginsGLPI/formcreator/releases/download/2.13.0-alpha.1/glpi-formcreator-2.13.0-alpha.1.tar.bz2 + + 2.12.7 + ~9.5.5 + https://github.com/pluginsGLPI/formcreator/releases/download/v2.12.7/glpi-formcreator-2.12.7.tar.bz2 + 2.12.6 ~9.5.5 diff --git a/setup.php b/setup.php index 07264ae4c..593da51fd 100644 --- a/setup.php +++ b/setup.php @@ -31,7 +31,7 @@ global $CFG_GLPI; // Version of the plugin (major.minor.bugfix) -define('PLUGIN_FORMCREATOR_VERSION', '2.12.6'); +define('PLUGIN_FORMCREATOR_VERSION', '2.12.7'); // Schema version of this version (major.minor only) define('PLUGIN_FORMCREATOR_SCHEMA_VERSION', '2.12'); // is or is not an official release of the plugin From e8c5267fba2e7fccdd6a55650d354204c67bf46f Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Thu, 24 Nov 2022 15:01:36 +0100 Subject: [PATCH 2/2] docs: bump version in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ca83fe33..d3ec160a7 100644 --- a/package.json +++ b/package.json @@ -14,5 +14,5 @@ "tag": true } }, - "version": "2.12.6" + "version": "2.12.7" }