From a0c08298e83a340d09a81c1fea5ed5d368f17fea Mon Sep 17 00:00:00 2001 From: Nicolas Domenech Date: Tue, 19 Dec 2023 12:22:31 +0100 Subject: [PATCH] #551 [Mod] add: new version number 1.5.0 --- README.md | 9 +++++---- core/modules/modDoliSIRH.class.php | 2 +- .../interface_99_modDolisirh_DolisirhTriggers.class.php | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 35fb412..4e01910 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Informations - Numéro du module : 436310 -- Dernière mise à jour : 13/09/2023 +- Dernière mise à jour : 22/12/2023 - Éditeur : [Evarisk](https://evarisk.com) - Thème : Eldy Menu - Licence : GPLv3 @@ -11,9 +11,10 @@ ### Version -- Version : 1.4.0 -- Compatibilité : Dolibarr 16.0.0 - 17.0.3 -- Saturne Framework : 1.1.2 +- Version : 1.5.0 +- PHP : 7.4.33 +- Compatibilité : Dolibarr 16.0.0 - 18.0.4 +- Saturne Framework : 1.2.1 ## Liens diff --git a/core/modules/modDoliSIRH.class.php b/core/modules/modDoliSIRH.class.php index 62db2a2..ba8e511 100644 --- a/core/modules/modDoliSIRH.class.php +++ b/core/modules/modDoliSIRH.class.php @@ -78,7 +78,7 @@ public function __construct($db) $this->editor_url = 'https://evarisk.com'; // Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'. - $this->version = '1.4.0'; + $this->version = '1.5.0'; // Url to the file with your last numberversion of this module. //$this->url_last_version = 'http://www.example.com/versionmodule.txt'; diff --git a/core/triggers/interface_99_modDolisirh_DolisirhTriggers.class.php b/core/triggers/interface_99_modDolisirh_DolisirhTriggers.class.php index 5052e02..eb7da9b 100644 --- a/core/triggers/interface_99_modDolisirh_DolisirhTriggers.class.php +++ b/core/triggers/interface_99_modDolisirh_DolisirhTriggers.class.php @@ -49,7 +49,7 @@ public function __construct(DoliDB $db) $this->name = preg_replace('/^Interface/i', '', get_class($this)); $this->family = 'demo'; $this->description = 'DoliSIRH triggers.'; - $this->version = '1.4.0'; + $this->version = '1.5.0'; $this->picto = 'dolisirh@dolisirh'; }