-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
show if an update is available #35
Comments
what sort of update would this be? |
The original idea was to show if an update of a plugin or pocket itself is available, and then have the possibility to install it right through the UI. I've no clue if that is technically possible at all, but it would be pretty amazing. I think Wordpress does that, right? We could even follow semver and make autoupdates for non-breaking updates. But even if updating through the WebUI is not possible, it would still be nice to see available updates, with instructions on how to update them. |
Auto update mechanisms are fairly complex (user data migrations, etc..). I think it's a nice to have.
Everything uses Semver 😄
Possible yes, is it worth the complexity - I'd say no.
This on the other hand is no problem at all, we could have a component that works out whether plugin dependencies are out of date ( think https://david-dm.org/hoodiehq/hoodie-server ) and then display a notification. |
then let's forget the rest for now, this would be a fantastic start. |
No description provided.
The text was updated successfully, but these errors were encountered: