diff --git a/src/content/docs/docs/getting-started/releases.md b/src/content/docs/docs/getting-started/releases.md index 478500b0..a12ff1eb 100644 --- a/src/content/docs/docs/getting-started/releases.md +++ b/src/content/docs/docs/getting-started/releases.md @@ -13,6 +13,23 @@ sidebar: ## Version 7 +### v7.7.1 + +Released on July 13th, 2026 + +#### Hotfixes + +Just when you publish a new release, there is another vulnerability reported... +Which means we need to ship a fix ASAP. + +* `fix` #4514 : Hotfix on webshop by @ildyria. + > A user can craft a post request and get discounted prices on the webshop. This is now fixed. +* `fix` #4516 : Fix Sqlite bug on virtual columns by @ildyria. + > When using sqlite, the virtual columns were not properly handled. This is now fixed. + +Thanks to @5ud0er for reporting the bypass vulnerability on pricing. + + ### v7.7.0 Released on July 13th, 2026 diff --git a/src/data/releases.ts b/src/data/releases.ts index fbe9f79a..4015c0a6 100644 --- a/src/data/releases.ts +++ b/src/data/releases.ts @@ -8,6 +8,7 @@ export interface Release { // Release data extracted from releases.md export const releases: Release[] = [ + { version: 'v7.7.1', date: 'Jul 13, 2026', title: 'Hotfix', type: 'security', highlights: ['Fixes a major vulnerability in the webshop', 'minor sqlite fix'] }, { version: 'v7.7.0', date: 'Jul 13, 2026', title: 'Album thumbs, and RSS feed customization', type: 'feature', highlights: ['Add cover to tag albums', 'Add option to disable the second line on album thumbs', 'Allow customizing RSS feed title & description', 'Fixes access rights with multiple groups', 'Fixes webshop bypass vulnerability (8.3)'] }, { version: 'v7.6.4', date: 'Jun 26, 2026', title: 'Hotfix', type: 'security', highlights: ['Fixes a path traversal vulnerability (8.9)'] }, { version: 'v7.6.3', date: 'Jun 24, 2026', title: 'Hotfix', type: 'security', highlights: ['Fixes a major vulnerability', 'minor fixes'] }, diff --git a/src/pages/support.astro b/src/pages/support.astro index 8c9a1012..a32ee671 100644 --- a/src/pages/support.astro +++ b/src/pages/support.astro @@ -283,6 +283,80 @@ const metadata = { ]} /> + +