diff --git a/changelog.md b/changelog.md index b80c2c59..4a6fbb2e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,16 @@ # NextcloudPi Changelog +## [v1.55.4](https://github.com/nextcloud/nextcloudpi/tree/v1.55.3) (2025-03-24) Nextcloud 31 and fixes + +### Changes + +- Support for Nextcloud 31 + +### Fixes + +- Fix wrongly configured temporary directory for uploads (fixes [#1750](https://github.com/nextcloud/nextcloudpi/issues/1750), [#1857](https://github.com/nextcloud/nextcloudpi/issues/1857)), thanks [@joshtrichards](https://github.com/joshtrichards) +- Fix regression breaking php upgrades (see [#2026](https://github.com/nextcloud/nextcloudpi/pull/2026)), thanks [@twojstaryzdomu](https://github.com/twojstaryzdomu) + ## [v1.55.3](https://github.com/nextcloud/nextcloudpi/tree/v1.55.3) (2024-11-08) Nextcloud 30 and fixes ### Changes diff --git a/updates/1.56.0.sh b/updates/1.55.4.sh similarity index 100% rename from updates/1.56.0.sh rename to updates/1.55.4.sh