[IMPLEMENTED] Add Squidex version in Admin UI

Hi Sebastian,

Is it possible to add the Squidex version in the Admin UI?

This would help with whenever you need to report a bug, for reminding yourself which version you’are on, etc.

I think it would be a very handy feature :grin:

Here’s Docker for Mac app e.g. - they put the version in the bottom right corner (v4.26.1) but you could obviously put it wherever makes the most sense for Squidex.

I think it should be on the apps overview.

hm I don’t see it but yes that would be a good place to put it.

Weird, are you using a stable version?

I’m using version 7.8.2.

Where exactly can I see it?

Because I log in to https://cloud.squidex.io/app and I don’t see it there either.

I am not sure about cloud version, because it does not use stable versions. But it should be after “New App” buttons in the app overview.

Can you please post a screenshot because ive literally looked everywhere :slight_smile:

1 Like

Hi @spacecat,
Did you find the version in the UI?

If you add the following env variable it should the version UI__SHOWINFO=true

But at the moment the text is almost invisible. Therefore I will:

  1. Improve the text color.
  2. Set the value to true by default.
2 Likes

Thanks!
Can I set the value?
My version is 7.15.0

Are you using the official docker version?

It is just an environment variable that is injected at build time: squidex/Dockerfile at master · Squidex/squidex · GitHub

Perhaps it does not work anymore …

EDIT: It is actually set here: squidex/.github/workflows/release.yml at master · Squidex/squidex · GitHub