[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

I’ve moved to Squidex cloud so I cannot verify this.

On the cloud version of Squidex I can see the version however on the dashboard. It says:

version: 7.0.0.0

Is it possible to also add the minor and patch version numbers, @Sebastian ?

Would not make that much sense, because I am not following the release cycles for Cloud.

Cloud is only major and minor versions and not patch? Or just major? I mean to me it does not matter much as long it’s the latest greatest and battletested version of Squidex. However I think it’s good to at least know the minor version when you’re using the cloud version of Squidex.

Cloud does not follow the minor versioning. It has changes that are not part of Open Source and is deployed independently of the normal version releases.

2 Likes