Merge pull request #12998 from nextcloud/backport/12997/stable31

[stable31] feat: Document removal of OC_API legacy class
This commit is contained in:
Côme Chilliet 2025-04-03 16:55:06 +02:00 committed by GitHub
commit 276c2e0fbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,6 +82,8 @@ Removed APIs
console.info('Notification action has been executed:', event.notification, event.action)
})
- Legacy class ``OC_API`` was moved to a private namespace. It should not be needed by applications.
Back-end changes
----------------