Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.1.1.tar.gz | 2018-05-28 | 3.2 MB | |
2.1.1.zip | 2018-05-28 | 4.1 MB | |
README.md | 2018-05-28 | 1.2 kB | |
Totals: 3 Items | 7.3 MB | 0 |
- 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].