August 2009
3 posts
From 0.3 to 0.4, new Limonade features
You’ll find all changes in the CHANGES file, but let’s have a quick look to some new features:
Session features
Session starts automatically by defaut. Then you can access session variables like you use to do, with $_SESSION array.
You can disable sessions with the session option.
⌘ see snippet example
Flash features
Flash is a special use of sessions. A flash value will be...
Limonade 0.4.1 is available →
Changes since 0.4:
[NEW] support for HEAD requests [#12 state:resolved]
[FIXED] internal routes are at the begining of the lib so can’t be bypassed [#13 state:resolved]
[FIXED] internal CSS we’re renderred with a layout if defined [#14 state:solved]
[FIXED] bug in file_is_text
[CHANGED] removes mime_content_type compatibility function and add file_mime_content_type() [#15...