Ver código fonte

Updated extensions

markseu 5 anos atrás
pai
commit
9d96a0f2cb
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      system/extensions/update.php

+ 2 - 1
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");