From 590f2583ca199c08e1a55201544d2e2d40f2b47a Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 6 Oct 2020 09:42:45 +0200 Subject: [PATCH] Document Nextcloud 20 removed jQuery plugin(s) Signed-off-by: Christoph Wurst --- .../app_publishing_maintenance/upgrade-guide.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/developer_manual/app_publishing_maintenance/upgrade-guide.rst b/developer_manual/app_publishing_maintenance/upgrade-guide.rst index c125efb97..7b0bba9e8 100644 --- a/developer_manual/app_publishing_maintenance/upgrade-guide.rst +++ b/developer_manual/app_publishing_maintenance/upgrade-guide.rst @@ -34,6 +34,11 @@ Removed globals * ``escape-html``: use `the escape-html package ` or similar +Removed jQuery plugins +********************** + +* ``$.tipsy`` + Back-end changes ^^^^^^^^^^^^^^^^