More powerful routing feature
From the development version it is now possible to use three different methods for matching the route paths: equal comparison, regular expression, regular expresion in parenthesis (simpler).
Equal comparison: 'foo/bar/' matches '/foo/bar/'
Regular expression: 'foo\/bar\/' matches '/foo/bar/'
Regular expression: 'foo/bar(s?)/' matches '/foo/bar/' and '/foo/bars/'
This is a backwards incompatible change, probably you have to correct some routing addresses in your index.php file adding '\/' at the end of your addresses.
The documentation will be available soon.
Ask on the forum for help.
News published on 2012-01-11