diff --git a/README.md b/README.md index 86674f5..283562b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Informations - Numéro du module : 436304 -- Dernière mise à jour : 24/07/2023 +- Dernière mise à jour : 13/09/2023 - Éditeur : [Evarisk](https://evarisk.com) - Thème : Eldy Menu - Licence : GPLv3 @@ -12,8 +12,8 @@ ## Version - Version : 1.2.0 -- Compatibilité : Dolibarr 16.0.0 - 17.0.2 -- Saturne framework : 1.1.1 +- Compatibilité : Dolibarr 16.0.0 - 18.0.0 +- Saturne framework : 1.1.2 ## Liens diff --git a/core/modules/modDoliMeet.class.php b/core/modules/modDoliMeet.class.php index a39185f..a053c45 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.1.0'; + $this->version = '1.2.0'; // Url to the file with your last numberversion of this module. //$this->url_last_version = 'http://www.example.com/versionmodule.txt';