fix: include git tag in version (#3000)

Also include os and php version in github issue template.
This commit is contained in:
Dag 2022-09-04 07:21:57 +02:00 committed by GitHub
parent 693d6edfbf
commit 5e09a14acc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View file

@ -18,7 +18,13 @@
Query string: <?= e($_SERVER['QUERY_STRING'] ?? '') ?>
</p>
<p>
Version: <?= e(Configuration::getVersion()) ?>
Version: <?= raw(Configuration::getVersion()) ?>
</p>
<p>
OS: <?= raw(PHP_OS_FAMILY) ?>
</p>
<p>
PHP version: <?= raw(phpversion() ?: 'Unknown'()) ?>
</p>
<div class="advice">