Quote:
Originally Posted by consolegaming
Ah so you just run a mysql query to delete the old product (below)? Or do you do something a little more advanced than that (though I can't see what else you'd really do)?
i.e. DELETE FROM product WHERE productid = 'xxxx_10'?
I hadn't thought about that at all. Sounds like a good solution to me. Though it does seem a little strange to me that we have to release them as separate mods. Especially between sub versions when much isn't changed. i.e. 3.6 and 3.7.
|
Its a little more complicated than that.
Quote:
Originally Posted by consolegaming
Also is it general practice to re-release mods for new versions of vB even if the old version of your plugin still works? i.e. If they came out with 4.1 next month and my current mod still works is it normal to re-release the exact same product just for the new version or do people leave things as they are and add a note to the current release saying that it still works for that version of vB.
|
Thats really upto the developer, some will update the existing thread and ask us to move it, I prefer to have a seperate release for each major version (all my mods have dependancies in them as well to limit them to the version they were released for).
Who knows what we will do for 4.1, I think it will be a while before we need to worry about that.