update changelog + blog post date

This commit is contained in:
Prospector
2025-08-28 16:45:20 -07:00
parent 46c325f78a
commit 697468e910
4 changed files with 18 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"title": "Creators: Verify Your Environment Metadata",
"summary": "We've overhauled the environment metadata on Modrinth, and all creators must verify their settings.",
"thumbnail": "https://modrinth.com/news/article/new-environments/thumbnail.webp",
"date": "2025-08-28T07:00:00.000Z",
"date": "2025-08-28T23:50:00.000Z",
"link": "https://modrinth.com/news/article/new-environments"
},
{

View File

@@ -1,7 +1,7 @@
---
title: 'Creators: Verify Your Environment Metadata'
summary: We've overhauled the environment metadata on Modrinth, and all creators must verify their settings.
date: 2025-08-28T00:00:00-07:00
date: 2025-08-28T16:50:00-07:00
authors: ['Dc7EYhxG']
---

View File

@@ -3,7 +3,7 @@ export const article = {
html: () => import(`./new_environments.content`).then(m => m.html),
title: "Creators: Verify Your Environment Metadata",
summary: "We've overhauled the environment metadata on Modrinth, and all creators must verify their settings.",
date: "2025-08-28T07:00:00.000Z",
date: "2025-08-28T23:50:00.000Z",
slug: "new-environments",
authors: ["Dc7EYhxG"],
thumbnail: true,

View File

@@ -10,6 +10,21 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2025-08-28T16:50:00-07:00`,
product: 'web',
body: `### Improvements
- Overhauled creator-facing project environment metadata
- This is part of a larger project to make environment data across Modrinth more reliable. Read [this blog post](/news/article/new-environments) for more information.
- Improved performance of project pages.`,
},
{
date: `2025-08-28T16:50:00-07:00`,
product: 'servers',
body: `### Improvements
- Fixed issue with Files page not showing files in the correct order sometimes.
- Fixed Medal servers showing a confusing cancellation/suspension notice.`,
},
{
date: `2025-08-20T13:30:00-07:00`,
product: 'app',