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
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?
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
1 Like
_Junim
September 19, 2024, 12:24pm
9
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:
Improve the text color.
Set the value to true by default.
2 Likes
_Junim
September 19, 2024, 6:24pm
11
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