A little confused here. I'm taking over a modification from another developer, and I'm running into a problem setting my version check URL. Thread check works fine:
https://vborg.vbsupport.ru/misc.php?...omediaembed257
And version check works if I navigate to it directly:
https://vborg.vbsupport.ru/misc.php?...omediaembed257
But the Version Check string ends up being wrong:
plugin.php?do=productversioncheck&productid=autome diaembed&s=
I read, after the fact, that in the XML,
productid="automediaembed" would need to be the Product ID. Duh. I see that now. Where I got confused was I used the previous version of the product I'm working on as a reference. The productid is
"automediaembed", but the version and version check strings are all
automediaembed257. And they work fine. Am I missing something?