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/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" } 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