ncp.cfg,nc-nextcloud.cfg,ncp-app/: Add support for NC 29

Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias Knöppler 2024-08-18 17:58:38 +02:00
parent 0e30c79a87
commit 73da8fd057
No known key found for this signature in database
GPG Key ID: 3510056072886A8F
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,5 +1,5 @@
{ {
"nextcloud_version": "28.0.7", "nextcloud_version": "29.0.4",
"php_version": "8.1", "php_version": "8.1",
"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="28"/> <nextcloud min-version="22" max-version="29"/>
</dependencies> </dependencies>
<navigations> <navigations>
<navigation> <navigation>