Skip to content

App Metadata - Min Version Rename #689

@Henni

Description

@Henni

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions