Skip to content

Commit 7b46013

Browse files
Merge pull request #1896 from nextcloud/devel
Support Nextcloud 28.0.4
2 parents f0fc7e0 + de0acd4 commit 7b46013

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# NextcloudPi Changelog
22

3+
## [v1.53.3](https://github.com/nextcloud/nextcloudpi/tree/v1.53.3) (2024-04-24) Support Nextcloud 28.0.4
4+
5+
### Changes
6+
7+
- Add support for Nextcloud 28.0.4
8+
9+
310
## [v1.53.2](https://github.com/nextcloud/nextcloudpi/tree/v1.53.2) (2024-03-28) Support Nextcloud 28
411

512
### Changes

etc/ncp-config.d/nc-nextcloud.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"id": "VER",
1111
"name": "Version",
12-
"value": "28.0.3"
12+
"value": "28.0.4"
1313
},
1414
{
1515
"id": "MAXFILESIZE",

etc/ncp.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"nextcloud_version": "28.0.3",
2+
"nextcloud_version": "28.0.4",
33
"php_version": "8.1",
44
"release": "bullseye"
55
}

0 commit comments

Comments
 (0)