Skip to content

Releases: rydurham/Sentinel

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

Choose a tag to compare

@rydurham rydurham released this 01 Jul 17:25

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

Choose a tag to compare

@rydurham rydurham released this 20 Jan 00:26
Enable usage with Laravel 5.2

Sentinel 2.2 for Laravel 5.1

Choose a tag to compare

@rydurham rydurham released this 11 Jun 22:49
  • Add support for Laravel 5.1
  • Add group membership middleware for checking membership of any specified group
  • Rename UserEventHandler to UserEventListener

v2.1.0

Choose a tag to compare

@rydurham rydurham released this 12 Mar 18:42

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

Choose a tag to compare

@rydurham rydurham released this 28 Feb 18:26

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

Pre-release

Choose a tag to compare

@rydurham rydurham released this 08 Feb 01:44

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

v1.4.22

Choose a tag to compare

@rydurham rydurham released this 18 Dec 22:01
Revised BC name field checking

v1.4.21

Choose a tag to compare

@rydurham rydurham released this 18 Dec 20:54
  • 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

Choose a tag to compare

@rydurham rydurham released this 21 Nov 04:36

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

v1.4.19

Choose a tag to compare

@rydurham rydurham released this 15 Aug 02:36
  • Allow for updating user's email address