Merge pull request #13718 from nextcloud/backport/13716/stable32

[stable32] feat: Mention deprecated of OC.SystemTags
This commit is contained in:
Joas Schilling 2025-09-27 17:22:33 +02:00 committed by GitHub
commit 601695db2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,6 +60,7 @@ Deprecated APIs
- ``--color-error-rgb``, ``--color-info-rgb``, ``--color-success-rgb``, ``--color-warning-rgb`` are deprecated.
Instead use the native CSS color utils with the the existing variables like ``--color-error`` and similar.
- The ``OC.SystemTags`` api is deprecated. 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.
Removed APIs
^^^^^^^^^^^^