Release 6.0.9 dev 1
authorAlexander Ebert <ebert@woltlab.com>
Fri, 9 Feb 2024 16:31:21 +0000 (17:31 +0100)
committerOlaf Braun <info@braun-development.de>
Thu, 7 Mar 2024 15:37:00 +0000 (16:37 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index af3717f2aa75618bfb465d8817e72da95c54a6c7..0706bdf73e7129770d5c773a27af14e5fdbd6355 100644 (file)
@@ -5,8 +5,8 @@
                <packagedescription>Free CMS and web-framework, designed for awesome websites and communities.</packagedescription>
                <packagedescription language="de">Freies CMS und Web-Framework, das eindrucksvolle Websites und Communities ermöglicht.</packagedescription>
                <isapplication>1</isapplication>
-               <version>6.0.8</version>
-               <date>2024-01-29</date>
+               <version>6.0.9 dev 1</version>
+               <date>2024-02-09</date>
        </packageinformation>
 
        <authorinformation>
@@ -50,7 +50,9 @@
                <instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction>
        </instructions>
 
-       <instructions type="update" fromversion="6.0.7">
+       <!-- IMPORTANT: Files must include everything since 6.0.7! -->
+       <instructions type="update" fromversion="6.0.8">
                <instruction type="file">files_update.tar</instruction>
+               <instruction type="language"/>
        </instructions>
 </package>
index 76b0442ab98a3c97039c18cb6869a7ce111d95b1..3a7b3f2440226478bb53d690e48166a05d032d7f 100644 (file)
@@ -79,7 +79,7 @@ if (\function_exists('mb_regex_encoding')) {
 \mb_language('uni');
 
 // define current woltlab suite version
-\define('WCF_VERSION', '6.0.8');
+\define('WCF_VERSION', '6.0.9 dev 1');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());