diff --git a/README.md b/README.md index 40233eb..f843da3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Informations - Numéro du module : 436304 -- Dernière mise à jour : 07/03/2024 +- Dernière mise à jour : 13/12/2024 - Éditeur : [Evarisk](https://evarisk.com) - Thème : Eldy Menu - Licence : GPLv3 @@ -11,10 +11,10 @@ ## Version -- Version : 1.3.0 +- Version : 1.5.0 - PHP : 7.4.33 -- Compatibilité : Dolibarr 16.0.0 - 18.0.5 -- Saturne framework : 1.3.0 +- Compatibilité : Dolibarr 19.0.0 - 20.0.2 +- Saturne framework : 1.7.0 ## Liens diff --git a/core/modules/modDoliMeet.class.php b/core/modules/modDoliMeet.class.php index ae2e190..b29f8c9 100644 --- a/core/modules/modDoliMeet.class.php +++ b/core/modules/modDoliMeet.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_modDoliMeet_DoliMeetTriggers.class.php b/core/triggers/interface_99_modDoliMeet_DoliMeetTriggers.class.php index 7b33563..50a2a3f 100644 --- a/core/triggers/interface_99_modDoliMeet_DoliMeetTriggers.class.php +++ b/core/triggers/interface_99_modDoliMeet_DoliMeetTriggers.class.php @@ -47,7 +47,7 @@ public function __construct(DoliDB $db) $this->name = preg_replace('/^Interface/i', '', get_class($this)); $this->family = 'demo'; $this->description = 'DoliMeet triggers.'; - $this->version = '1.4.0'; + $this->version = '1.5.0'; $this->picto = 'dolimeet@dolimeet'; }