Merge beta into release #21

Merged
didirus merged 276 commits from beta into release 2025-11-01 13:04:25 +00:00
2 changed files with 10 additions and 3 deletions
Showing only changes of commit f56672fb68 - Show all commits

View File

@@ -25,7 +25,7 @@ export const DEFAULT_FEATURE_FLAGS = validateValues({
// Feature toggles
projectTypesPrimaryNav: false,
enableMedalPromotion: false,
enableMedalPromotion: true,
hidePlusPromoInUserMenu: false,
oldProjectCards: true,
newProjectCards: false,

View File

@@ -11,10 +11,17 @@ export type VersionEntry = {
const VERSIONS: VersionEntry[] = [
{
date: `2025-08-18T11:25:00-07:00`,
date: `2025-08-19T11:10:00-07:00`,
product: 'servers',
body: `### Improvements
- Improved upgrading experience.`,
},
{
date: `2025-08-19T11:10:00-07:00`,
product: 'web',
body: `### Improvements
- Added Modrinth Servers free trial promotion in partnership with Medal.`,
- Added Modrinth Servers free trial promotion in partnership with Medal.
- Fixed typo in revenue page.`,
},
{
date: `2025-08-18T09:10:00-07:00`,