Release 6.0.7
authorAlexander Ebert <ebert@woltlab.com>
Mon, 29 Jan 2024 11:57:25 +0000 (12:57 +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 ef245b0d4c39baa051d31c18b42f71e1bef0c349..06ede3c9b2e6c0246bffc917408db38267f15f0d 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 2</version>
-               <date>2024-01-26</date>
+               <version>6.0.7</version>
+               <date>2024-01-29</date>
        </packageinformation>
 
        <authorinformation>
                <instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction>
        </instructions>
 
-       <instructions type="update" fromversion="6.0.7 dev 1">
+       <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>
+       <instructions type="update" fromversion="6.0.7 dev 2">
+               <void/>
        </instructions>
 </package>
index 74c21befe49607d16384dfd5148ad0ad76c4a522..b425316e3b4246740a020e575a455faef0ae7a80 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.7 dev 2');
+\define('WCF_VERSION', '6.0.7');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());