You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
21
21
* User model now defines mass assignment fields using `$fillable` rather than `$guarded`.
22
22
* 2FA checkpoint on login is now its own page, and not an AJAX based call. Improves security on that front.
23
23
24
+
### Removed
25
+
*`Server::getUserDaemonSecret(Server $server)` was removed and replaced with `User::daemonSecret(Server $server)` in order to clean up models.
26
+
24
27
## v0.5.6 (Bodacious Boreopterus)
25
28
### Added
26
29
* Added the following languages: Estonian `et`, Dutch `nl`, Norwegian `nb` (partial), Romanian `ro`, and Russian `ru`. Interested in helping us translate the panel into more languages, or improving existing translations? Contact us on Discord and let us know.
0 commit comments