From fb4c68826257a2c397eb20abdb06c4c69f07f167 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 9 Apr 2020 17:52:20 +0200 Subject: [PATCH] Document the upgrade of symfony in 19 and required changes Signed-off-by: Christoph Wurst --- developer_manual/app/upgrade-guide.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/developer_manual/app/upgrade-guide.rst b/developer_manual/app/upgrade-guide.rst index 4435a0685..be7dcf013 100644 --- a/developer_manual/app/upgrade-guide.rst +++ b/developer_manual/app/upgrade-guide.rst @@ -6,6 +6,17 @@ Once you've created and published the first version of your app, you will want t This document will cover the most important changes in Nextcloud, as well as some guides on how to upgrade existing apps. +Upgrading to Nextcloud 19 +------------------------- + +Back-end changes +^^^^^^^^^^^^^^^^ + +Symfony update +************** + +Symfony was updated to `v4.4 `_. The most important change for apps is to return an int value from CLI commands. Returning null (explicitly or implicitly) won't be allowed in future versions of Symfony. + Upgrading to Nextcloud 18 -------------------------