|
@@ -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");
|