Skip to content

Commit b0fc30c

Browse files
authored
Merge pull request #14033 from nextcloud/fix/document-removal-of-whats-new
fix(developer): document removal of the "whats new" feature
2 parents 8a0364d + c8067ec commit b0fc30c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Removed APIs
9696

9797
- The global ``md5`` implementation is removed. It was deprecated since Nextcloud 20 and not used by Nextcloud anymore.
9898
If you still need a ``md5`` implementation you can just use some external package like `crypto-browserify <https://www.npmjs.com/package/crypto-browserify>`_.
99+
- ``OCP.WhatsNew`` was removed.
99100
- ``OC.AppConfig`` was deprecated since Nextcloud 16 and was now removed. Instead use ``OCP.AppConfig``.
100101
- The ``OC.Settings.UserSettings`` api was removed.
101102
- The ``OC.SystemTags`` api was removed. If you need to get the list of system tags,
@@ -257,3 +258,6 @@ Should be replaced by the following code:
257258
}
258259
259260
- The ``\OCP\Files::buildNotExistingFileName`` and related private helper ``\OC_Helper::buildNotExistingFileName`` were deprecated since Nextcloud 14 and were now removed. Use ``\OCP\Files\Folder::getNonExistingName`` instead.
261+
262+
- The ``WhatsNew`` feature was removed as such the ``OC\Updater\ChangesCheck`` class and related APIs.
263+
This also includes the ``whats_new`` database table and the ``WhatsNewController`` class which was serving the now removed ``/core/whatsnew`` endpoint.

0 commit comments

Comments
 (0)