diff --git a/CHANGELOG.md b/CHANGELOG.md index c6efe3a..d95493c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ Format : [Keep a Changelog](https://keepachangelog.com/fr/1.0.0/) — versionnag --- +## [1.6.1] - 2026-05-15 + +### Corrigé +- `login/index.php`, `login/magic.php`, `logout.php` : ordre de chargement corrigé (`config.php` avant `bootstrap.php`) pour que `SESSION_NAME` soit défini avant `session_start()` +- `data/site/` retiré du suivi git du moteur (contenu site-spécifique) ; `.gitignore` mis à jour + +--- + ## [1.6.0] - 2026-05-15 ### Ajouté diff --git a/public/version.txt b/public/version.txt index dc1e644..9c6d629 100644 --- a/public/version.txt +++ b/public/version.txt @@ -1 +1 @@ -1.6.0 +1.6.1