π΄ Release v2.475.11
βββ Complex β’ 29 commits β’ 191 files changedv2.475.11 ships two major features and 20+ reliability, security, and UX improvements. Platform administrators gain precise control over game branding and can now track contracted billing terms from subscriptions. End users benefit from improved visual theming, better form validation, and a more polished post editor experience. This is our largest release this quarter.
Whatβs New
Major Features
- Game Logo Control β Admins can now enable/disable the brand logo on all game surfaces (loading screens, in-game UI, tutorial overlays). Perfect for white-label deployments or campaigns requiring minimal branding footprint.
- Recurring Revenue Terms β The API now persists and tracks contracted billing terms from Stripe subscriptions (billing interval and scheme), enabling accurate subscription lifecycle reporting and compliance tracking.
Security & Reliability
- Replay-Protected Reward Redemptions β Reward asset redemptions are now protected against duplicate claims if requests are retried. Only one concurrent claim is allowed, and failed claims properly roll back to prevent lost rewards.
- Cross-Tenant Security β Removed unauthenticated cross-tenant user-search route that could leak organisation data.
- Idempotent Quick Actions β MCP Quick Action retries are now idempotent, preventing duplicate operations if the network retries a request.
Admin Features
- Post Editor Enhancements β Hover tooltips added to the post editor toolbar for better discoverability of formatting options. Fullscreen editor now has a visible X button to exit.
- Image Editor β Uploaded filenames are now preserved through the image editor workflow.
- Translation Editing β Searched translation rows stay visible while being edited, improving the workflow for managing multi-language content.
- Leaderboard Supplies β Finite leaderboard reward supplies are now correctly preserved, preventing accidental changes to scarcity constraints.
User Experience & Accessibility
- Community Theme Focus Ring β Focus ring styling now respects your communityβs theme colors, maintaining visual consistency across all interactive elements.
- XP Display Colors β XP headline colors now properly reflect the adminβs configured XP color setting instead of reverting to defaults.
- BannerCard Improvements β Description case is preserved, and gradient backgrounds display correctly on cards without images.
- Widget Loading States β Widget header loading state is now visually distinct, giving users clear feedback during data fetch.
- Profile Username Validation β Minimum length validation added for profile usernames to prevent empty or single-character handles.
- Form Sizing β Standalone landing frames now size correctly from the panel dimensions.
Bug Fixes
- Duplicate Shop Purchases β Duplicate shop purchase attempts now return a 409 Conflict instead of a 500 server error, providing clearer feedback to users.
- Event-Gated Actions β Event-gated action eligibility checks are now bound to the current progress period, preventing stale eligibility windows.
- Post Likes Persistence β Post likes tapped before the profile loads are no longer discarded; likes are properly persisted regardless of load timing.
- Cookie Consent β First-party cookie consent orchestration has been restored for proper privacy handling.
Apps Updated
User App
β Updated - 45 changes
API
β Updated - 52 changes
Admin
β Updated - 38 changes
MCP Server
β Updated - 8 changes
Games
β Updated - 18 changes
Database
β Updated - 2 migrations
Detailed Changes
User App
User App
- Community Theme Focus Ring β Focus ring colors now derive from community theme, maintaining visual consistency (NJ-1916)
- XP Color Theming β XP headline respects admin-configured color setting (NJ-1904)
- BannerCard Case Preservation β Card descriptions preserve original case (NJ-1696)
- BannerCard Gradients β Gradient backgrounds display on imageless cards (NJ-1697)
- Widget Header Loading β Loading state visually distinct during data fetch (NJ-1695)
- Landing Frame Sizing β Standalone frames size correctly from panel dimensions (NJ-1915)
- Profile Username Validation β Minimum length validation on profile handles (NJ-1621)
- Post Likes Persistence β Likes captured before profile loads no longer lost (NJ-1952)
- Cookie Consent Restoration β First-party consent orchestration restored (NJ-1632)
API
API
- Replay-Protected Reward Redemptions β Only one concurrent claim allowed; failed claims properly roll back (NJ-1165)
- Recurring Revenue Terms β Stripe subscription terms (interval, billing scheme) now persisted for accurate reporting (NJ-772)
- Duplicate Shop Purchase Handling β Returns 409 Conflict instead of 500 for duplicates (NJ-1778)
- Event-Gated Action Checks β Bound to current progress period, preventing stale eligibility windows (NJ-1798)
- Idempotent Quick Actions β MCP Quick Action retries are now idempotent (NJ-1678)
Admin
Admin
- Game Logo Toggle β Enable/disable brand logo on all game surfaces via game config (NJ-1906)
- Post Editor Tooltips β Hover tooltips on formatting toolbar for improved discoverability (NJ-1951)
- Post Editor Exit Button β Visible X button to exit fullscreen editor (NJ-1956)
- Image Editor Filename β Uploaded filenames preserved through editor workflow (NJ-1929)
- Translation Row Visibility β Searched translation rows stay visible while edited (NJ-1912)
- Leaderboard Supply Preservation β Finite reward supplies correctly maintained (NJ-1911)
- Security: Cross-Tenant Route Removal β Unauthenticated user-search route removed (NJ-1893)
Database
Database
- Migration: Add
recurringRevenueTermsto organisation subscription tracking - Migration: Support
clientBranding.logo.enabledtoggle in game config
Contributors
Mo14 commits β’ +3,893/-1,384 lines
DCH10 commits β’ +1,815/-4,115 lines
Zuhayron2 commits β’ +1,516/-314 lines
James1 commit β’ +0/-219 linesRelease Stats
Upgrade Path
No breaking changes. All upgrades from v2.473.4 β v2.475.11 are backwards-compatible.v2.475.11 deployed on August 10, 2026

