commit 10769fee125ca6ee0033662155bb22211dd2894b
parent 7263c18b719d89fbbc4446cff307c4479407e659
Author: markseu <mark2011@mayberg.se>
Date: Tue, 12 Oct 2021 13:17:57 +0200
Updated core extension, thanks jubjub
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/system/extensions/core.php b/system/extensions/core.php
@@ -2,7 +2,7 @@
// Core extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/core
class YellowCore {
- const VERSION = "0.8.52";
+ const VERSION = "0.8.53";
const RELEASE = "0.8.18";
public $page; // current page
public $content; // content 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.52
+Version: 0.8.53
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-09-07 17:13:04
+Published: 2021-10-12 13:16:14
Developer: Datenstrom
Tag: feature
system/extensions/core.php: core.php, create, update