Parcourir la source

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>
markseu il y a 2 ans
Parent
commit
1c7b9f3a34
5 fichiers modifiés avec 9 ajouts et 9 suppressions
  1. 1 1
      README-de.md
  2. 1 1
      README-sv.md
  3. 1 1
      README.md
  4. 4 4
      system/extensions/core.php
  5. 2 2
      system/extensions/update-current.ini

+ 1 - 1
README-de.md

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

+ 1 - 1
README-sv.md

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

+ 1 - 1
README.md

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

+ 4 - 4
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();

+ 2 - 2
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