v0.1
- Initial release
v0.2
- The module uses CGExtensions cache layer (cms_cache_handler class) for caching instead of simple file cache. Caching works as before if if the class not found.
v0.3
- Now arguments assigned as array too. For example: $arg1 assigned as $arg[1], $alias assignes as $arg['alias'], etc... This goes for $_GET superglobal too ($_GET['arg1'] -> $_GET['arg'][1], $_GET['alias'] -> $_GET['arg']['alias'])
v0.4
- Using $config['query_var'] to get request instead of 'page'.