Release 6.0.6 6.0.6
authorAlexander Ebert <ebert@woltlab.com>
Mon, 1 Jan 2024 13:19:02 +0000 (14:19 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 1 Jan 2024 13:19:02 +0000 (14:19 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 03113e5665a13868aefb68b1a8bec25c8099822a..a40af663c670b71ed1e2616d665bad1428aeacd2 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.5</version>
-               <date>2023-12-29</date>
+               <version>6.0.6</version>
+               <date>2024-01-01</date>
        </packageinformation>
 
        <authorinformation>
                <instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction>
        </instructions>
 
-       <instructions type="update" fromversion="6.0.4">
-               <instruction type="file">files_update.tar</instruction>
-       </instructions>
-       <instructions type="update" fromversion="6.0.5 dev 1">
+       <instructions type="update" fromversion="6.0.5">
                <instruction type="file">files_update.tar</instruction>
        </instructions>
 </package>
index 1f0e640d29b78e369973b96b2521020aaed260e1..8ead97d556ac6652b7fd36247c6218b21863e079 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.5');
+\define('WCF_VERSION', '6.0.6');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());