Release 6.0.7 dev 2 6.0.7_dev_2
authorAlexander Ebert <ebert@woltlab.com>
Fri, 26 Jan 2024 12:11:10 +0000 (13:11 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 26 Jan 2024 12:11:10 +0000 (13:11 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 69a76ac7fab396739f3eb38d39f6e78438bd7278..9cbe7299a2416476d15b149d5fb1e0554de7791f 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.7 dev 1</version>
-               <date>2024-01-25</date>
+               <version>6.0.7 dev 2</version>
+               <date>2024-01-26</date>
        </packageinformation>
 
        <authorinformation>
                <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 dev 1">
                <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
-               <instruction type="language"/>
-               <instruction type="userOption"/>
-               <instruction type="bbcode"/>
        </instructions>
 </package>
index 0670d461001765460cf877a8e7d78df173a415c5..031c054b17c78a4004f7f70e045d2e7919c21b45 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 dev 1');
+\define('WCF_VERSION', '6.0.7 dev 2');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());