Skip to content

Commit 751f28c

Browse files
authored
Merge pull request #13146 from nextcloud/feat/document-oc-util-script-removal
feat: Document removal of OC_Util::addScript and friends
2 parents f816317 + e0ca5e9 commit 751f28c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,11 @@ Removed APIs
7676
- ``maxUploadFilesize`` was deprecated since version 5.0.0 and replaced with ``\OCP\Util::maxUploadFilesize``
7777
- ``freeSpace`` was deprecated since version 7.0.0 and replaced with ``\OCP\Util::freeSpace``
7878
- ``uploadLimit`` was deprecated since version 7.0.0 and replaced with ``\OCP\Util::uploadLimit``
79+
80+
- Removed deprecated methods of legacy ``\OC_Util`` class:
81+
82+
- ``addScript`` was replaced by ``\OCP\Util::addScript`` in 24
83+
- ``addVendorScript`` was unused and removed
84+
- ``addTranslations`` was replace by ``\OCP\Util::addTranslations`` in 24
85+
86+
- Template function ``vendor_script`` was unused and removed

0 commit comments

Comments
 (0)