Add support for NC 27.1.3

Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias K 2023-10-31 11:23:52 +01:00
parent ab66d2fd47
commit cb962d0914
No known key found for this signature in database
GPG Key ID: 44FD368932E645C1
3 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# NextcloudPi Changelog
## [v1.52.5](https://github.com/nextcloud/nextcloudpi/tree/v1.52.5) (2023-10-10) Staged Rollouts and NC 27.1.2
## [v1.52.5](https://github.com/nextcloud/nextcloudpi/tree/v1.52.5) (2023-10-10) Staged Rollouts and NC 27.1.3
### Changes
- Add support for Nextcloud 27.1.2
- Add support for Nextcloud 27.1.3
- Add support for staged rollouts

View File

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

View File

@ -1,5 +1,5 @@
{
"nextcloud_version": "27.1.2",
"nextcloud_version": "27.1.3",
"php_version": "8.1",
"release": "bullseye"
}