From 43b2fd7d22a292c78cb968e5c2a8dcc7cae019ad Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 3 Nov 2025 16:28:39 +0100 Subject: [PATCH] chore: `OC.AppConfig` was removed in favor of `OCP.AppConfig` Signed-off-by: Ferdinand Thiessen --- .../app_upgrade_guide/upgrade_to_33.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst index fd5cf8ab7..d721dfb97 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst @@ -25,6 +25,7 @@ Removed APIs - The global ``md5`` implementation is removed. It was deprecated since Nextcloud 20 and not used by Nextcloud anymore. If you still need a ``md5`` implementation you can just use some external package like `crypto-browserify `_. +- ``OC.AppConfig`` was deprecated since Nextcloud 16 and was now removed. Instead use ``OCP.AppConfig``. - The ``OC.SystemTags`` api was removed. If you need to get the list of system tags, check `this merge request `_ for how to fetch the tags directly. - ``OC.set`` and ``OC.get`` were removed. Both are deprecated since Nextcloud 19. For ``get``, if really needed, use `lodash get `_.