3.0.0
This is the first stable release of Slim 3!
Changes since RC2
- #1643 - Revert detection of
Uri
's baseUrl so that routing of URLs of the form/foo/index.php/bar/baz
work again. - #1655 - Ensure that calling
$request->withMethod()
turns off detection of_METHOD
detection.
The full list of changes is here.