From a7cf5a26722e26e0224a1009cda4e1f53106980c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Kn=C3=B6ppler?= <6317548+theCalcaholic@users.noreply.github.com> Date: Mon, 24 Mar 2025 12:29:10 +0100 Subject: [PATCH] changelog.md: Document v1.55.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com> --- changelog.md | 11 +++++++++++ updates/{1.56.0.sh => 1.55.4.sh} | 0 2 files changed, 11 insertions(+) rename updates/{1.56.0.sh => 1.55.4.sh} (100%) 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