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'.
v0.5
- Fixed first example in README.txt Added more info to README.txt
- Added smarty variable $_arg which contains an array indexed from end of Page/URL Alias
- Added warning about $config['url_rewriting'] in admin area
- Warn about .htaccess when installed.
- Parses extra1/extra2/extra3 and takes associative keys from them (set your url keys as comma delimited list to any of "Extra Page Attribute X"). This could deprecate the keys starts with '-' in url.
- New module initialization is used now by keeping backward compatibility as well.