Datenstrom Yellow 0.8.22 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 2023-03-19 19:52:30 +01:00
parent 5eab8a20e1
commit 1c7b9f3a34
5 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
<p align="right"><a href="README-de.md">Deutsch</a> &nbsp; <a href="README.md">English</a> &nbsp; <a href="README-sv.md">Svenska</a></p>
# Datenstrom Yellow 0.8.21
# Datenstrom Yellow 0.8.22
Datenstrom Yellow ist für Menschen die kleine Webseiten machen. https://datenstrom.se/de/yellow/

View file

@ -1,6 +1,6 @@
<p align="right"><a href="README-de.md">Deutsch</a> &nbsp; <a href="README.md">English</a> &nbsp; <a href="README-sv.md">Svenska</a></p>
# Datenstrom Yellow 0.8.21
# Datenstrom Yellow 0.8.22
Datenstrom Yellow är för människor som skapar små webbsidor. https://datenstrom.se/sv/yellow/

View file

@ -1,6 +1,6 @@
<p align="right"><a href="README-de.md">Deutsch</a> &nbsp; <a href="README.md">English</a> &nbsp; <a href="README-sv.md">Svenska</a></p>
# Datenstrom Yellow 0.8.21
# Datenstrom Yellow 0.8.22
Datenstrom Yellow is for people who make small websites. https://datenstrom.se/yellow/

View file

@ -2,8 +2,8 @@
// Core extension, https://github.com/annaesvensson/yellow-core
class YellowCore {
const VERSION = "0.8.104";
const RELEASE = "0.8.21";
const VERSION = "0.8.105";
const RELEASE = "0.8.22";
public $content; // content files
public $media; // media files
public $system; // system settings
@ -3394,13 +3394,13 @@ class YellowPageCollection extends ArrayObject {
$this->yellow = $yellow;
}
// Append to end of page collection
// Append page to end of page collection
#[\ReturnTypeWillChange]
public function append($page) {
parent::append($page);
}
// Prepend to start of page collection
// Prepend page to start of page collection
#[\ReturnTypeWillChange]
public function prepend($page) {
$array = $this->getArrayCopy();

View file

@ -11,11 +11,11 @@ Tag: feature
system/extensions/command.php: command.php, create, update
Extension: Core
Version: 0.8.104
Version: 0.8.105
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: 2023-03-19 19:20:55
Published: 2023-03-19 19:49:34
Developer: Mark Seuffert, David Fehrmann
Tag: feature
system/extensions/core.php: core.php, create, update