Skip to content

Commit 8840abd

Browse files
committed
fix roadmap date
1 parent 312cc1a commit 8840abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/roadmap.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const metadata = {
88
99
// Release data extracted from releases.md
1010
const releases = [
11-
{ version: 'v7.5.4', date: 'Mar 23, 2026', title: 'Hotfix', type: 'enhancement', highlights: ['Live vulnerability check', 'Fix listing of shared albums vulnerability'] },
11+
{ version: 'v7.5.4', date: 'Apr 8, 2026', title: 'Hotfix', type: 'enhancement', highlights: ['Live vulnerability check', 'Fix listing of shared albums vulnerability'] },
1212
{ version: 'v7.5.3', date: 'Mar 23, 2026', title: 'Hotfix', type: 'security', highlights: ['Fix XSS in RSS feed'] },
1313
{ version: 'v7.5.2', date: 'Mar 22, 2026', title: 'Camera support & hotfix', type: 'enhancement', highlights: ['Upload from camera support from Frontend', 'Fix SSRF on name resolution to reserved ip space'] },
1414
{ version: 'v7.5.1', date: 'Mar 21, 2026', title: 'Hotfix', type: 'security', highlights: ['Fix SSRF on localhost aliases', 'Support PHP wihout LDAP extension'] },

0 commit comments

Comments
 (0)