This commit is contained in:
Dane Everitt 2018-06-30 18:52:32 -07:00 committed by GitHub
parent d2bc791d74
commit 1df3efdfb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 40 additions and 12 deletions

View file

@ -14,6 +14,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
* Permissions checking to determine if a user can see the task management page now works correctly.
* Fixed `pterodactyl.environment_variables` to be used correctly for global environment variables. The wrong config variable name was being using previously.
* Fixes tokens being sent to users when their account is created to actually work. Implements Laravel's internal token creation mechanisms rather than trying to do it custom.
* Updates some eggs to ensure they have the correct data and will continue working down the road. Fixes autoupdating on some source servers and MC related download links.
### Changed
* Attempting to upload a folder via the web file manager will now display a warning telling the user to use SFTP.