Skip to content

Fluid PHP Framework 0.2.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@devvoh devvoh released this 07 Jan 22:12
· 443 commits to master since this release

Fluid PHP Framework 0.2.8 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:

  • App::redirect($url) will now look if the url is an absolute one, and if not, runs it through App::getUrl($relativeUrl) to get a proper fluid-relevant url. This allows for safe use of App::redirect('/');
  • Response content types can now be set by either the shorthand (js) or the full string (application/javascript).
  • For those few App::methods() that take a parameter, which is always a maximum of 1, View now recognizes that and passes it as a single variable instead of the usual array.