Release 6.0.8 6.0.8
authorAlexander Ebert <ebert@woltlab.com>
Mon, 29 Jan 2024 22:55:26 +0000 (23:55 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 29 Jan 2024 22:55:26 +0000 (23:55 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index c15277cd666c271d0023f80312caf8c9a3683acc..9182e78ad959a732c272215978a7915bbac842f5 100644 (file)
@@ -5,7 +5,7 @@
                <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.7</version>
+               <version>6.0.8</version>
                <date>2024-01-29</date>
        </packageinformation>
 
                <instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction>
        </instructions>
 
-       <instructions type="update" fromversion="6.0.6">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+       <instructions type="update" fromversion="6.0.7">
                <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
-               <instruction type="language"/>
-               <instruction type="userOption"/>
-               <instruction type="bbcode"/>
-       </instructions>
-       <instructions type="update" fromversion="6.0.7 dev 2">
-               <void/>
        </instructions>
 </package>
index b0852bad7f07a42d1998e010ef859c716025ec07..14c913ab3f29b1f3611b45d723768df6979a6499 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.7');
+\define('WCF_VERSION', '6.0.8');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());