Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 1.4 KB

README.markdown

File metadata and controls

52 lines (28 loc) · 1.4 KB

URL Router

Version: 1.0.1

Author: [Symphony Team]

Build Date: 2011-07-08

Requirements: Symphony 2.2

Installation

  1. Upload the files into a folder named "url_router" in your Symphony 'extensions' folder.

  2. Enable it by selecting "URL Router" on the "System -> Extensions" page, choosing "Enable" from the with-selected menu, and clicking "Apply".

  3. Add your rules to the "System -> Preferences" page.

Changelog

1.0.1

  • Bug fix to remove rogue query I forgot to remove, thanks Vlad Ghita for spotting that one

1.0 (John Porter, Nick Dunn)

  • Update as Symphony Team takes ownership.
  • Renamed extension class and folder to url_router.
  • Manually merged @nickdunn's changes.

0.5:

  • Symphony 2.2 compatiability update

0.4 (John Porter):

  • Applied patches from pull requests to fix various issues including save failure when no redirects entered and pass-by-reference warning

0.3 (Max Wheeler):

  • Remove router.js as it's no longer needed
  • Fix error in save logic, no longer tries to write to config.php

0.2 (Max Wheeler):

  • Only add router.js to the /system/preferences/ page (was breaking other JS)
  • Updated README with correct installation details

0.1:

  • Initial release, brief documentation forthcoming.