We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0fc7e0 + de0acd4 commit 7b46013Copy full SHA for 7b46013
changelog.md
@@ -1,5 +1,12 @@
1
# NextcloudPi Changelog
2
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
10
## [v1.53.2](https://github.com/nextcloud/nextcloudpi/tree/v1.53.2) (2024-03-28) Support Nextcloud 28
11
12
### Changes
etc/ncp-config.d/nc-nextcloud.cfg
@@ -9,7 +9,7 @@
{
"id": "VER",
"name": "Version",
- "value": "28.0.3"
+ "value": "28.0.4"
13
},
14
15
"id": "MAXFILESIZE",
etc/ncp.cfg
@@ -1,5 +1,5 @@
- "nextcloud_version": "28.0.3",
+ "nextcloud_version": "28.0.4",
"php_version": "8.1",
"release": "bullseye"
}
0 commit comments