commit a65823dc43a1484fefddc2ec30c2a821764f8bb7
parent e136e4a3dab0a39470b019d52fff810696263d24
Author: markseu <mark2011@mayberg.se>
Date: Mon, 3 Oct 2022 22:38:20 +0200
Datenstrom Yellow 0.8.21 has been released
Co-Authored-By: Anna <14218799+annaesvensson@users.noreply.github.com>
Co-Authored-By: Steffen Schultz <steffenschultz@mailbox.org>
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/annaesvensson/yellow-core
class YellowCore {
- const VERSION = "0.8.91";
+ const VERSION = "0.8.92";
const RELEASE = "0.8.21";
public $page; // current page
public $content; // content files
diff --git a/system/extensions/update-current.ini b/system/extensions/update-current.ini
@@ -11,11 +11,11 @@ Tag: feature
system/extensions/command.php: command.php, create, update
Extension: Core
-Version: 0.8.91
+Version: 0.8.92
Description: Core functionality of the website.
DocumentationUrl: https://github.com/annaesvensson/yellow-core
DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/main/downloads/core.zip
-Published: 2022-10-03 22:29:51
+Published: 2022-10-03 22:36:18
Developer: Mark Seuffert, David Fehrmann
Tag: feature
system/extensions/core.php: core.php, create, update