add support for Nextcloud 23

This commit is contained in:
korelstar 2021-06-26 18:16:05 +02:00 committed by GitHub
parent 4d8670fd2b
commit 6ba7608aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ The Notes app is a distraction free notes taking app for [Nextcloud](https://www
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes-thumbnail.jpg">https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes.png</screenshot> <screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes-thumbnail.jpg">https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes.png</screenshot>
<dependencies> <dependencies>
<php min-version="7.3" max-version="8.0" /> <php min-version="7.3" max-version="8.0" />
<nextcloud min-version="20" max-version="22" /> <nextcloud min-version="20" max-version="23" />
</dependencies> </dependencies>
<repair-steps> <repair-steps>
<post-migration> <post-migration>