-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
Inside of the appinfo/info.xml there is the following code as documented here
<owncloud min-version="6.0.4" max-version="8"/>It would be great if this would be replaced with:
<nextcloud min-version="6.0.4" max-version="8"/>This would allow app developers to set dependencies on *cloud versions depending on which of them is installed.
Example:
I would like to set the max-version for the notes app, which should look like this:
<dependencies>
<owncloud min-version="8.1" max-version="9.2"/>
<nextcloud min-version="8.1" max-version="10.0"/>
</dependencies>Metadata
Metadata
Assignees
Labels
No labels