Removed the release label config form the app

This commit is contained in:
Alex Tselegidis 2021-12-18 19:20:46 +01:00
parent 3f35658643
commit 8ea5b1c4eb
2 changed files with 1 additions and 6 deletions

View file

@ -9,10 +9,8 @@
|
*/
$config['version'] = '1.5.0'; // This must be changed manually.
$config['version'] = '1.5.0-dev.1'; // This must be changed manually.
$config['url'] = Config::BASE_URL;
$config['release_label'] = 'DEV'; // Leave empty or add ALPHA, BEST, CUSTOM etc ...
$config['debug'] = Config::DEBUG_MODE;

View file

@ -35,9 +35,6 @@
<div class="current-version card card-body bg-light border-light mb-3">
<?= lang('current_version') ?>
<?= config('version') ?>
<?php if (config('release_label')): ?>
- <?= config('release_label') ?>
<?php endif ?>
</div>
<h3><?= lang('support') ?></h3>