mikuli.cz

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

commit 9d96a0f2cba6eb8e57f4441620d6fed07f9accac
parent 1208d89cc8ca644c9bd1fa5a4388d2ea78564488
Author: markseu <mark2011@mayberg.se>
Date:   Fri,  3 Jan 2020 12:48:48 +0100

Updated extensions

Diffstat:
Msystem/extensions/update.php | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/system/extensions/update.php b/system/extensions/update.php @@ -4,7 +4,7 @@ // This file may be used and distributed under the terms of the public license. class YellowUpdate { - const VERSION = "0.8.13"; + const VERSION = "0.8.14"; const TYPE = "feature"; const PRIORITY = "2"; public $yellow; //access to API @@ -14,6 +14,7 @@ class YellowUpdate { public function onLoad($yellow) { $this->yellow = $yellow; $this->yellow->system->setDefault("updateExtensionUrl", "https://github.com/datenstrom/yellow-extensions"); + $this->yellow->system->setDefault("updateExtensionDir", "/Users/yourname/Documents/GitHub/"); $this->yellow->system->setDefault("updateExtensionFile", "extension.ini"); $this->yellow->system->setDefault("updateVersionFile", "version.ini"); $this->yellow->system->setDefault("updateWaffleFile", "waffle.ini");