From 7737edf4024b206f8d39cabd198c6dc0035f0fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9drix?= Date: Fri, 15 May 2026 12:57:21 +0200 Subject: [PATCH] =?UTF-8?q?chore=20:=20version=201.6.1=20=E2=80=94=20fix?= =?UTF-8?q?=20ordre=20require=20login/logout,=20data/site/=20hors=20git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 8 ++++++++ public/version.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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