-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathchangelog.yml
127 lines (127 loc) · 4.15 KB
/
changelog.yml
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
url: https://github.com/AsgardCms/User
versions:
"1.18.0":
changed:
- User reset process is now handled by a service class
- Using the <code>$router</code> variable over the route helpers
"1.17.0":
added:
- Adding ability to send a reset password email to user
"1.16.1":
added:
- Adding method to create a role without triggering the event
"1.16.0":
changed:
- Fire event on manual user creation
"1.15.1":
changed:
- Config vars ineffective when instantiating with attributes
"1.15.0":
added:
- Adding config option to disable the user registration routes
changed:
- Adding autofocus on the first fields of authentication views
"1.14.0":
changed:
- Removed language files, they are now in the translation module
added:
- Adding a wysiwyg settings field.
"1.13.1":
changed:
- Fixed yaml structure
"1.13.0":
changed:
- Seeding the Translation module permissions on init
"1.12.0":
changed:
- New and updated authentication views. <strong>Important If you published the auth views, they need to be re-published</strong>
"1.11.0":
changed:
- Manual inclusing of iCheck css file has been removed
- Use the new datatables way of marking column not sortable
"1.10.1":
changed:
- Adding the permissions for the Themes part of the workshop Module on initial seed
"1.10.0":
changed:
- The <code>PermissionManager</code> class has been moved to the User Module
- Fixing issue with basic permissions
"1.9.0":
changed:
- Fixing user manual activation via backend
- Removing deprecated code usage
- Minor consistency changes
"1.8.0":
added:
- Added Russian translations
changed:
- Improving german translations
"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