"Update Available" notification
"Update Available" notification
'Nuf said? I find myself checking the download link on this site pretty often to find out if I'm up to date. What about an optional update notification, possibly in the footer?
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: "Update Available" notification
Good idea!
In the footer will give to much load on my web server.
So I will add an update notification in the about and/or config screen.
For a good working update notification the version numbering must be uniform.
What do you think from this numbering scheme?
major.minor.(one digit build)(one digit develop)
5.20 beta/develop/rc > 5.20.01 develop, 5.20.02 develop, 5.20.03 beta 1, 5.20.04 beta 2, 5.20.05 RC1, …
5.20 > 5.20.10
5.20b > 5.20.20
5.20c > 5.20.30
In the footer will give to much load on my web server.
So I will add an update notification in the about and/or config screen.
For a good working update notification the version numbering must be uniform.
What do you think from this numbering scheme?
major.minor.(one digit build)(one digit develop)
5.20 beta/develop/rc > 5.20.01 develop, 5.20.02 develop, 5.20.03 beta 1, 5.20.04 beta 2, 5.20.05 RC1, …
5.20 > 5.20.10
5.20b > 5.20.20
5.20c > 5.20.30
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: "Update Available" notification
I gone use the php version_compare() function.
This will make it a lot easier.
This will make it a lot easier.
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: "Update Available" notification
<updated>
Take a look here: deleted
Only show the update for users with admin rights.
Take a look here: deleted
Only show the update for users with admin rights.
Re: "Update Available" notification
Brilliant!
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: "Update Available" notification
Implemented in netjukebox 5.21 an up!