Checking your sign-in…
Internal
Site values
The price, the version and the other values that change between releases. Everything else on the site is prose, and prose belongs in a commit with a reason attached.
Saving records a value. It does not change the website — the site is built as plain files, so the values are read once when it is built. Publish when you are done, and the site rebuilds with them.
Where each value comes from
Every field falls back to src/data/site.defaults.json in the repository. A value set here overrides it. Clearing a field — emptying it and saving — removes the override and puts the repository back in charge, which is why a cleared field shows the file’s value underneath it rather than going blank.
Version and download size are set by the release process. Overriding them here is for a correction; if you forget one, the site will keep claiming an old version after the next release. The field says so when an override is in place.
There is no download link to set. The installer is not a file on this site: it sits in gateway/private and the licence gateway hands it only to signed-in accounts that hold an active key. Which build it serves is the gateway’s LATEST_VERSION, so keep the version here and that one the same.