Merge pull request #10424 from nextcloud/nc28-drop-ac-appsettings

Add removal of `OC.appSettings` to upgrade guide
This commit is contained in:
Joas Schilling
2023-06-21 12:51:12 +02:00
committed by GitHub

View File

@@ -37,7 +37,8 @@ Deprecated APIs
Removed APIs
^^^^^^^^^^^^
* ``OC.loadScript`` and ``OC.loadStyle``: Use ``OCP.Loader`` instead
* ``OC.loadScript`` and ``OC.loadStyle``: Use ``OCP.Loader`` instead.
* ``OC.appSettings``: There is no replacement.
Back-end changes
----------------