Updated installation files

This commit is contained in:
markseu 2021-03-19 09:29:23 +01:00
parent 06c1e2f478
commit 5de09806ec
2 changed files with 4 additions and 4 deletions

View file

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

View file

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