I'd like to propose a change to the version check functionality by adding a version to the url so that if you port a product to a new version you don't need to do a massive overhaul to change the pid of the product to get the version check functionality to work correctly.
Currently the url looks like:
Code:
https://vborg.vbsupport.ru/misc.php?do=productcheck&pid=my_product
I'd like to see it look like the following instead:
Code:
https://vborg.vbsupport.ru/misc.php?do=productcheck&pid=my_product&version=#
where # corresponds to the mod designations vb.org has, the current list of which is
If the version isn't on the url or doesn't match the list of mod areas the current behaviour is maintained.