mikuli.cz

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

commit d401247c0309ba5ddcaa4a5ed2b680d978144bb8
parent fbed633ac56aaf3b9cdff7e9cb149f430752c9aa
Author: markseu <mark2011@mayberg.se>
Date:   Tue,  7 Sep 2021 17:14:50 +0200

Update core, shortcuts

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

diff --git a/system/extensions/core.php b/system/extensions/core.php @@ -2,7 +2,7 @@ // Core extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/core class YellowCore { - const VERSION = "0.8.51"; + const VERSION = "0.8.52"; const RELEASE = "0.8.18"; public $page; // current page public $content; // content files @@ -591,6 +591,7 @@ class YellowPage { $output .= ucfirst($key)." ".$value["version"]."<br />\n"; } } + if ($text=="release") $output = "Datenstrom Yellow ".YellowCore::RELEASE; if ($text=="error") $output = $this->get("pageError"); if ($text=="log") { $fileName = $this->yellow->system->get("coreExtensionDirectory").$this->yellow->system->get("coreLogFile"); 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.51 +Version: 0.8.52 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: 2021-08-18 17:25:39 +Published: 2021-09-07 17:13:04 Developer: Datenstrom Tag: feature system/extensions/core.php: core.php, create, update