diff --git a/README-de.md b/README-de.md index 0d56b247..a005988a 100644 --- a/README-de.md +++ b/README-de.md @@ -1,6 +1,6 @@

Deutsch   English   Svenska

-# 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 index 8e6e2f9f..d24aa504 100644 --- a/README-sv.md +++ b/README-sv.md @@ -1,6 +1,6 @@

Deutsch   English   Svenska

-# 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 index 5d899d5a..8e2bc1a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Deutsch   English   Svenska

-# 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 index a150eb00..ac778709 100644 --- 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 index 45d76118..dd2befe1 100755 --- 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