Skip to content

Commit 6488611

Browse files
committed
[Mod] add: version number 22.1.0
1 parent e0d0698 commit 6488611

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

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

55
- Numéro du module : 436302
6-
- Dernière mise à jour : 25/02/2026
6+
- Dernière mise à jour : 18/03/2026
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 : 22.0.0
14+
- Version : 22.1.0
1515
- PHP : 7.4.33
1616
- Compatibilité : Dolibarr 21.0.0 - 22.0.4
1717
- Saturne Framework : 22.0.0

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 = '22.0.0';
383+
$this->version = '22.1.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 = '22.0.0';
75+
$this->version = '22.1.0';
7676
$this->picto = 'digiriskdolibarr@digiriskdolibarr';
7777
}
7878

0 commit comments

Comments
 (0)