mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Removed the release label config form the app
This commit is contained in:
parent
3f35658643
commit
8ea5b1c4eb
2 changed files with 1 additions and 6 deletions
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue