Releases: lokothodida/gs-front-router
Releases · lokothodida/gs-front-router
Version 0.6.1
Version 0.6.0
- FEATURE #21 Improved administration panel, including:
- Updated CSS (to match current GetSimple CSS for admin page metadata information)
- Improved syntax highlighting
- Collapsing/expanding for route actions
- Live-filtering option for routes
Version 0.5.0
Version 0.4.4
- BUGFIX #16 - allow users to
echo
orreturn
their route action results in thecontent
callback.
Version 0.4.3
Version 0.4.2
- Fix bug with routes not saving #10
- Merged changes from #11 (improving styling of delete button) - thanks to @dimayakovlev
- Added comments, file listing and user profile example plugins to
examples
folder #9
Version 0.4.1
- Improved compatibility with earlier PHP versions (PHP 5.2.3+)
- Trailing slashes and query parameters are no longer included in route match (e.g. the paths
example
,example/
andexample/?p=3
are all successfully matched by the routeexample
) - Refactoring of codebase (splitting utility methods into different classes)
Version 0.4.0
Enhancements from @tablatronix (#5, #6):
- Improved compatibility with upcoming release of GetSimple 3.4
- Improved page data control with
data_index
Version 0.3
- Allow routing to work on non-pretty URLs (i.e.
index.php?id=some/route/here
if pretty URLs are disabled,some/route/here
if enabled) - Make routes less brittle on forward slashes (i.e.
///some/////route//here///
andsome/route/here
are equivalent).
Version 0.2
- Enable router to work on non 404 error pages
- Add language files for French, Italian, German and Russian (Google Translated)