mikuli.cz

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

commit 09e01dd7b3f00b40d24a956cff5810e3e9e3e6a2
parent 23d30fc9129593c9b06d08e311653e18131df926
Author: markseu <mark2011@mayberg.se>
Date:   Mon, 19 Oct 2020 11:57:24 +0200

Updated extensions, API cleanup

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

diff --git a/system/extensions/command.php b/system/extensions/command.php @@ -2,7 +2,7 @@ // Command extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/command class YellowCommand { - const VERSION = "0.8.23"; + const VERSION = "0.8.24"; public $yellow; // access to API public $files; // number of files public $links; // number of links @@ -37,7 +37,7 @@ class YellowCommand { // Handle command help public function onCommandHelp() { - $help .= "build [directory location]\n"; + $help = "build [directory location]\n"; $help .= "check [directory location]\n"; $help .= "clean [directory location]\n"; $help .= "serve [directory url]\n"; diff --git a/system/extensions/update-current.ini b/system/extensions/update-current.ini @@ -11,11 +11,11 @@ Tag: feature system/extensions/bundle.php: bundle.php, create, update Extension: Command -Version: 0.8.23 +Version: 0.8.24 Description: Command line of the website. HelpUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/command DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/zip/command.zip -Published: 2020-10-05 13:37:47 +Published: 2020-10-19 11:53:10 Developer: Datenstrom Tag: feature system/extensions/command.php: command.php, create, update @@ -25,7 +25,7 @@ Version: 0.8.23 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-14 10:32:06 +Published: 2020-10-19 11:14:56 Developer: Datenstrom Tag: feature system/extensions/core.php: core.php, create, update