mikuli.cz

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

commit a6bd0e4bbf463aba49821a9d5916104d895c2206
parent 480cac412f71ecb3dfebb4ec8f7e4e487d9824f4
Author: markseu <mark2011@mayberg.se>
Date:   Mon, 12 Oct 2020 13:50:26 +0200

Updated core, fix for error on Windows

Diffstat:
Msystem/extensions/core.php | 4++--
Msystem/extensions/update-current.ini | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/system/extensions/core.php b/system/extensions/core.php @@ -2,8 +2,8 @@ // Core extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/core class YellowCore { - const VERSION = "0.8.21"; - const RELEASE = "0.8.17"; + const VERSION = "0.8.22"; + const RELEASE = "0.8.16"; public $page; // current page public $content; // content files public $media; // media files diff --git a/system/extensions/update-current.ini b/system/extensions/update-current.ini @@ -21,11 +21,11 @@ Tag: feature system/extensions/command.php: command.php, create, update Extension: Core -Version: 0.8.21 +Version: 0.8.22 Description: Core functionality of the website. HelpUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/core DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/zip/core.zip -Published: 2020-10-12 11:49:56 +Published: 2020-10-12 13:48:21 Developer: Datenstrom Tag: feature system/extensions/core.php: core.php, create, update