Skip to content
Unverified Commit ac939e8f authored by Christoph Wurst's avatar Christoph Wurst Committed by Roeland Jago Douma
Browse files

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: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
parent ecc3bc64
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment