SourceMod-Store / WebPanel-Core

The Core for the New WebPanel
GNU Affero General Public License v3.0
6 stars 4 forks source link

Version Info for Installed Modules #4

Open Arrow768 opened 9 years ago

Arrow768 commented 9 years ago

Intro

With the release of 2.0.0 the Store Plugin and all its Modules will be changed to semver.

This allows to automatically check the version of and suggest updates for the Store Plugin and its Modules.

Initial Setup

The WebPanel presents the user with a compatible list of plugins. This list is generated by querying a central github repo that contains a list of all public store plugins The user then downloads the plugins he wants and uploads them to his servers

Possible improvements:

The updater queries for each module the specified url. The WebPanel then presents a compatible version (according to semver) The updates are then automatically applied to the server

Todo