From e0ca5e9bc4d79630a41d8d485b155c8021d222ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Tue, 20 May 2025 12:22:09 +0200 Subject: [PATCH] feat: Document removal of OC_Util::addScript and friends MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- .../app_upgrade_guide/upgrade_to_32.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst index 3f7ae38e7..fe56aa703 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst @@ -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