Forex Investment 6.2.1
Latest27 August 2026
Forex Investment v6.2.1
Release Date: August 27, 2026 Tags: LANDING PAGE, SERVER RENDERING, SEO, FORMATTING
Overview
A landing-page release. The public Forex Investment page now builds its figures on the server instead of after the browser arrives, and that page is the only thing this release touches — plans, positions, purchases and payouts are untouched, and there is nothing to check afterwards.
One visible difference comes with it, and it is not a correction: the headline active-investor count is now grouped English-style for everybody. Only installs with at least one thousand active investors will see it at all. Requires Core v6.7.3.
Update Instructions
pnpm updatorShip the frontend build. There is no backend change, no database change and no configuration.
Changed
The landing page arrives with its real numbers already in it
The page used to paint its placeholder pass and fill the figures in a beat later, once the browser's own request came back. It now resolves that data on the server, so a visitor's first view already carries the platform figures, the featured plans, the top-plan spotlight, the performance chart and the recent completions — and those figures are now in the page source that crawlers read. The browser no longer makes that request at all.
- Changed the landing page to resolve its data on the server before the first paint.
- If the server cannot reach the backend, the page falls back to fetching in the browser exactly as it did before, so a failing install behaves the way it always did rather than erroring.
The active-investors figure is grouped the same way for every visitor
The headline active-investor count now uses English-style grouping — 1,234 — for every visitor in every language, rather than following whatever number convention each visitor's own browser was set to. Someone on a German-configured browser used to see 1.234. This is deliberate and permanent: with that page now producing its figures on the server, one fixed grouping is what keeps the number from being painted one way and then re-painted another.
- Changed that one hero figure to a fixed English-style grouping. The separator changes and the value never does, and it is invisible unless an install has at least one thousand active investors — below four figures no language groups a number at all.