commit 1c7b9f3a345ff1319899287579cb7f661d48e57d
parent 5eab8a20e11ddf9a226dafebac22d56e6ba8daf2
Author: markseu <mark2011@mayberg.se>
Date: Sun, 19 Mar 2023 19:52:30 +0100
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>
Diffstat:
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/README-de.md b/README-de.md
@@ -1,6 +1,6 @@
<p align="right"><a href="README-de.md">Deutsch</a> <a href="README.md">English</a> <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/
diff --git a/README-sv.md b/README-sv.md
@@ -1,6 +1,6 @@
<p align="right"><a href="README-de.md">Deutsch</a> <a href="README.md">English</a> <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/
diff --git a/README.md b/README.md
@@ -1,6 +1,6 @@
<p align="right"><a href="README-de.md">Deutsch</a> <a href="README.md">English</a> <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/
diff --git a/system/extensions/core.php b/system/extensions/core.php
@@ -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();
diff --git a/system/extensions/update-current.ini b/system/extensions/update-current.ini
@@ -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