From c77585559d29219d27e5562278dddaa06adf8f10 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 15 May 2025 16:09:47 +0200 Subject: [PATCH] chore(developer): document removal of `\OCP\Files::getStorage` Signed-off-by: Ferdinand Thiessen --- .../app_upgrade_guide/upgrade_to_32.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst index 563613486..34952db18 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst @@ -57,3 +57,5 @@ Removed APIs - The ``scssphp`` package is no longer shipped with Nextcloud. This package was not used and deprecated since Nextcloud 22. If you need the package for your app, then you need to ship it yourself. +- ``\OCP\Files::getStorage`` and the legacy ``OC_App_::getStorage`` methods were deprecated since Nextcloud 14, respective Nextcloud 5, and were now removed. + Instead use ``\OCP\Files\IAppData``.