Update version to 1.6.0 and refresh guides with clean URLs

This commit is contained in:
2026-07-14 15:39:34 +02:00
parent c244514a48
commit 5db721c2c3
3 changed files with 44 additions and 33 deletions
+10 -1
View File
@@ -13,8 +13,17 @@ return [
'changelog' => [
'1.6.0' => [
'date' => '2026-06-24',
'date' => '2026-07-14',
'changes' => [
'Clean URLs: /nl/page/path instead of ?page=...&lang=nl',
'Clean admin URLs: /admin/route instead of admin.php?route=...',
'Apache .htaccess rewrite rules for clean URLs',
'PHP dev server router (cms/router.php) for local clean URLs',
'CSRF token on admin login form',
'Directory listing blocked (Options -Indexes)',
'Secure cookies (HttpOnly, Secure, SameSite)',
'Backup/sourcemap files blocked in .htaccess',
'Version disclosure disabled (meta generator removed)',
'Media browser modal with upload and recursive content tree scan',
'CodeMirror editor with formatting toolbar (bold, italic, heading, link, image, list)',
'Media button in editor toolbar with image size prompt (Markdown vs HTML mode)',