From 430b7ddd6f85e16f289f4575f1ad87c43f179a92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9drix?= Date: Sat, 16 May 2026 11:21:54 +0200 Subject: [PATCH] =?UTF-8?q?feat=20:=20historique=20des=20r=C3=A9visions=20?= =?UTF-8?q?dans=20la=20sidebar=20article=20(v1.6.23)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - post_view.php : section Historique dans la sidebar pour les connectés liste les 10 dernières révisions avec date + commentaire → lien diff (#82) Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 7 +++++++ public/version.txt | 2 +- templates/post_view.php | 18 ++++++++++++++++++ 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bad1195..1deec09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ Format : [Keep a Changelog](https://keepachangelog.com/fr/1.0.0/) — versionnag --- +## [1.6.23] - 2026-05-16 + +### Ajouté +- Section « Historique » dans la sidebar des articles (connectés) : liste des révisions avec lien vers le diff (#82) + +--- + ## [1.6.22] - 2026-05-16 ### Ajouté diff --git a/public/version.txt b/public/version.txt index d619516..d2fda6f 100644 --- a/public/version.txt +++ b/public/version.txt @@ -1 +1 @@ -1.6.22 +1.6.23 diff --git a/templates/post_view.php b/templates/post_view.php index 2371b29..dd9e6f6 100644 --- a/templates/post_view.php +++ b/templates/post_view.php @@ -440,6 +440,24 @@ $_shareTitle = $article['title'] ?? ''; + + + +