diff --git a/VERSION b/VERSION index 57ed889..8b13789 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -RELEASE-1.2.4 + diff --git a/config/app.php b/config/app.php index e5100ea..91383a7 100644 --- a/config/app.php +++ b/config/app.php @@ -17,7 +17,7 @@ return [ 'name' => 'PLA', 'name_html_long' => 'phpLDAPadmin', - 'version' => trim(file_get_contents(__DIR__.'/../public/VERSION')), + 'version' => (trim(file_get_contents(__DIR__.'/../public/VERSION')) ?? 'UNKNOWN').'-'.(trim(file_get_contents(__DIR__.'/../VERSION')) ?? 'UNKNOWN'), /* |-------------------------------------------------------------------------- diff --git a/resources/themes/architect/views/layouts/partials/contentfooter.blade.php b/resources/themes/architect/views/layouts/partials/contentfooter.blade.php index ef32cd3..f263c88 100644 --- a/resources/themes/architect/views/layouts/partials/contentfooter.blade.php +++ b/resources/themes/architect/views/layouts/partials/contentfooter.blade.php @@ -3,6 +3,9 @@