commit 022781406eb2c4419db6c9f1a13050f59e1025f2
parent 380c8cca78e0e98ebf18086e38f4719352d20161
Author: markseu <mark2011@mayberg.se>
Date: Sun, 20 Jun 2021 16:18:18 +0200
Updated install extension, new event
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/system/extensions/install.php b/system/extensions/install.php
@@ -2,7 +2,7 @@
// Install extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/install
class YellowInstall {
- const VERSION = "0.8.49";
+ const VERSION = "0.8.50";
const PRIORITY = "1";
public $yellow; // access to API
@@ -329,7 +329,7 @@ class YellowInstall {
$data["coreServerTimezone"] = $this->yellow->toolbox->detectServerTimezone();
$data["coreStaticUrl"] = $this->yellow->toolbox->detectServerUrl();
if ($this->yellow->isCommandLine()) $data["coreStaticUrl"] = getenv("URL");
- if ($this->yellow->system->get("updateNotification")=="none") $data["updateNotification"] = "website/install";
+ if ($this->yellow->system->get("updateEventPending")=="none") $data["updateEventPending"] = "website/install";
$data["updateCurrentRelease"] = YellowCore::RELEASE;
return $data;
}
diff --git a/system/extensions/update-current.ini b/system/extensions/update-current.ini
@@ -62,9 +62,9 @@ media/images/photo.jpg: photo.jpg, create, optional
media/thumbnails/photo-100x40.jpg: photo-100x40.jpg, create, optional
Extension: Install
-Version: 0.8.49
+Version: 0.8.50
Description: Install a brand new, shiny website.
-Published: 2021-05-31 11:35:00
+Published: 2021-06-19 23:25:00
HelpUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/install
Developer: Datenstrom and various translators
system/extensions/install.php: install.php, create, optional