From 81525f9658ddcb7738efc3d4920c253762f8a58e Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Thu, 16 Jul 2020 10:52:41 +0200 Subject: [PATCH 1/4] bump(2.10.1): version 2.10.1 Signed-off-by: Thierry Bugier --- plugin.xml | 6 ++++++ setup.php | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/plugin.xml b/plugin.xml index 9f47c7eec..12f244453 100644 --- a/plugin.xml +++ b/plugin.xml @@ -320,6 +320,12 @@ Features 9.5 https://github.com/pluginsGLPI/formcreator/releases/download/v2.10.0/glpi-formcreator-2.10.0.tar.bz2 + + 2.10.1 + 9.4 + 9.5 + https://github.com/pluginsGLPI/formcreator/releases/download/v2.10.1/glpi-formcreator-2.10.1.tar.bz2 + ca_ES diff --git a/setup.php b/setup.php index 4a3263145..38cb5e9a3 100644 --- a/setup.php +++ b/setup.php @@ -31,11 +31,11 @@ global $CFG_GLPI; // Version of the plugin -define('PLUGIN_FORMCREATOR_VERSION', '2.10.1-dev'); +define('PLUGIN_FORMCREATOR_VERSION', '2.10.1'); // Schema version of this version define('PLUGIN_FORMCREATOR_SCHEMA_VERSION', '2.10'); // is or is not an official release of the plugin -define('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE', false); +define('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE', true); // Minimal GLPI version, inclusive define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION', '9.4'); From 0b6662344a6c80d94cadb83c5f9a59c37bb58887 Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Thu, 16 Jul 2020 11:15:42 +0200 Subject: [PATCH 2/4] 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 0ad9b0824..b13ca95f9 100644 --- a/package.json +++ b/package.json @@ -11,5 +11,5 @@ } }, "dependencies": [], - "version": "2.10.1-dev" + "version": "2.10.1" } From 8cb353cac0dc0258311a2c8c79eb92861c1a8bed Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Thu, 16 Jul 2020 14:56:13 +0200 Subject: [PATCH 3/4] docs(changelog): update Signed-off-by: Thierry Bugier --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 827bf07d7..cb087ff1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,43 @@ + +## [2.10.1](https://github.com/pluginsglpi/formcreator/compare/v2.10.0..2.10.1) (2020-07-16) + + +### Bug Fixes + +* bad path for marketplace ([9e49a028](https://github.com/pluginsglpi/formcreator/commit/9e49a028)) +* keep backward compatibility with GLPI 9.4 ([dedde0b5](https://github.com/pluginsglpi/formcreator/commit/dedde0b5)) +* keep compatibility # [2.10.0](https://github.com/pluginsglpi/formcreator/compare/v2.10.0-rc.1...v2.10.0) (2020-06-23) From 5646ef461c34d61c97347bf7cb228dd9486486a1 Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Thu, 16 Jul 2020 15:05:40 +0200 Subject: [PATCH 4/4] bump(dependencies): update dev dependencies Signed-off-by: Thierry Bugier --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b13ca95f9..2e559f0a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "devDependencies": { - "standard-version": "^4.2.0", - "conventional-changelog-cli": "^1.3.5" + "standard-version": "^8.0", + "conventional-changelog-cli": "^2.0" }, "standard-version": { "skip": {