Skip to content

Commit 76f7ae5

Browse files
Merge pull request #4403 from nicolas-eoxia/add_new_version_number
#4399 [Mod] add: new version number 21.0.0
2 parents 43177c5 + 75b7136 commit 76f7ae5

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
## Informations
44

55
- Numéro du module : 436302
6-
- Dernière mise à jour : 13/01/2025
6+
- Dernière mise à jour : 15/05/2025
77
- Éditeur : [Evarisk](https://evarisk.com)
88
- Thème : Eldy Menu
99
- Licence : GPLv3
1010
- Disponible sur : Windows - MacOS - Linux
1111

1212
### Version
1313

14-
- Version : 20.0.1
14+
- Version : 21.0.0
1515
- PHP : 7.4.33
16-
- Compatibilité : Dolibarr 20.0.0 - 20.0.4
17-
- Saturne Framework : 1.7.0
16+
- Compatibilité : Dolibarr 20.0.0 - 21.0.1
17+
- Saturne Framework : 21.0.0
1818

1919
## Liens
2020

core/modules/modDigiriskDolibarr.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ public function __construct($db)
380380
$this->descriptionlong = "Digirisk";
381381
$this->editor_name = 'Evarisk';
382382
$this->editor_url = 'https://evarisk.com';
383-
$this->version = '20.0.1';
383+
$this->version = '21.0.0';
384384
$this->const_name = 'MAIN_MODULE_' . strtoupper($this->name);
385385
$this->picto = 'digiriskdolibarr_color@digiriskdolibarr';
386386

core/triggers/interface_99_modDigiriskdolibarr_DigiriskdolibarrTriggers.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function __construct($db)
7272
$this->name = preg_replace('/^Interface/i', '', get_class($this));
7373
$this->family = "demo";
7474
$this->description = "Digiriskdolibarr triggers.";
75-
$this->version = '20.0.1';
75+
$this->version = '21.0.0';
7676
$this->picto = 'digiriskdolibarr@digiriskdolibarr';
7777
}
7878

0 commit comments

Comments
 (0)