a8cteam51 / feedland-blogroll

GNU General Public License v2.0
3 stars 0 forks source link

Add Self-update from GitHub #4

Closed NickGreen closed 7 months ago

NickGreen commented 7 months ago

Changes in the pull request

Adding the ability for the plugin to check for version updates directly from the public GitHub Repo.

How this should work

After a new release is published:

  1. When visiting the plugins page, the new release should show up as an available update
  2. If autoupdates are turned on for this plugin, the plugin should autoupdate to the new release on the same schedule as all other plugin autoupdates (checks every 12 hours)

Notes