Skip to content

Commit

Permalink
Merge pull request #957 from nicolas-eoxia/add_new_version_number
Browse files Browse the repository at this point in the history
#956 [Mod] add: new version number 1.5.0
  • Loading branch information
nicolas-eoxia authored Jun 3, 2024
2 parents 873b6b4 + c954b13 commit efcef3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
## 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
- Disponible sur : Windows - MacOS - Linux

### Version

- Version : 1.4.0
- Version : 1.5.0
- PHP : 7.4.33
- Compatibilité : Dolibarr 16.0.0 - 19.0.2

Expand Down
2 changes: 1 addition & 1 deletion core/modules/modSaturne.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

Expand Down

0 comments on commit efcef3b

Please sign in to comment.