Updated extensions
This commit is contained in:
parent
1208d89cc8
commit
9d96a0f2cb
1 changed files with 2 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue