RPWebsite changelog
What changed in each release. The license sells the repository as it stands on the day you buy, so this is how you tell which stand that was.
1.0.0
First public release.
Pages
Landing page with hero, a three step getting started carousel, three feature sections, live server status and a developer section. News index and article pages, staff team page, download page, rules, FAQ, imprint and privacy. Error and not found pages.
Languages
English, German, Spanish and French, fully translated including the content pages. The whole language layer switches off from one config flag, which also removes the URL prefixes and the switcher. A page missing in one language falls back to the default language with a notice instead of a 404, and drops itself from the hreflang set for that URL.
Themes
Three palettes, noir, crimson and azure, applied server side so there is no flash of the wrong colours and no client JavaScript. 22 colour tokens each. A fourth theme is a copied file and one added name.
Platforms
FiveM and RAGE:MP from one config value. Live status with players online, slots and the platform wide count, plus a daily peak on RAGE:MP and the connected player names on FiveM. Discord widget shows how many people are online. Join button and copy address control per platform.
A custom adapter takes a status endpoint you host yourself, and integrations/fivem-status/ ships a FiveM resource that answers in the shape it expects. That resource reports a daily peak, which the Cfx list API cannot give you, and keeps answering when sv_requestParanoia is raised to 2 or higher, which makes the built in JSON endpoints refuse everyone.
Search engines
Canonical links, hreflang for every language, sitemap with matching alternates, robots.txt, Organization, WebSite and BlogPosting structured data, and a social preview card drawn per language from your own server name and theme.
Quality
Lighthouse 93 performance, 100 accessibility, 100 best practices, 100 SEO on the landing page. WCAG AA contrast held in place by pnpm check across all three themes rather than by a past measurement. Fully responsive from 375 pixels up. 50 pages prerendered.