commit cf29a4383ae41d24f3d6e360ffa9f87aa5a5bd94
parent 46d8ca580637db85af93e9c86d782ef02460b232
Author: markseu <mark2011@mayberg.se>
Date: Wed, 28 Oct 2020 10:20:05 +0100
Updated extension for Emmett and Marty
Diffstat:
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/system/extensions/update-current.ini b/system/extensions/update-current.ini
@@ -89,11 +89,11 @@ system/themes/stockholm-opensans-light.woff: stockholm-opensans-light.woff, crea
system/themes/stockholm-opensans-regular.woff: stockholm-opensans-regular.woff, create, update, careful
Extension: Update
-Version: 0.8.39
+Version: 0.8.40
Description: Keep your website up to date.
HelpUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/update
DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/zip/update.zip
-Published: 2020-10-27 16:18:21
+Published: 2020-10-28 10:16:16
Developer: Datenstrom
Tag: feature
system/extensions/update.php: update.php, create, update
diff --git a/system/extensions/update.php b/system/extensions/update.php
@@ -2,7 +2,7 @@
// Update extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/update
class YellowUpdate {
- const VERSION = "0.8.39";
+ const VERSION = "0.8.40";
const PRIORITY = "2";
public $yellow; // access to API
public $updates; // number of updates
@@ -147,7 +147,8 @@ class YellowUpdate {
} else {
$this->yellow->log("info", "Convert settings files");
}
- $this->yellow->page->error(503, "The flux capacitor is charging, please reload page!");
+ $this->yellow->system->load("system/extensions/yellow-system.ini");
+ $this->yellow->page->error(503, "Flux capacitor is charging to 1.21 gigawatt, please reload page!");
}
}