From 3647289f868daa958f4f716a86e86abfd25fc5cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9drix?= Date: Fri, 15 May 2026 16:05:21 +0200 Subject: [PATCH] =?UTF-8?q?chore=20:=20version=201.6.3=20=E2=80=94=20Updat?= =?UTF-8?q?eChecker=20sudo=20+=20cache=20stats=2060=20s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 13 +++++++++++++ public/version.txt | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e8e01..23c248b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,19 @@ Format : [Keep a Changelog](https://keepachangelog.com/fr/1.0.0/) — versionnag --- +## [1.6.3] - 2026-05-15 + +### Ajouté +- `scripts/server/folio-upgrade.sh` : script de déploiement serveur (clone fresh, permissions, composer, migrations SQL, `.sessions`, `safe.directory`) appelé par `sudo` depuis le bouton admin "Mettre à jour" +- `UpdateChecker::getLastUpgradeLog()` : affiche le journal de la dernière mise à jour dans l'admin (`
`) + +### Modifié +- `run_engine_update` : délègue entièrement le déploiement au script `sudo /usr/local/bin/folio-upgrade.sh` — supprime le `git pull` inline qui ne fonctionnait pas avec les contraintes de permissions root +- `run_content_migrations` ajouté aux actions `noindex` +- Stats admin (`/admin/stats`) : cache 60 s dans `DATA_PATH/.stats_cache.json` pour le parsing des logs Apache et le lookup ASN + +--- + ## [1.6.2] - 2026-05-15 ### Corrigé diff --git a/public/version.txt b/public/version.txt index fdd3be6..266146b 100644 --- a/public/version.txt +++ b/public/version.txt @@ -1 +1 @@ -1.6.2 +1.6.3