Skip to content

Parable PHP Framework 0.9.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@devvoh devvoh released this 02 Apr 12:29
· 254 commits to master since this 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 calling authenticate and the password validating correctly.
  • \Parable\Framework\Dispatcher can now handle nested namespaced controllers for default template files. So Controller\Subnamespace\Home will attempt to load app/view/Subnamespace/Home/action.phtml.

0.9.3

Bugfixes

  • \Parable\Http\Values\GetSet incorrectly set the local resource when using setAll().