forked from AsgardCms/User
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog.yml
More file actions
71 lines (71 loc) · 2.17 KB
/
Copy pathchangelog.yml
File metadata and controls
71 lines (71 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
url: https://github.com/AsgardCms/User
versions:
"1.7.0":
added:
- Chinese Simplified language
- Added a <code>UserHasActivatedAccount</code> event
"1.6.0":
added:
- Dutch and Portuguese language
"1.5.0":
added:
- Spanish translations
"1.4.0":
changed:
- Default fallback user provider set to Sentinel
"1.3.1":
changed:
- Fixing user update for sentinel
"1.3.0":
changed:
- Use helper functions in controllers
- Use manual route definition over the route resource shortcut
"1.2.0":
added:
- Set the user fillable fields dynamically from the user configuration file
"1.1.0":
added:
- Adding the loginNames property on the Sentinel User entity
- Adding configuration to setup which login column names to use
changed:
- Cleaning up <code>composers.php</code> file
"1.0.11":
added:
- Added a UserWasUpdated event
- Added a RoleWasUpdated event
- Flushing sidebar cache when user or role was updated
"1.0.10":
changed:
- Fixing datatable
"1.0.9":
changed:
- Changing index views ordering of columns
"1.0.8":
changed:
- Sentinel - checking if user is logged in before checking for permissions
"1.0.7":
changed:
- Remove the Authentication contract injection from the AuthController
"1.0.6":
changed:
- Make the UsernameViewComposer independent
"1.0.5":
changed:
- Fix the hasAccess method on the sentry implementation
"1.0.4":
added:
- Using new sidebar extender class
removed:
- Old SidebarViewComposer
"1.0.3":
added:
- Implementing the new <code>id</code> method on Sentry and Sentinel Authentication implementations
"1.0.2":
changed:
- Adding changelog file
"1.0.1":
changed:
- Using tagged versions of modules
"1.0.0":
changed:
- Initial release