From b09abbb255967123023507479e4cc318b5c4d4fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20France?= Date: Sat, 17 Feb 2024 14:09:56 +0100 Subject: [PATCH 1/2] module number --- core/modules/modEasydocgenerator.class.php | 2 +- json/configuration.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/modEasydocgenerator.class.php b/core/modules/modEasydocgenerator.class.php index 136858a..c55400a 100644 --- a/core/modules/modEasydocgenerator.class.php +++ b/core/modules/modEasydocgenerator.class.php @@ -85,7 +85,7 @@ public function __construct($db) $this->editor_url = $this->configuration['editor_url']; // Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated', 'experimental_deprecated' or a version string like 'x.y.z' - $this->version = '1.0.3'; // TODO remove this line + $this->version = '1.0.4'; // TODO remove this line $this->version = $this->configuration['version']; // Url to the file with your last numberversion of this module // $this->url_last_version = 'http://www.example.com/versionmodule.txt'; diff --git a/json/configuration.json b/json/configuration.json index a896c0a..38a22ae 100644 --- a/json/configuration.json +++ b/json/configuration.json @@ -1,6 +1,6 @@ { "numero": 13371234, - "version": "1.0.3", + "version": "1.0.4", "rights_class": "easydocgenerator", "family": "other", "picto": "pdf", From fa9e254c754b7addedcf2eeec9fd08f8b2347045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20France?= Date: Sat, 17 Feb 2024 14:12:04 +0100 Subject: [PATCH 2/2] module number --- json/configuration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/configuration.json b/json/configuration.json index 38a22ae..f1e5633 100644 --- a/json/configuration.json +++ b/json/configuration.json @@ -1,5 +1,5 @@ { - "numero": 13371234, + "numero": 491350, "version": "1.0.4", "rights_class": "easydocgenerator", "family": "other",