Release 6.0.7 dev 1
authorAlexander Ebert <ebert@woltlab.com>
Thu, 25 Jan 2024 16:29:11 +0000 (17:29 +0100)
committerOlaf Braun <info@braun-development.de>
Thu, 7 Mar 2024 15:36:53 +0000 (16:36 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 19becd03b10360f4c0876c106f3053eec17770a6..fd6a6a88f8d6e878a0f74255008d9561dc78039d 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.6</version>
-               <date>2024-01-01</date>
+               <version>6.0.7 dev 1</version>
+               <date>2024-01-25</date>
        </packageinformation>
 
        <authorinformation>
                <instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction>
        </instructions>
 
-       <instructions type="update" fromversion="6.0.5">
+       <instructions type="update" fromversion="6.0.6">
+               <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="userOption"/>
+               <instruction type="bbcode"/>
        </instructions>
 </package>
index d24d5810207323ea025190c7cee4cf07fcb5653b..f861802485772f0104e288eead3db29c9fca1842 100644 (file)
@@ -79,7 +79,7 @@ if (\function_exists('mb_regex_encoding')) {
 \mb_language('uni');
 
 // define current woltlab suite version
-\define('WCF_VERSION', '6.0.6');
+\define('WCF_VERSION', '6.0.7 dev 1');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());