Merge pull request #11522 from nextcloud/fix/docs-remove-autosize

fix(developer): Mention removal of global `autosize`
This commit is contained in:
Ferdinand Thiessen
2024-02-08 21:51:07 +01:00
committed by GitHub

View File

@@ -39,6 +39,11 @@ Removed APIs
* tbd
Removed globals
^^^^^^^^^^^^^^^
* Global ``autosize`` is removed, it was deprecated for over 4 years and scheduled for removal with Nextcloud 20. If you still need it you should ship your own version.
Back-end changes
----------------