commit 5de09806ec7f821ce2ad329d3f93305c962bbd61
parent 06c1e2f478f1adeacfb52fa679df6b886fbd2a53
Author: markseu <mark2011@mayberg.se>
Date: Fri, 19 Mar 2021 09:29:23 +0100
Updated installation files
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/system/extensions/core.php b/system/extensions/core.php
@@ -2,8 +2,8 @@
// Core extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/core
class YellowCore {
- const VERSION = "0.8.41";
- const RELEASE = "0.8.16";
+ const VERSION = "0.8.42";
+ const RELEASE = "0.8.17";
public $page; // current page
public $content; // content files
public $media; // media files
diff --git a/system/extensions/update-current.ini b/system/extensions/update-current.ini
@@ -21,11 +21,11 @@ Tag: feature
system/extensions/command.php: command.php, create, update
Extension: Core
-Version: 0.8.41
+Version: 0.8.42
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-03-13 18:27:18
+Published: 2021-03-19 09:23:54
Developer: Datenstrom
Tag: feature
system/extensions/core.php: core.php, create, update