From eabcfbef8f54c6c8ccdd6f45f82e0ada0207e2ac Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 31 May 2022 11:31:49 +0200 Subject: [PATCH] Drop empty Nextcloud 24 upgrade sections Signed-off-by: Christoph Wurst --- .../app_upgrade_guide/upgrade_to_24.rst | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_24.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_24.rst index bd056a6ff..a2ede4b72 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_24.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_24.rst @@ -18,11 +18,6 @@ Make sure your ``appinfo/info.xml`` allows for Nextcloud 24. -Front-end changes ------------------ - -tbd - PHP8.1 ------ @@ -52,18 +47,3 @@ Nextcloud 24 is the first major Nextcloud release to work with PHP8.1. Follow th 3. If you have :ref:`continuous integration ` set up, extend your test matrix with PHP8.1 tests and linters. Information about code changes can be found on `php.net `__ and `stitcher.io `__. - -Back-end changes ----------------- - -tbd - -Changed APIs -^^^^^^^^^^^^ - -tbd - -Removed APIs -^^^^^^^^^^^^ - -tbd