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>
This commit is contained in:
markseu 2022-10-03 22:38:20 +02:00
parent e136e4a3da
commit a65823dc43
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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