[9.0.09] cleaning + changes
This commit is contained in:
parent
6fffc4f098
commit
7492d453c4
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,8 +7,6 @@ site/backup/*
|
||||
# Fichiers de données
|
||||
site/data/*
|
||||
|
||||
# Fichiers temporaires
|
||||
site/temp/*
|
||||
|
||||
# Fichiers uploadés
|
||||
site/file/source/*
|
||||
|
@ -1,6 +1,8 @@
|
||||
# ChangeLog
|
||||
|
||||
## Version 9.0.09
|
||||
- Corrections :
|
||||
- Nettoyage du code, petites corrections.
|
||||
|
||||
## Version 9.0.08
|
||||
- Modifications :
|
||||
|
@ -767,6 +767,7 @@ class common {
|
||||
$this->deleteData(['theme', 'site', 'block','12']);
|
||||
$this->setData(['core', 'dataVersion', 9009]);
|
||||
$this->SaveData();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user