mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
feat: Document removal of OC_Util::addScript and friends
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
@@ -76,3 +76,11 @@ Removed APIs
|
||||
- ``maxUploadFilesize`` was deprecated since version 5.0.0 and replaced with ``\OCP\Util::maxUploadFilesize``
|
||||
- ``freeSpace`` was deprecated since version 7.0.0 and replaced with ``\OCP\Util::freeSpace``
|
||||
- ``uploadLimit`` was deprecated since version 7.0.0 and replaced with ``\OCP\Util::uploadLimit``
|
||||
|
||||
- Removed deprecated methods of legacy ``\OC_Util`` class:
|
||||
|
||||
- ``addScript`` was replaced by ``\OCP\Util::addScript`` in 24
|
||||
- ``addVendorScript`` was unused and removed
|
||||
- ``addTranslations`` was replace by ``\OCP\Util::addTranslations`` in 24
|
||||
|
||||
- Template function ``vendor_script`` was unused and removed
|
||||
|
||||
Reference in New Issue
Block a user