Skip to content

Releases: cartalyst/sentinel

v1.0.9

13 Mar 20:03
Compare
Choose a tag to compare

FIXED

  • Set the user object on the Sentinel class to null after logout.
  • Detect client ip using symfony's Request class on the native bootstrapper.

v2.0.0

25 Feb 02:58
Compare
Choose a tag to compare
  • Updated for Laravel 5.

REVISED

  • Switched to PSR-2.

v1.0.8

23 Jan 00:44
Compare
Choose a tag to compare
  • Fixed a bug on the findByCredentials method that caused the first user to be returned when an empty array is passed.
  • Added mysql database schema.

v1.0.7

21 Oct 03:12
Compare
Choose a tag to compare
  • Added the $hidden property to the user model with the password field being hidden by default.

v1.0.6

24 Sep 18:28
Compare
Choose a tag to compare
  • Wrap garbageCollect into a try catch block to prevent an exception from being thrown if the database is not setup.

v1.0.5

16 Sep 15:33
Compare
Choose a tag to compare
  • Fixed a minor issue when deleting a user, the method wasn't returning the expected boolean only null.

v1.0.4

15 Sep 21:12
Compare
Choose a tag to compare
  • Improved the requirements to allow the installation on Laravel 5.0.

v1.0.3

13 Sep 19:01
Compare
Choose a tag to compare
  • Updated the updatePermission method signature on the PermissibleInterface due to a PHP bug on older versions.

v1.0.2

10 Sep 15:36
Compare
Choose a tag to compare
  • Fixed some doc blocks typos
  • Loosened the requirements on the composer.json
  • Added an IoC Container alias for the Sentinel class.

v1.0.1

07 Aug 01:21
Compare
Choose a tag to compare
  • Fixed a bug where user model overriding was ignored.