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 -------------------------