Fluid PHP Framework 0.3.1
Pre-release
Pre-release
Fluid PHP Framework 0.3.1 release
This is a pre-release version, and no version of the 0.x.x branch is guaranteed to be either backwards- or forwards-compatible. Use at your own risk.
Changelog from 0.3.0:
- Controllers such as Home\Test (example provided) now work properly, allowing nesting for more fine-grained control over what goes where.
- Removed require_once in App::executeRoute, since the new namespace setup allows the regular autoloader to pick up on controller classes.
- copyright notices in doc blocks & LICENSE updated, since (of course) it's 2016 now!