Skip to content

Releases: rydurham/Sentinel

v1.4.18

15 Aug 00:21
Compare
Choose a tag to compare
  • Fixes User group assignment bug in v1.4.17

v1.4.17

15 Aug 00:11
Compare
Choose a tag to compare
  • Include Spanish Language files (via #79)
  • Allow for "injecting" groups to be assinged to a newly created user.

v1.4.16

11 Aug 20:27
Compare
Choose a tag to compare
  • Fix for Bootstrap / IE issue (#78)
  • Fix for pt-BR language file (#77)

v.1.4.15

10 Aug 23:29
Compare
Choose a tag to compare

Add custom 'alpha_spaces' rule to allow for special characters in user fields. (http://blog.elenakolevska.com/laravel-alpha-validator-that-allows-spaces/)

v.1.4.14

19 Jul 16:06
Compare
Choose a tag to compare

Allow for alpha_dash validation for User's names

v1.4.13

08 Jul 16:42
Compare
Choose a tag to compare

Allow Groups with no Permissions
Added name for 'users/create' route

v1.4.12

18 Jun 21:58
Compare
Choose a tag to compare

Add username to create user form
Move user events to user repo
Add Usename field to User views
Return User object from UserRepo->create() method

v1.4.11

12 Jun 16:08
Compare
Choose a tag to compare

Bugfix for sentinel.user.resend event
Remove redundant email->unique in User migration
Added byEmail() function to User Repo
Allow for nullable usernames.

v1.4.10

04 Jun 01:04
Compare
Choose a tag to compare

Allow for login via username, if desired.
Make sure both email address and username are unique in db
Pass user object to sentinel.user.registered event

v1.4.9

02 Jun 19:18
Compare
Choose a tag to compare

Updated for Laravel 4.2.

Note that when upgrading, you may or may not run into this issue: http://laravel.io/forum/05-13-2014-issue-upgrading-to-laravel-42-beta-1

This version also passes the full User object to the sentinel.user.login event. See the wiki for more details.