Commentaires

This commit is contained in:
Fred Tempez 2025-02-06 16:41:30 +01:00
parent 697b94c608
commit 8c5b6169cc

View File

@ -4,7 +4,7 @@
* Mises à jour suivant les versions de ZwiiCampus
*/
// Version 1.7.00
if (
$this->getData(['core', 'dataVersion']) < 1700
) {
@ -46,6 +46,7 @@ if (
$this->setData(['core', 'dataVersion', 1800]);
}
// Version 1.20.02
if (
$this->getData(['core', 'dataVersion']) < 12002
) {
@ -78,6 +79,8 @@ if (
$this->setData(['core', 'dataVersion', 12002]);
}
// Version 1.21.00
if (
$this->getData(['core', 'dataVersion']) < 12100
) {