g3w-admin icon indicating copy to clipboard operation
g3w-admin copied to clipboard

Remove `v` as version prefix on stable releases

Open Raruto opened this issue 1 year ago • 0 comments

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"

image

• https://v36.g3wsuite.it/en/map/demo-36/ → "v3.6.21"

image

• https://dev.g3wsuite.it/en/map/demo-37/ → "3.7.dev-20240213115100"

image

Steps to reproduce

  1. open one of the above links
  2. run g3wsdk.info() or initConfig.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

Raruto avatar Feb 13 '24 14:02 Raruto