2 parents f816317 + e0ca5e9 commit 751f28cCopy full SHA for 751f28c
1 file changed
developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst
@@ -76,3 +76,11 @@ Removed APIs
76
- ``maxUploadFilesize`` was deprecated since version 5.0.0 and replaced with ``\OCP\Util::maxUploadFilesize``
77
- ``freeSpace`` was deprecated since version 7.0.0 and replaced with ``\OCP\Util::freeSpace``
78
- ``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