Add support for NC 26

Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias K 2023-05-01 14:06:22 +02:00
parent 483bd15309
commit 6876a96be9
No known key found for this signature in database
GPG Key ID: 44FD368932E645C1
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,5 +1,5 @@
{
"nextcloud_version": "25.0.6",
"nextcloud_version": "26.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="25"/>
<nextcloud min-version="14" max-version="26"/>
</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="25" />
<nextcloud min-version="20" max-version="26" />
</dependencies>
<commands>