commit 68a923ad30945d69fa6c628b997c91e900e5f825
parent e992b7f104e5f17d0d964dfe851116a459ce87c8
Author: markseu <mark2011@mayberg.se>
Date: Wed, 7 Oct 2020 11:30:53 +0200
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.20";
- const RELEASE = "0.8.15";
+ const VERSION = "0.8.21";
+ const RELEASE = "0.8.16";
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.20
+Version: 0.8.21
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: 2020-08-08 17:14:56
+Published: 2020-10-07 11:26:53
Developer: Datenstrom
Tag: feature
system/extensions/core.php: core.php, create, update