Update version to 1.6.0 and refresh guides with clean URLs
This commit is contained in:
+10
-1
@@ -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)',
|
||||
|
||||
Reference in New Issue
Block a user