Skip to content

Parable PHP Framework 0.9.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@devvoh devvoh released this 08 Apr 12:44
· 249 commits to master since this release

0.9.8

Changes

  • \Parable\Auth\Authentication no longer demands a \Model\Users object, but defaults to \Model\User and allows another class to be set.
  • Since the Auth system now has a user-overwritable user class name, it no longer calls initialize() in its __construct(). Easiest way of both overwriting and initializing the Auth system is by using an Init\Auth class to do so.