Bump version to 2.0.0 - Major release with new theme engine and security fixes

This commit is contained in:
2026-08-08 18:30:27 +02:00
parent 596d2f68c2
commit 68db5fe7b2
+18 -2
View File
@@ -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' => [