Release 6.1.1 dev 1 6.1 6.1.1_dev_1
authorAlexander Ebert <ebert@woltlab.com>
Wed, 20 Nov 2024 14:59:44 +0000 (15:59 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 20 Nov 2024 14:59:44 +0000 (15:59 +0100)
com.woltlab.wcf/files_pre_check.tar
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 08edabb6238535af5362507918b16a8f86a47a99..42055712963185e5f5749d52909cdcc325ddf980 100644 (file)
Binary files a/com.woltlab.wcf/files_pre_check.tar and b/com.woltlab.wcf/files_pre_check.tar differ
index de2a04e2fecb52d65a2846e0deb6a5a9949f643b..412f4576aaf6a5f3f7baed8a22fe241c1b5e380f 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.0</version>
-               <date>2024-10-28</date>
+               <version>6.1.1 dev 1</version>
+               <date>2024-11-20</date>
        </packageinformation>
 
        <authorinformation>
@@ -100,7 +100,11 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \
        </instructions>
 
        <instructions type="update" fromversion="6.1.0">
-               <!-- https://github.com/WoltLab/WCF/commit/3434ac976c35ac20a16b717b2fe8d457841c6220 -->
+               <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.1_checkSystemRequirements.php</instruction>
+               <instruction type="language"/>
                <instruction type="fileDelete"/>
        </instructions>
 </package>
index 16cd06660528c9a951c1eee3f7a0ab0270327e1b..63fc52ce338667cd3e41a29161c4cfc15f1ab0e4 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.0');
+\define('WCF_VERSION', '6.1.1 dev 1');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());