diff --git a/.env.example b/.env.example index 3b39376..a3e03b9 100755 --- a/.env.example +++ b/.env.example @@ -11,7 +11,7 @@ APP_SITEHOMEPAGE="" # Void if env is production. NONPROD_FORCE_SECURE=false -LOG_CHANNEL=stack +LOG_CHANNEL=daily DB_CONNECTION=mysql DB_HOST=127.0.0.1 @@ -33,7 +33,7 @@ IPGEO_API_URL="https://api.ipgeolocation.io/ipgeo" ARCANEDEV_LOGVIEWER_MIDDLEWARE=web,auth,can:admin.maintenance.logs.view -RELEASE=staffmanagement@0.6.1 +RELEASE=0.6.2 SLACK_INTEGRATION_WEBHOOK= diff --git a/config/app.php b/config/app.php index 172006b..bd8b3f7 100755 --- a/config/app.php +++ b/config/app.php @@ -48,6 +48,20 @@ return [ + + /* + |-------------------------------------------------------------------------- + | Application Version + |-------------------------------------------------------------------------- + | + | This value is the application's version. + | It's used for informational purposes, and it'll be used for an auto-update system + | in the near future. + | Should always be the latest minor release. + | + */ + 'release' => env('RELEASE', '(unknown)'), + /* |-------------------------------------------------------------------------- | SSL for non-production environments diff --git a/resources/views/breadcrumbs/footer.blade.php b/resources/views/breadcrumbs/footer.blade.php index 0accbb8..f2c2444 100755 --- a/resources/views/breadcrumbs/footer.blade.php +++ b/resources/views/breadcrumbs/footer.blade.php @@ -3,7 +3,7 @@