Release 6.0.3 dev 1 6.0.3_dev_1
authorAlexander Ebert <ebert@woltlab.com>
Thu, 23 Nov 2023 11:50:16 +0000 (12:50 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 23 Nov 2023 11:50:16 +0000 (12:50 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 46ae275bc2cf7ca9708d71d10aa8618b8c2529dc..e3ba11021d774c287db28e2f8e401f57daf7b55b 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.2</version>
-               <date>2023-10-20</date>
+               <version>6.0.3 dev 1</version>
+               <date>2023-11-23</date>
        </packageinformation>
 
        <authorinformation>
@@ -139,7 +139,12 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \
                <instruction type="templateDelete" />
        </instructions>
 
-       <instructions type="update" fromversion="6.0.1">
+       <instructions type="update" fromversion="6.0.2">
+               <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>
 </package>
index fb813cf8b035b910db599989d9492e522379c96e..5c1cdd8e6ba432e2c671fd8d83b207c024408202 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.2');
+\define('WCF_VERSION', '6.0.3 dev 1');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());