commit 50eea75dcceb4eca1736cf6d7feca3066c6b2b8a
parent 09680fa999cc6157ee98ac6651ea764ddfe19f30
Author: markseu <mark2011@mayberg.se>
Date: Sat, 2 Feb 2019 16:17:56 +0100
updated installation files
Diffstat:
9 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/system/plugins/bundle.php b/system/plugins/bundle.php
@@ -4,7 +4,7 @@
// This file may be used and distributed under the terms of the public license.
class YellowBundle {
- const VERSION = "0.7.6";
+ const VERSION = "0.8.1";
public $yellow; //access to API
// Handle initialisation
diff --git a/system/plugins/command.php b/system/plugins/command.php
@@ -4,7 +4,7 @@
// This file may be used and distributed under the terms of the public license.
class YellowCommand {
- const VERSION = "0.7.14";
+ const VERSION = "0.8.1";
public $yellow; //access to API
public $files; //number of files
public $links; //number of links
diff --git a/system/plugins/edit.php b/system/plugins/edit.php
@@ -4,7 +4,7 @@
// This file may be used and distributed under the terms of the public license.
class YellowEdit {
- const VERSION = "0.7.33";
+ const VERSION = "0.8.1";
public $yellow; //access to API
public $response; //web response
public $users; //user accounts
diff --git a/system/plugins/image.php b/system/plugins/image.php
@@ -4,7 +4,7 @@
// This file may be used and distributed under the terms of the public license.
class YellowImage {
- const VERSION = "0.7.9";
+ const VERSION = "0.8.1";
public $yellow; //access to API
public $graphicsLibrary; //graphics library support? (boolean)
diff --git a/system/plugins/install-blog.zip b/system/plugins/install-blog.zip
Binary files differ.
diff --git a/system/plugins/install-language.zip b/system/plugins/install-language.zip
Binary files differ.
diff --git a/system/plugins/install-wiki.zip b/system/plugins/install-wiki.zip
Binary files differ.
diff --git a/system/plugins/install.php b/system/plugins/install.php
@@ -1,10 +1,10 @@
<?php
// Install plugin, https://github.com/datenstrom/yellow
-// Copyright (c) 2013-2018 Datenstrom, https://datenstrom.se
+// Copyright (c) 2013-2019 Datenstrom, https://datenstrom.se
// This file may be used and distributed under the terms of the public license.
class YellowInstall {
- const VERSION = "0.7.4";
+ const VERSION = "0.8.1";
const PRIORITY = "1";
public $yellow; //access to API
@@ -63,6 +63,7 @@ class YellowInstall {
if ($status=="ok") $status = $this->updateFeature($feature)==200 ? "ok" : "error";
if ($status=="ok") $status = $this->updateContent($language, "Home", "/")==200 ? "ok" : "error";
if ($status=="ok") $status = $this->updateContent($language, "About", "/about/")==200 ? "ok" : "error";
+ if ($status=="ok") $status = $this->updateContent($language, "Footer", "/shared/footer")==200 ? "ok" : "error";
if ($status=="ok") $status = $this->updateConfig($this->getConfigData()) ? "ok" : "error";
if ($status=="ok") $status = $this->removeInstall() ? "done" : "error";
if ($status=="done") {
diff --git a/system/plugins/markdown.php b/system/plugins/markdown.php
@@ -1,10 +1,10 @@
<?php
// Markdown plugin, https://github.com/datenstrom/yellow-plugins/tree/master/markdown
-// Copyright (c) 2013-2018 Datenstrom, https://datenstrom.se
+// Copyright (c) 2013-2019 Datenstrom, https://datenstrom.se
// This file may be used and distributed under the terms of the public license.
class YellowMarkdown {
- const VERSION = "0.7.3";
+ const VERSION = "0.8.1";
public $yellow; //access to API
// Handle initialisation
@@ -3733,7 +3733,7 @@ class MarkdownExtraParser extends MarkdownParser {
}
// Markdown extra parser extensions
-// Copyright (c) 2013-2018 Datenstrom
+// Copyright (c) 2013-2019 Datenstrom
class YellowMarkdownExtraParser extends MarkdownExtraParser {
public $yellow; //access to API