Skip to content

Commit

Permalink
Merge pull request #895 from nicolas-eoxia/add_version_number
Browse files Browse the repository at this point in the history
#888 [Mod] add: new version number 1.3.0
  • Loading branch information
nicolas-eoxia authored Apr 2, 2024
2 parents 6b09529 + 924d15f commit d03904d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
## Informations

- Numéro du module : 436318
- Dernière mise à jour : 19/01/2024
- Dernière mise à jour : 02/04/2024
- Éditeur : [Evarisk](https://evarisk.com)
- Thème : Eldy Menu
- Licence : GPLv3
- Disponible sur : Windows - MacOS - Linux

### Version

- Version : 1.2.1
- Version : 1.3.0
- PHP : 7.4.33
- Compatibilité : Dolibarr 16.0.0 - 18.0.4
- Compatibilité : Dolibarr 16.0.0 - 19.0.1

## Liens

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.2.1';
$this->version = '1.3.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.2.1';
$this->version = '1.3.0';
$this->picto = 'saturne@saturne';
}

Expand Down
2 changes: 1 addition & 1 deletion js/saturne.min.js

Large diffs are not rendered by default.

0 comments on commit d03904d

Please sign in to comment.