Skip to content

Commit

Permalink
Merge pull request #606 from nicolas-eoxia/add_new_version_number
Browse files Browse the repository at this point in the history
#605 [Mod] add: new version number 1.5.1
  • Loading branch information
nicolas-eoxia authored Sep 18, 2024
2 parents 3511f60 + 41f9292 commit 40dd0f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
## Informations

- Numéro du module : 436310
- Dernière mise à jour : 22/12/2023
- Dernière mise à jour : 18/09/2024
- Éditeur : [Evarisk](https://evarisk.com)
- Thème : Eldy Menu
- Licence : GPLv3
- Disponible sur : Windows - MacOS - Linux

### Version

- Version : 1.5.0
- Version : 1.5.1
- PHP : 7.4.33
- Compatibilité : Dolibarr 16.0.0 - 18.0.4
- Saturne Framework : 1.2.1
- Compatibilité : Dolibarr 18.0.0 - 20.0.0
- Saturne Framework : 1.6.1

## Liens

Expand Down
4 changes: 2 additions & 2 deletions core/modules/modDoliSIRH.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0';
$this->version = '1.5.1';

// Url to the file with your last numberversion of this module.
//$this->url_last_version = 'http://www.example.com/versionmodule.txt';
Expand Down Expand Up @@ -171,7 +171,7 @@ public function __construct($db)

// Prerequisites.
$this->phpmin = [7, 4]; // Minimum version of PHP required by module.
$this->need_dolibarr_version = [16, 0]; // Minimum version of Dolibarr required by module.
$this->need_dolibarr_version = [18, 0]; // Minimum version of Dolibarr required by module.

// Messages at activation.
$this->warnings_activation = []; // Warning to show when we activate module. array('always'='text') or array('FR'='textfr','ES'='textes'...).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0';
$this->version = '1.5.1';
$this->picto = 'dolisirh@dolisirh';
}

Expand Down

0 comments on commit 40dd0f5

Please sign in to comment.