Release 6.1.3 dev 1 6.1.3_dev_1
authorAlexander Ebert <ebert@woltlab.com>
Fri, 27 Dec 2024 12:44:52 +0000 (13:44 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 27 Dec 2024 12:44:52 +0000 (13:44 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 114b910747c0c1288960382d6235c1a7a8f91f1b..7a993e9940530f362b6f99b4480d53de13f067ef 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.1.2</version>
-               <date>2024-12-06</date>
+               <version>6.1.3 dev 1</version>
+               <date>2024-12-27</date>
        </packageinformation>
 
        <authorinformation>
@@ -99,13 +99,10 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \
                <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_6.1_serviceWorker.php</instruction>
        </instructions>
 
-       <instructions type="update" fromversion="6.1.1">
+       <instructions type="update" fromversion="6.1.2">
+               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
                <instruction type="file">files_update.tar</instruction>
                <instruction type="template">templates_update.tar</instruction>
                <instruction type="language"/>
        </instructions>
-       <instructions type="update" fromversion="6.1.2 dev 1">
-               <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
-       </instructions>
 </package>
index 74f845a162b8b76c1a7e0ab6e572e283b730a718..f6ace14400a18d6963e01b128af15a19f08f7522 100644 (file)
@@ -79,7 +79,7 @@ if (\function_exists('mb_regex_encoding')) {
 \mb_language('uni');
 
 // define current woltlab suite version
-\define('WCF_VERSION', '6.1.2');
+\define('WCF_VERSION', '6.1.3 dev 1');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());