Commentaires
This commit is contained in:
parent
697b94c608
commit
8c5b6169cc
@ -4,7 +4,7 @@
|
|||||||
* Mises à jour suivant les versions de ZwiiCampus
|
* Mises à jour suivant les versions de ZwiiCampus
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Version 1.7.00
|
||||||
if (
|
if (
|
||||||
$this->getData(['core', 'dataVersion']) < 1700
|
$this->getData(['core', 'dataVersion']) < 1700
|
||||||
) {
|
) {
|
||||||
@ -46,6 +46,7 @@ if (
|
|||||||
$this->setData(['core', 'dataVersion', 1800]);
|
$this->setData(['core', 'dataVersion', 1800]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Version 1.20.02
|
||||||
if (
|
if (
|
||||||
$this->getData(['core', 'dataVersion']) < 12002
|
$this->getData(['core', 'dataVersion']) < 12002
|
||||||
) {
|
) {
|
||||||
@ -78,6 +79,8 @@ if (
|
|||||||
$this->setData(['core', 'dataVersion', 12002]);
|
$this->setData(['core', 'dataVersion', 12002]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Version 1.21.00
|
||||||
|
|
||||||
if (
|
if (
|
||||||
$this->getData(['core', 'dataVersion']) < 12100
|
$this->getData(['core', 'dataVersion']) < 12100
|
||||||
) {
|
) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user