mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit e41bb9bd9f633b0253978dc2a9e5a957644a057f
parent 0752ea6783fabffa29228b941b70c191db00082c
Author: markseu <mark2011@mayberg.se>
Date:   Tue, 10 Oct 2023 18:38:01 +0200

Datenstrom Yellow 0.8.23 has been released

Co-Authored-By: Anna <14218799+annaesvensson@users.noreply.github.com>
Co-Authored-By: Steffen Schultz <steffenschultz@mailbox.org>

Diffstat:
MREADME-de.md | 2+-
MREADME-sv.md | 2+-
MREADME.md | 2+-
Msystem/extensions/core.php | 4++--
Msystem/extensions/update-current.ini | 4++--
5 files changed, 7 insertions(+), 7 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> &nbsp; <a href="README.md">English</a> &nbsp; <a href="README-sv.md">Svenska</a></p> -# Datenstrom Yellow 0.8.22 +# Datenstrom Yellow 0.8.23 Datenstrom Yellow ist für Menschen die kleine Webseiten machen. Die wichtigsten Dinge für kleine Webseiten sind mit dabei. Du kannst Funktionen, Sprachen und Themes hinzufügen. Datenstrom Yellow funktioniert als Content-Management-System und Static-Site-Generator. [Datenstrom Yellow herunterladen](https://github.com/datenstrom/yellow/archive/main.zip) und [loslegen](https://datenstrom.se/de/yellow/help/how-to-get-started). diff --git a/README-sv.md b/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.22 +# Datenstrom Yellow 0.8.23 Datenstrom Yellow är för människor som skapar små webbsidor. De viktigaste sakerna för små webbsidor ingår. Du kan lägga till funktioner, språk och teman. Datenstrom Yellow fungerar som webbpubliceringssystem och static-site-generator. [Ladda ner Datenstrom Yellow](https://github.com/datenstrom/yellow/archive/main.zip) och [komma igång](https://datenstrom.se/sv/yellow/help/how-to-get-started). diff --git a/README.md b/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.22 +# Datenstrom Yellow 0.8.23 Datenstrom Yellow is for people who make small websites. The most important things for small websites are included. You can add features, languages and themes. Datenstrom Yellow works as content management system and static site generator. [Download Datenstrom Yellow](https://github.com/datenstrom/yellow/archive/main.zip) and [get started](https://datenstrom.se/yellow/help/how-to-get-started). 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.120"; - const RELEASE = "0.8.22"; + const VERSION = "0.8.121"; + const RELEASE = "0.8.23"; public $content; // content files public $media; // media files public $system; // system settings diff --git a/system/extensions/update-current.ini b/system/extensions/update-current.ini @@ -1,11 +1,11 @@ # Datenstrom Yellow update settings Extension: Core -Version: 0.8.120 +Version: 0.8.121 Description: Core functionality of your website. DocumentationUrl: https://github.com/annaesvensson/yellow-core DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/main/downloads/core.zip -Published: 2023-10-10 09:45:51 +Published: 2023-10-10 18:32:33 Developer: Anna Svensson Tag: feature system/extensions/core.php: core.php, create, update