From 0b739237e68af06b4c1dcbddf39be41964436732 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 19 Mar 2024 16:50:47 +0100 Subject: [PATCH] fix(developer): Document the change of the _route parameter Signed-off-by: Joas Schilling --- .../app_upgrade_guide/upgrade_to_29.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.rst index 885e77856..31ff27511 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_29.rst @@ -46,6 +46,7 @@ Changed APIs * ``OCP\IURLGenerator::URL_REGEX_NO_MODIFIERS``: Changed to match localhost and hostnames with ports. * ``OCP\Files\IMimeTypeLoader``: Every method from this interface now has type declarations. Make sure to update your implementation if you have one. +* ``OCP\IRequest::getParam('_route')`` and ``OCP\IRequest::getParams()['_route']``: The route name (consisting of app ID, controller name and controller method) is now all lower case Removed APIs ^^^^^^^^^^^^