Add support for NC 32

This commit is contained in:
Tobias Knöppler 2025-10-18 18:50:04 +02:00
parent 0ed0ce065b
commit dce645be79
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,5 +1,5 @@
{ {
"nextcloud_version": "31.0.2", "nextcloud_version": "32.0.0",
"php_version": "8.3", "php_version": "8.3",
"release": "bookworm" "release": "bookworm"
} }

View File

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

View File

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