Release 6.0.9 dev 1 6.0.9_dev_1
authorAlexander Ebert <ebert@woltlab.com>
Fri, 9 Feb 2024 16:31:21 +0000 (17:31 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 9 Feb 2024 16:31:21 +0000 (17:31 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 9182e78ad959a732c272215978a7915bbac842f5..be8e5c56ef86f9ec9024fde41a3313bef27e4997 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 14c913ab3f29b1f3611b45d723768df6979a6499..cd75cf4482e7deaa28dddfe965f9b1b3afbfc1c0 100644 (file)
@@ -81,7 +81,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());