Set supported NC version to 32.0.1 and reenable tasks app

This commit is contained in:
Tobias Knöppler 2025-10-18 21:27:23 +02:00
parent 2475ccca10
commit 3ae97ea31d
3 changed files with 4 additions and 4 deletions

View File

@ -165,8 +165,8 @@ EOF
ncc app:enable contacts ncc app:enable contacts
ncc app:install notes ncc app:install notes
ncc app:enable notes ncc app:enable notes
#ncc app:install tasks ncc app:install tasks
#ncc app:enable tasks ncc app:enable tasks
# we handle this ourselves # we handle this ourselves
ncc app:disable updatenotification ncc app:disable updatenotification

View File

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

View File

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