Skip to content

Commit a2b6c42

Browse files
Merge pull request #13605 from nextcloud/backport/13599/stable32
[stable32] fix: Make sure AI docs are up-to-date and do some cleanup
2 parents 0b9eeaf + 51154ad commit a2b6c42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ Added Events
9191
^^^^^^^^^^^^
9292

9393
- New ``preloadCollection`` event emitted by the DAV server during PROPFIND requests. See :ref:`collection_preload` for details.
94+
- New ``OCP\SystemTag\TagAssignedEvent`` emitted by the system tag object mapper
95+
- New ``OCP\SystemTag\TagUnassignedEvent`` emitted by the system tag object mapper
9496

9597
Added APIs
9698
^^^^^^^^^^
@@ -117,6 +119,8 @@ Added APIs
117119
- New method ``\OCP\Files\Template\BeforeGetTemplatesEvent::shouldGetFields`` to get the event's ``withFields`` property, which should determine whether or not to perform template field extraction on the returned templates.
118120
- New method ``\OCP\IUser::canChangeEmail`` allowing to check if the user backend allows the user to change their email address.
119121
- New method ``\OCP\IDateTimeZone::getDefaultTimezone`` allowing to get the default timezone configured for Nextcloud.
122+
- New ``OCP\SystemTag\TagAssignedEvent`` emitted by the system tag object mapper
123+
- New ``OCP\SystemTag\TagUnassignedEvent`` emitted by the system tag object mapper
120124
- Task processing API:
121125

122126
- New task processing task type ``OCP\TaskProcessing\TextToSpeech`` to convert text to speech.

0 commit comments

Comments
 (0)