diff --git a/core/include/update.inc.php b/core/include/update.inc.php index 473fa0a4..1ec9f79a 100644 --- a/core/include/update.inc.php +++ b/core/include/update.inc.php @@ -835,6 +835,8 @@ if ($this->getData(['core', 'dataVersion']) < 11400) { // Mise à jour $this->setData(['core', 'dataVersion', 11400]); } + + // Version 11.5.06 if ($this->getData(['core', 'dataVersion']) < 11506) { @@ -846,6 +848,8 @@ if ($this->getData(['core', 'dataVersion']) < 11506) { // Mise à jour $this->setData(['core', 'dataVersion', 11506]); } + + // Version 12.0.00 if ($this->getData(['core', 'dataVersion']) < 12000) {