Merge pull request #10544 from nextcloud/fix/nc28-app-upgrade-order

fix(developer): Move removed backend API to the backend section
This commit is contained in:
Christoph Wurst
2023-06-01 08:52:29 +02:00
committed by GitHub

View File

@@ -37,8 +37,7 @@ Deprecated APIs
Removed APIs
^^^^^^^^^^^^
* ``\OC_App::isEnabled``: inject ``\OCP\App\IAppManager`` and call ``\OCP\App\IAppManager::isEnabledForUser``.
* ``\OC_Defaults::getLogoClaim``: There is no replacement.
* tbd
Back-end changes
----------------
@@ -61,4 +60,5 @@ Deprecated APIs
Removed APIs
^^^^^^^^^^^^
* tbd
* ``\OC_App::isEnabled``: inject ``\OCP\App\IAppManager`` and call ``\OCP\App\IAppManager::isEnabledForUser``.
* ``\OC_Defaults::getLogoClaim``: There is no replacement.