ncp.cfg, nc-nextcloud.cfg: Support NC 28.0.3

This commit is contained in:
Tobias Knöppler 2024-03-27 19:07:00 +01:00
parent 29d6375050
commit 11b5a86328
No known key found for this signature in database
GPG Key ID: 3510056072886A8F
3 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
# NextcloudPi Changelog
## [v1.53.2](https://github.com/nextcloud/nextcloudpi/tree/v1.53.2) (2024-02-01) Support Nextcloud 28
### Changes
- Add support for Nextcloud 28.0.3
## [v1.53.1](https://github.com/nextcloud/nextcloudpi/tree/v1.53.1) (2024-02-01) Support Nextcloud 27.1.6
### Changes

View File

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

View File

@ -1,5 +1,5 @@
{
"nextcloud_version": "28.0.2",
"nextcloud_version": "28.0.3",
"php_version": "8.1",
"release": "bullseye"
}