Skip to content

Releases: rydurham/Sentinel

v2.4.1: Merge pull request #209 from tusharvikky/master

01 Jul 17:25
Compare
Choose a tag to compare

Allows resending of the activation email if a user attempts to register with an existing account that has not been activated. Thanks to @tusharvikky

Sentinel v2.3.0 for Laravel 5.2

20 Jan 00:26
Compare
Choose a tag to compare
Enable usage with Laravel 5.2

Sentinel 2.2 for Laravel 5.1

11 Jun 22:49
Compare
Choose a tag to compare
  • Add support for Laravel 5.1
  • Add group membership middleware for checking membership of any specified group
  • Rename UserEventHandler to UserEventListener

v2.1.0

12 Mar 18:42
Compare
Choose a tag to compare

This version updates the package to be compatible with custom application namespaces. If you have previously published the package views you will need to either re-publish them or update the controller action references like this

Sentinel 2.0 Official Release

28 Feb 18:26
Compare
Choose a tag to compare

This is the first official release of Sentinel for Laravel 5. Going forward the master branch will be used for Laravel 5 development and the Laravel 4 version of the package has been moved to the "1.4" branch.

Laravel 5 Alpha Release

08 Feb 01:44
Compare
Choose a tag to compare
Pre-release

This is the first alpha release for Sentinel 2.0 that works in Laravel 5.

v1.4.22

18 Dec 22:01
Compare
Choose a tag to compare
Revised BC name field checking

v1.4.21

18 Dec 20:54
Compare
Choose a tag to compare
  • Add configurable 'post_verification_sent' redirect
  • Validate group names as being unique
  • Fix bug preventing users from editing their own profiles
  • Add backwards compatibility checks for 'firstName' and 'lastName' values

v1.4.20

21 Nov 04:36
Compare
Choose a tag to compare

Various bug fixes, permission checking alterations, route option finessing, and event data parameter adjustments.

v1.4.19

15 Aug 02:36
Compare
Choose a tag to compare
  • Allow for updating user's email address