Add support for NC 26.0.3

Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias Knöppler 2023-07-17 22:37:24 +02:00
parent 6657adbd76
commit 4fd410ee04
No known key found for this signature in database
GPG Key ID: 3510056072886A8F
3 changed files with 15 additions and 3 deletions

View File

@ -1,6 +1,18 @@
# NextcloudPi Changelog
## [v1.52.0](https://github.com/nextcloud/nextcloudpi/tree/v1.51.3) (2023-05-01) Add support for Nextcloud 26.0.1
## [v1.52.1](https://github.com/nextcloud/nextcloudpi/tree/v1.52.1) (2023-07-17) Add support for Nextcloud 26.0.3
### Changes
- Adds support for NC 26.0.3
- Add ZFS support for the data directory (#1767)
### Fixes
- Fix bug in ncp-backup (#1791)
- Fix missing configuration field for nc-backup-auto (#1787)
## [v1.52.0](https://github.com/nextcloud/nextcloudpi/tree/v1.52.0) (2023-05-01) Add support for Nextcloud 26.0.1
### Changes

View File

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

View File

@ -1,5 +1,5 @@
{
"nextcloud_version": "26.0.1",
"nextcloud_version": "26.0.3",
"php_version": "8.1",
"release": "bullseye"
}