Hi
I would like, in a credit page, to display the Kirby version automatically
Is it relevant to have something like $site->kirbyVersion()
?
ā¦
This could get the current version based on the files installed at the root.
<?= 'Kirby version: ' . $kirby->version() ?>
1 Like