Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/web interface manager get latest compatible version (#706)
* Correctly check for none PREVIEW channel latest compatible version The only working channel was the PREVIEW channel, since any other channel would have fetched the actual version of the preview and used this as the potential latest compatible version. This was caused due to incorrectly checking if the preview version should be ignored. * Remove PREVIEW version constant * Consider versions of different channels In case the current server version isn't compatible with the latest version of the selected webUI channel, versions of other channel should be considered depending on the selected channel. E.g. PREVIEW is the latest available version and thus, any version of another channel is also compatible with the PREVIEW channel * Restrict min compatible version to the bundled version The oldest compatible version for a server is the bundled version, thus, any version that is older than the bundled one should not be considered compatible
- Loading branch information