diff --git a/README.md b/README.md index d45476b4..3c640a5c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Informations - Numéro du module : 436318 -- Dernière mise à jour : 17/05/2024 +- Dernière mise à jour : 03/06/2024 - Éditeur : [Evarisk](https://evarisk.com) - Thème : Eldy Menu - Licence : GPLv3 @@ -11,7 +11,7 @@ ### Version -- Version : 1.4.0 +- Version : 1.5.0 - PHP : 7.4.33 - Compatibilité : Dolibarr 16.0.0 - 19.0.2 diff --git a/core/modules/modSaturne.class.php b/core/modules/modSaturne.class.php index 2a1cc08b..355518ee 100644 --- a/core/modules/modSaturne.class.php +++ b/core/modules/modSaturne.class.php @@ -75,7 +75,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_modSaturne_SaturneTriggers.class.php b/core/triggers/interface_99_modSaturne_SaturneTriggers.class.php index 025bc0fc..d66eb0d2 100644 --- a/core/triggers/interface_99_modSaturne_SaturneTriggers.class.php +++ b/core/triggers/interface_99_modSaturne_SaturneTriggers.class.php @@ -48,7 +48,7 @@ public function __construct(DoliDB $db) $this->name = preg_replace('/^Interface/i', '', get_class($this)); $this->family = 'demo'; $this->description = 'Saturne triggers.'; - $this->version = '1.4.0'; + $this->version = '1.5.0'; $this->picto = 'saturne@saturne'; }