g3w-admin
g3w-admin copied to clipboard
Remove `v` as version prefix on stable releases
Checklist
- [X] I've searched through the existing issues and this bug has never been reported before
Subject of the issue
I have noticed that the v
prefix is not passed to client when working on dev
branch.
Anyway, I would remove it to maintain overall consistency:
• https://v37.g3wsuite.it/en/map/demo-37/ → "v3.7.4"
• https://v36.g3wsuite.it/en/map/demo-36/ → "v3.6.21"
• https://dev.g3wsuite.it/en/map/demo-37/ → "3.7.dev-20240213115100"
Steps to reproduce
- open one of the above links
- run
g3wsdk.info()
orinitConfig.version
Environment
[g3wsdk.info] → https://v36.g3wsuite.it/en/map/demo-36/
- g3w-admin: v3.6.21
- g3w-client: 3.8.16
- browser: Firefox 122.0
- operating system: Windows 10 64-bit
[g3wsdk.info] → https://v37.g3wsuite.it/en/map/demo-37/
- g3w-admin: 3.7.dev-20240213115100
- g3w-client: 3.10.0-alpha.0
- browser: Firefox 122.0
- operating system: Windows 10 64-bit
[g3wsdk.info] → https://dev.g3wsuite.it/en/map/demo-37/
- g3w-admin: v3.7.4
- g3w-client: 3.9.3
- browser: Firefox 122.0
- operating system: Windows 10 64-bit
Link to your project
No response
Additional info
No response