forked from ZwiiCMS-Team/ZwiiCMS
Merge branch 'master' into gallery_stock_v2
This commit is contained in:
commit
c9ba833698
31
.gitignore
vendored
31
.gitignore
vendored
@ -1,31 +0,0 @@
|
|||||||
# Fichiers temporaires
|
|
||||||
site/tmp/*.zip
|
|
||||||
site/tmp/*.gz
|
|
||||||
|
|
||||||
# Sauvegardes
|
|
||||||
site/backup/*
|
|
||||||
|
|
||||||
# Fichiers de données
|
|
||||||
site/data/*.json
|
|
||||||
site/data/*.css
|
|
||||||
site/data/fr/*.json
|
|
||||||
|
|
||||||
|
|
||||||
# Fichiers uploadés
|
|
||||||
site/file/source/*
|
|
||||||
site/file/thumb/*
|
|
||||||
|
|
||||||
# Dossiers vides dans GitHub
|
|
||||||
!.gitkeep
|
|
||||||
/.git
|
|
||||||
|
|
||||||
# PHPStorm
|
|
||||||
.idea/
|
|
||||||
|
|
||||||
# Trucs
|
|
||||||
.gitignore
|
|
||||||
core/vendor/tinymce/link_list.json
|
|
||||||
site/tmp/.htaccess
|
|
||||||
.vscode/*
|
|
||||||
|
|
||||||
|
|
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## version 9.3.00
|
||||||
|
- Modification :
|
||||||
|
- Tri des galeries module version 2.0
|
||||||
|
- Correction :
|
||||||
|
- Couleur du texte des boutons gris.
|
||||||
|
|
||||||
## version 9.2.26
|
## version 9.2.26
|
||||||
- Corrections :
|
- Corrections :
|
||||||
- Amélioration de la gestion du thème administration.
|
- Amélioration de la gestion du thème administration.
|
||||||
|
@ -33,7 +33,7 @@ class common {
|
|||||||
const TEMP_DIR = 'site/tmp/';
|
const TEMP_DIR = 'site/tmp/';
|
||||||
|
|
||||||
// Numéro de version
|
// Numéro de version
|
||||||
const ZWII_VERSION = '9.2.26';
|
const ZWII_VERSION = '9.3.00';
|
||||||
const ZWII_UPDATE_CHANNEL = "v9";
|
const ZWII_UPDATE_CHANNEL = "v9";
|
||||||
|
|
||||||
public static $actions = [];
|
public static $actions = [];
|
||||||
|
@ -26,7 +26,8 @@ input[type=password],
|
|||||||
select,
|
select,
|
||||||
textarea,
|
textarea,
|
||||||
.inputFile,
|
.inputFile,
|
||||||
span .zwiico-help {
|
span .zwiico-help,
|
||||||
|
.button.buttonGrey {
|
||||||
color: rgba(33, 34, 35, 1);
|
color: rgba(33, 34, 35, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user