quote:
Originally posted by Mattike
NOTE: Since the new Messenger Plus! Live version was released (v4.70), you might get update notifications from Plus! itself to install Countdown Live 2.1.015 while you already have 2.1.016 installed. This is because I currently can't provide an update for the scripts database, please ignore this update warning. I will release an updated version soon after I get back in Belgium.
This situation is exactly why the new tags exist. You can perfectly provide higher (beta) versions on the forum than what is listed in the database.
The only thing you need to do is add the proper tags to your ScriptInfo.xml file of the version on your private site.
So, if you add the following tags to the beta script, people will not get an update message since the <buildnumber> tag is higher than the one listed in the DB (well, there is no buildnumber tag in the script on the DB yet, so it will be ignored for auto-updating):
<UpdateID>MA_CDL</UpdateID>
<BuildNumber>21016</BuildNumber>
Increase <buildnumber> with each new version you make (including beta versions!)... Once you find that the beta can be made public, you simply send it to the DB (again with a higher <buildnumber> of course).
Note, the value I used here for <UpdateID> can be choosen by you. It must be an unique value for this script. No other script may exist with that same value. I simply used MA_CDL comming from
Mattike,
Count
Down
Live. Once you've choosen this id and have send your script to the DB, it can not be changed anymore.
Read all about the new tags
here.
You _must_ update either the file on the DB with these new tags, or the file on your personal site. Otherwise, the auto-update download will be disabled for your script.