Release 6.0.4 dev 1 6.0.4_dev_1
authorAlexander Ebert <ebert@woltlab.com>
Mon, 18 Dec 2023 11:14:22 +0000 (12:14 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 18 Dec 2023 11:14:22 +0000 (12:14 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 64ce1657ee772baf53e0ba473eeaad69c6b735c3..d15df0031af285ca2c8e72b38f56cbaa8a699810 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.3</version>
-               <date>2023-11-24</date>
+               <version>6.0.4 dev 1</version>
+               <date>2023-12-18</date>
        </packageinformation>
 
        <authorinformation>
@@ -139,16 +139,11 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \
                <instruction type="templateDelete" />
        </instructions>
 
-       <instructions type="update" fromversion="6.0.2">
+       <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="script">acp/update_com.woltlab.wcf_6.0.3.php</instruction>
                <instruction type="language"/>
-               <instruction type="mediaProvider"/>
-       </instructions>
-       <instructions type="update" fromversion="6.0.3 dev 1">
-               <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
+               <instruction type="bbcode"/>
        </instructions>
 </package>
index 968c147d22ace426fd306b17a8bb14c41027aef4..88faa2662c98af27190605154f386446eded3cfc 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.3');
+\define('WCF_VERSION', '6.0.4 dev 1');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());