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'] ?? ''; + + + +