Updated extensions for PHP 8.1 compatibility

This commit is contained in:
markseu 2022-06-22 21:17:14 +02:00
parent b755ba67bb
commit 0e28a06071
2 changed files with 8 additions and 3 deletions

View file

@ -2,7 +2,7 @@
// Core extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/core
class YellowCore {
const VERSION = "0.8.88";
const VERSION = "0.8.89";
const RELEASE = "0.8.20";
public $page; // current page
public $content; // content files
@ -428,6 +428,11 @@ class YellowPage {
public function __construct($yellow) {
$this->yellow = $yellow;
$this->scheme = "";
$this->address = "";
$this->base = "";
$this->location = "";
$this->fileName = "";
$this->metaData = new YellowArray();
$this->pageCollections = array();
$this->sharedPages = array();

View file

@ -21,11 +21,11 @@ Tag: feature
system/extensions/command.php: command.php, create, update
Extension: Core
Version: 0.8.88
Version: 0.8.89
Description: Core functionality of the website.
DocumentationUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/core
DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/zip/core.zip
Published: 2022-06-22 14:36:31
Published: 2022-06-22 21:10:40
Developer: Datenstrom
Tag: feature
system/extensions/core.php: core.php, create, update