VisualAppeal / PHP-Auto-Update

PHP auto-update class. Let the user upgrade their installations automatically.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What happens if the user skipped multiple updates?

flx5 opened this issue · comments

Hello,
I just had a look at your code and it looks quite good so far,
but then I found that you are only downloading the latest version, which would either force the user to never skip an update or the developer has to include all previous updates in the new version.zip file, which would lead to quite big zip files containing useless data for some users.
So wouldn't it be better to just loop through all the skipped versions and download them and afterwards install them?
Greetings, flx5.

Yeah, that would be usefull.