diff --git a/CHANGES.md b/CHANGES.md index 1f52f43c..0e6fa285 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ # Changelog +## Version 13.1.08 + +### Amélioration + +- Sauvegarde de l'état des sélecteurs dans les tables des fontes et des utilisateurs. + ## Version 13.1.07 ### Corrections diff --git a/LISEZMOI.md b/LISEZMOI.md index 54bcaaff..dbe826ce 100644 --- a/LISEZMOI.md +++ b/LISEZMOI.md @@ -1,4 +1,4 @@ -# ZwiiCMS 13.1.07 +# ZwiiCMS 13.1.08 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. diff --git a/README.md b/README.md index dc905856..ade774d8 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ZwiiCMS 13.1.07 +# ZwiiCMS 13.1.08 Zwii is a database-less (flat-file) CMS that allows you to easily create and manage a web site without any programming knowledge. diff --git a/core/core.php b/core/core.php index cd2b9aa9..f9c969b7 100644 --- a/core/core.php +++ b/core/core.php @@ -51,7 +51,7 @@ class common const ACCESS_TIMER = 1800; // Numéro de version - const ZWII_VERSION = '13.1.07'; + const ZWII_VERSION = '13.1.08'; // URL autoupdate const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/cms-update/raw/branch/master/'; diff --git a/core/module/theme/view/font/font.js.php b/core/module/theme/view/font/font.js.php index 76ae9207..dd47dae6 100644 --- a/core/module/theme/view/font/font.js.php +++ b/core/module/theme/view/font/font.js.php @@ -19,6 +19,7 @@ $('#dataTables').DataTable({ url: "core/vendor/datatables/french.json", }, locale: 'fr', + stateSave: true, "columnDefs": [{ target: 5, orderable: false, diff --git a/core/module/user/view/index/index.js.php b/core/module/user/view/index/index.js.php index 4215f9dd..09190ab4 100644 --- a/core/module/user/view/index/index.js.php +++ b/core/module/user/view/index/index.js.php @@ -28,6 +28,7 @@ $(document).ready((function () { url: "core/vendor/datatables/french.json", }, locale: 'fr', + stateSave: true, "columnDefs": [ { target: 5,