================================================= toKernel - Universal PHP Framework - CHANGELOG ================================================= Version 1.0.4 - 03/21/2012 -------------------------- * r.14 - tokernel.framework/kernel/app.http.class.php Fixed method call $thid->get_mode() in kernel/app class * r.15 - tokernel.framework/kernel/app.cli.class.php Fixed addon's action checking process for CLI mode. Version 1.0.5 - 03/31/2012 -------------------------- * r.17 - tokernel.framework/lib/data.lib.php New method in class library "data" v.1.4.0. Converts any url to html link tag. Version 1.0.6 - 04/05/2012 -------------------------- * r.18 - tokernel.framework/lib/template.lib.php Changed the string "TK_NL" to "!_TK_NL_@" * r.18 - tokernel.framework/kernel/app.http.class.php Appended URL arguments to function url() for caching process in application run() method. * r.18 - tokernel.framework/lib/url.lib.php Changed associations of url values assoc array in function parse_params_assoc(). Now, it is possible to receive last item from url even if it is empty.