Skip to content

Releases: lokothodida/gs-front-router

Version 0.6.1

03 Mar 08:51
Compare
Choose a tag to compare
  • FEATURE #23 Add Spanish language translation
    • Thanks to @cnb for translating the plugin

Version 0.6.0

25 Feb 15:29
Compare
Choose a tag to compare
  • 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

21 Feb 22:01
Compare
Choose a tag to compare
  • FEATURE #8 Allow users to build RESTful API endpoints using the same interface. Details in the wiki.
  • FEATURE #9 Added I18N (Special Pages) News example plugin
  • BUGFIX #16 Additional fix to cast all user-added properties as strings for $data_index XML object

Version 0.4.4

20 Feb 17:24
Compare
Choose a tag to compare
  • BUGFIX #16 - allow users to echo or return their route action results in the content callback.

Version 0.4.3

12 Feb 21:14
Compare
Choose a tag to compare
  • FEATURE #9 - Add catalog router to examples
  • BUGFIX #13 - incorrect base URL matching for local servers
  • BUGFIX #14 - $data_index merges properties without modifying the type of the variable

Version 0.4.2

05 Feb 16:41
Compare
Choose a tag to compare
  • 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

05 Feb 12:45
Compare
Choose a tag to compare
  • 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/ and example/?p=3 are all successfully matched by the route example)
  • Refactoring of codebase (splitting utility methods into different classes)

Version 0.4.0

02 Dec 10:01
Compare
Choose a tag to compare

Enhancements from @tablatronix (#5, #6):

  • Improved compatibility with upcoming release of GetSimple 3.4
  • Improved page data control with data_index

Version 0.3

28 Mar 08:51
Compare
Choose a tag to compare
  • 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/// and some/route/here are equivalent).

Version 0.2

25 Mar 10:30
Compare
Choose a tag to compare
  • Enable router to work on non 404 error pages
  • Add language files for French, Italian, German and Russian (Google Translated)