Add support for Nextcloud 27

Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias Knöppler 2023-07-26 13:02:10 +02:00
parent cd7e911baa
commit 4bd2860ed0
No known key found for this signature in database
GPG Key ID: 3510056072886A8F
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
{
"id": "VER",
"name": "Version",
"value": "26.0.3"
"value": "27.0.1"
},
{
"id": "MAXFILESIZE",

View File

@ -1,5 +1,5 @@
{
"nextcloud_version": "26.0.3",
"nextcloud_version": "27.0.1",
"php_version": "8.1",
"release": "bullseye"
}

View File

@ -12,7 +12,7 @@
<category>tools</category>
<bugs>https://github.com/nextcloud/nextcloudpi/issues</bugs>
<dependencies>
<nextcloud min-version="14" max-version="26"/>
<nextcloud min-version="14" max-version="27"/>
</dependencies>
<navigations>
<navigation>

View File

@ -25,7 +25,7 @@ The first time you install this app, before using a cron job, you properly want
</types>
<dependencies>
<php min-version="7.2"/>
<nextcloud min-version="20" max-version="26" />
<nextcloud min-version="20" max-version="27" />
</dependencies>
<commands>