Skip to content

Commit

Permalink
Merge pull request #11667 from nextcloud/bugfix/noid/dev-route-param
Browse files Browse the repository at this point in the history
fix(developer): Document the change of the _route parameter
  • Loading branch information
nickvergessen authored Mar 19, 2024
2 parents 086c03e + 0b73923 commit 39684d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^^^^^^^^
Expand Down

0 comments on commit 39684d7

Please sign in to comment.