fix(developer): Document the change of the _route parameter

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2024-03-19 16:50:47 +01:00
parent 086c03e441
commit 0b739237e6

View File

@@ -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
^^^^^^^^^^^^