diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 90c0b8a5..00000000 --- a/.gitignore +++ /dev/null @@ -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/* - - diff --git a/CHANGES.md b/CHANGES.md index f5bb2ae9..66474ee3 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # Changelog +## version 9.3.00 +- Modification : + - Tri des galeries module version 2.0 +- Correction : + - Couleur du texte des boutons gris. + ## version 9.2.26 - Corrections : - Amélioration de la gestion du thème administration. diff --git a/core/core.php b/core/core.php index 5bf16094..9e6a92e1 100644 --- a/core/core.php +++ b/core/core.php @@ -33,7 +33,7 @@ class common { const TEMP_DIR = 'site/tmp/'; // Numéro de version - const ZWII_VERSION = '9.2.26'; + const ZWII_VERSION = '9.3.00'; const ZWII_UPDATE_CHANNEL = "v9"; public static $actions = []; diff --git a/core/layout/admin.css b/core/layout/admin.css index 0dd1b3aa..1d1d14a8 100644 --- a/core/layout/admin.css +++ b/core/layout/admin.css @@ -26,7 +26,8 @@ input[type=password], select, textarea, .inputFile, -span .zwiico-help { +span .zwiico-help, +.button.buttonGrey { color: rgba(33, 34, 35, 1); }