This repository has been archived by the owner on Aug 1, 2021. It is now read-only.
Version 0.7 released
Changelog:
- Improved error response handling:
- A template for each error status code can be created, plus a generic error page (404.php, 500.php, error.php).
- More error information is being logged to help debugging.
- Enhancements and fixes to the Router component:
- GET parameters will work as expected now (they would interfere with the route matching process).
- It is now possible to generate URLs for routes that contain wildcards, by passing an associative array as the second argument of
Request::redirectToRoute()
. The parameter names must match the wildcard identifiers.