From aedabed09d2e8d5aefcac09c56066a2fac6ee2e2 Mon Sep 17 00:00:00 2001 From: Edwin Noorlander Date: Sat, 8 Aug 2026 18:30:27 +0200 Subject: [PATCH] Bump version to 2.0.0 - Major release with new theme engine and security fixes --- version.php | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 1eafa6e..1eaece2 100644 --- a/version.php +++ b/version.php @@ -6,12 +6,28 @@ */ return [ - 'version' => '1.9.2', - 'release_date' => '2026-07-29', + 'version' => '2.0.0', + 'release_date' => '2026-08-08', 'codename' => 'Atlas', 'status' => 'stable', 'changelog' => [ + '2.0.0' => [ + 'date' => '2026-08-08', + 'changes' => [ + 'New ThemeManager with Twig templating and SCSS compilation', + 'Dynamic themes system (themes/default, themes/demo)', + 'LogManager with SQLite storage and syslog forwarding support', + 'RequestLogger with static helper methods for IP detection and anonymization', + 'Admin UI overhaul with Bootstrap 5 and dark mode support', + 'Admin config page with logging and theme settings', + 'Admin logs page with filters (event, level, search) and search', + 'Security fixes: XSS prevention via page parameter sanitization', + 'Security fixes: CRLF injection prevention in cookie values', + 'Removed legacy Mustache templates', + 'Composer dependencies: Twig, scssphp, CommonMark, MaxMind GeoIP', + ] + ], '1.9.2' => [ 'date' => '2026-07-29', 'changes' => [