I introduced a version check system that any of your plugins may use.
it is a patch...
The modified update.php (that only checked for new uniserver releases) checks now any
pluginname.version file in W:\plugins\ and a target webserver to see, if a new update is
availible and supplies a link.
It is still doing the version check for the Adminpanel.
Just a side note: this is going to be included in my plugin management system. my pluginname.conf specification will go with it.
just check it out.
http://bananaacid.de.vu/?avc
it is quite easy to add version checking support to any of your plugins.
just a textfile with the ending of .version in the w:\plugins\ folder
with 5 or 6 entries.
1: Plugin Name
2: Version Number
3: URL where to find the Update
4: URL to Version file on server ( http://server/pluginname.version )
5: URL to changelog or notes
6: additional data used by the author (kepler plugin uses it to hold the kepler release version)
more at my page