Update core, shortcuts

This commit is contained in:
markseu 2021-09-07 17:14:50 +02:00
parent fbed633ac5
commit d401247c03
2 changed files with 4 additions and 3 deletions

View file

@ -2,7 +2,7 @@
// Core extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/core
class YellowCore {
const VERSION = "0.8.51";
const VERSION = "0.8.52";
const RELEASE = "0.8.18";
public $page; // current page
public $content; // content files
@ -591,6 +591,7 @@ class YellowPage {
$output .= ucfirst($key)." ".$value["version"]."<br />\n";
}
}
if ($text=="release") $output = "Datenstrom Yellow ".YellowCore::RELEASE;
if ($text=="error") $output = $this->get("pageError");
if ($text=="log") {
$fileName = $this->yellow->system->get("coreExtensionDirectory").$this->yellow->system->get("coreLogFile");

View file

@ -21,11 +21,11 @@ Tag: feature
system/extensions/command.php: command.php, create, update
Extension: Core
Version: 0.8.51
Version: 0.8.52
Description: Core functionality of the website.
HelpUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/core
DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/zip/core.zip
Published: 2021-08-18 17:25:39
Published: 2021-09-07 17:13:04
Developer: Datenstrom
Tag: feature
system/extensions/core.php: core.php, create, update