Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read nextcloud versions from app's package.json #1

Closed
ChristophWurst opened this issue May 14, 2019 · 0 comments · Fixed by #164
Closed

Read nextcloud versions from app's package.json #1

ChristophWurst opened this issue May 14, 2019 · 0 comments · Fixed by #164
Labels
enhancement New feature or request

Comments

@ChristophWurst
Copy link
Contributor

If an app targets an older Nextcloud server version it might be fine to use a deprecated or remove function/prop. Hence the package.json should be read and respected.

A possible format would be

{
    "nextcloud": {
        "min-version": "15.0.0",
        "max-version: 17.0.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant