forked from ZwiiCMS-Team/ZwiiCMS
12010
This commit is contained in:
parent
6c595bdc7b
commit
8becae3c11
@ -1,5 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## Version 12.0.10
|
||||
|
||||
## Version 12.0.09
|
||||
### Corrections :
|
||||
- Gestion des extensions (plugin)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# ZwiiCMS 12.0.09
|
||||
# ZwiiCMS 12.0.10
|
||||
|
||||
Zwii est un CMS sans base de données (flat-file) qui permet de créer et gérer facilement un site web sans aucune connaissance en programmation.
|
||||
|
||||
|
472
core/core.js.php
472
core/core.js.php
File diff suppressed because one or more lines are too long
@ -49,7 +49,7 @@ class common
|
||||
// Numéro de version
|
||||
const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/';
|
||||
|
||||
const ZWII_VERSION = '12.0.09';
|
||||
const ZWII_VERSION = '12.0.10';
|
||||
const ZWII_UPDATE_CHANNEL = "v12";
|
||||
|
||||
public static $actions = [];
|
||||
|
Loading…
Reference in New Issue
Block a user