mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 45f822e140333ba28ae641b142e2a408c1e050cc
parent feb04a34a784c28e8352aedf0d0c36109a97c49a
Author: markseu <mark2011@mayberg.se>
Date:   Wed, 25 Jul 2018 14:41:21 +0200

Updated core

Diffstat:
MREADME.md | 2+-
Msystem/plugins/core.php | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,4 +1,4 @@ -Datenstrom Yellow 0.7.4 +Datenstrom Yellow 0.7.5 ======================= [![Datenstrom Yellow](https://raw.githubusercontent.com/datenstrom/yellow-developers/master/media/images/datenstrom-yellow-en.jpg)](https://datenstrom.se/yellow/) diff --git a/system/plugins/core.php b/system/plugins/core.php @@ -5,7 +5,7 @@ class YellowCore { - const VERSION = "0.7.4"; + const VERSION = "0.7.5"; var $page; //current page var $pages; //pages from file system var $files; //files from file system