server/lib/private/App/AppStore/Fetcher
Christoph Wurst ac939e8fd4
Fix version comparison with minor and patch level requirements
If an app requires a specific minor or path level server version,
the version_compare prevented the installation as only the major
version had been compared and that checks obviously returns `false`.

Now the full version is used for comparison, making it possible to
release apps for a specific minor or patch level version of Nextcloud.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-04-11 10:08:23 +02:00
..
AppFetcher.php Fix version comparison with minor and patch level requirements 2018-04-11 10:08:23 +02:00
CategoryFetcher.php Update license headers 2017-11-06 16:56:19 +01:00
Fetcher.php Also allow to specify the cache file name 2018-02-28 11:31:33 +01:00