commit 0e28a06071aea5ef0f26206cf98a7e226ebfeb09
parent b755ba67bbfbe212f4dd549d7d11cc3b92803c65
Author: markseu <mark2011@mayberg.se>
Date: Wed, 22 Jun 2022 21:17:14 +0200
Updated extensions for PHP 8.1 compatibility
Diffstat:
2 files changed, 8 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.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();
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.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