From d678da55b5b6ceaa0f7e93e142d2dc32600ea913 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 30 Apr 2018 22:55:54 +0200 Subject: [PATCH] Update .env.example --- .env.example | 2 ++ Changelog | 1 + 2 files changed, 3 insertions(+) diff --git a/.env.example b/.env.example index 46e01fc29..9df4a8614 100644 --- a/.env.example +++ b/.env.example @@ -59,6 +59,8 @@ MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null +MAIL_FROM_ADDRESS= +MAIL_FROM_NAME= PUSHER_APP_ID= PUSHER_APP_KEY= diff --git a/Changelog b/Changelog index 205e6c8c7..21015d58d 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-04-30 DariusIII + * Chg: Update .env.example * Chg: Update laravel/framework to version 5.6.19 and symfony components to their latest versions * Chg: Update queries in Games class * Fix: Fix group browsing links in all themes