Parable PHP Framework 0.9.4
Pre-release
Pre-release
0.9.4
Changes
- Added
generatePasswordHash()
to\Parable\Auth\Authentication
.
Bugfixes
- Fixed issue in
\Parable\Auth\Authentication
where without authentication data, a non-existing array key was read. Now that's a reason to say someone isn't validated. This only happened when callingauthenticate
and the password validating correctly. \Parable\Framework\Dispatcher
can now handle nested namespaced controllers for default template files. SoController\Subnamespace\Home
will attempt to loadapp/view/Subnamespace/Home/action.phtml
.
0.9.3
Bugfixes
\Parable\Http\Values\GetSet
incorrectly set the local resource when usingsetAll()
.