Release 6.0.5 dev 1 6.0.5_dev_1
authorAlexander Ebert <ebert@woltlab.com>
Wed, 27 Dec 2023 12:57:32 +0000 (13:57 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 27 Dec 2023 12:57:32 +0000 (13:57 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 1e247eb670141158efa1a70c17058f031b486483..bc5bcb2b8e3c4697503aad0354d78f9ee49e2322 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.4</version>
-               <date>2023-12-20</date>
+               <version>6.0.5 dev 1</version>
+               <date>2023-12-27</date>
        </packageinformation>
 
        <authorinformation>
                <instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction>
        </instructions>
 
-       <instructions type="update" fromversion="6.0.3">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
-               <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
-               <instruction type="language"/>
-               <instruction type="bbcode"/>
-       </instructions>
-       <instructions type="update" fromversion="6.0.4 dev 1">
+       <instructions type="update" fromversion="6.0.4">
                <instruction type="file">files_update.tar</instruction>
        </instructions>
 </package>
index f6404d60d05c9c67aaf00a1e9c6a9de899d9686c..c7965c35d53d98c27d926e1c9c496fc0c907b087 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.4');
+\define('WCF_VERSION', '6.0.5 dev 1');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());