Skip to content

Commit 43b2fd7

Browse files
committed
chore: OC.AppConfig was removed in favor of OCP.AppConfig
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 88c00f7 commit 43b2fd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Removed APIs
2525

2626
- The global ``md5`` implementation is removed. It was deprecated since Nextcloud 20 and not used by Nextcloud anymore.
2727
If you still need a ``md5`` implementation you can just use some external package like `crypto-browserify <https://www.npmjs.com/package/crypto-browserify>`_.
28+
- ``OC.AppConfig`` was deprecated since Nextcloud 16 and was now removed. Instead use ``OCP.AppConfig``.
2829
- The ``OC.SystemTags`` api was removed. If you need to get the list of system tags, check `this merge request <https://github.com/nextcloud/files_retention/pull/855>`_ for how to fetch the tags directly.
2930
- ``OC.set`` and ``OC.get`` were removed. Both are deprecated since Nextcloud 19.
3031
For ``get``, if really needed, use `lodash get <https://lodash.com/docs#get>`_.

0 commit comments

Comments
 (0)