This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
2.1.1
- Added translations to modules licenses and authors [489fbee].
- Used
__
function instead ofline
when translating lines. - Moves modules, plugins, themes and users actions from
Ajax.php
controller to their respective controllers. - Added some backward compatibility functions (back to PHP 5.2) [6e96930].
- Removed
site_url
function fromKB_url_helper.php
and added_uri_string
that will handle finding named routes [f05243b] and added the possibility to chain named routes [f4c90d1]. - Added optional GET parameter into "uri_string" method and its helper [9dc0450].
- Fixed issue #9 - [6b63605].