#Kirby Version Widget
Displays the current version of kirby and the panel as a panel widget.
Download the files and put them in a folder named version
, inside thesite/widgets
folder. If the widgets folder doesn't exist, create it.
If you are familiar with Git, you can clone this repository from Github inside the /site/widgets
folder.
git clone [email protected]:FabianSperrle/kirby-version.git version
Or you can use it as a Git Submodule. From your project root:
git submodule add [email protected]:FabianSperrle/kirby-version.git site/widgets/version
Author: Fabian Sperrle