Forráskód Böngészése

Datenstrom Yellow 0.8.21 has been released

Co-Authored-By: Anna <14218799+annaesvensson@users.noreply.github.com>
Co-Authored-By: Steffen Schultz <steffenschultz@mailbox.org>
markseu 2 éve
szülő
commit
a65823dc43
2 módosított fájl, 3 hozzáadás és 3 törlés
  1. 1 1
      system/extensions/core.php
  2. 2 2
      system/extensions/update-current.ini

+ 1 - 1
system/extensions/core.php

@@ -2,7 +2,7 @@
 // Core extension, https://github.com/annaesvensson/yellow-core
 
 class YellowCore {
-    const VERSION = "0.8.91";
+    const VERSION = "0.8.92";
     const RELEASE = "0.8.21";
     public $page;           // current page
     public $content;        // content files

+ 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.91
+Version: 0.8.92
 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: 2022-10-03 22:29:51
+Published: 2022-10-03 22:36:18
 Developer: Mark Seuffert, David Fehrmann
 Tag: feature
 system/extensions/core.php: core.php, create, update