November 2009
3 posts
Limonade 0.4.6 is available
Changes:
[CHANGED] for IIS/Windows compatibility: file_path() normalizes paths in *nix way, even on windows (backslashes are converted in slashes, double slashes are replaced by one). Refactoring options paths in run() to fix paths on windows.
[FIXED] Removes php short open tags in default limonade views to be compatible with php5.3 default configuration (short_open_tags disabled)
[FIXED] Big...
Just a little tip for Limonade contributors: the current development branch is 0.5. So you should fork it instead of master, which is still in 0.4.
Thanks!
Hidden features
I’ve planned for a while the ability to call objects methods in dispatch_* functions. Useful if you want to group your controller functions in a class for example (or simply for those who can’t write a PHP project without having a class keyword in each file).
I’ve added Matěj Grabovský’s commit that adds support for dispatching to lambda functions/closures in the new 0.5...