Release 6.0.12 dev 1 6.0.12_dev_1
authorAlexander Ebert <ebert@woltlab.com>
Thu, 18 Apr 2024 14:30:50 +0000 (16:30 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 18 Apr 2024 14:30:50 +0000 (16:30 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 5f86339b7d5bbccec1cf1a0af6b7f511f28d515e..4c91aaf87602d8e7efbd0f422d4388e2aa9b347c 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.11</version>
-               <date>2024-04-04</date>
+               <version>6.0.12 dev 1</version>
+               <date>2024-04-18</date>
        </packageinformation>
 
        <authorinformation>
                <instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction>
        </instructions>
 
-       <instructions type="update" fromversion="6.0.10">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+       <instructions type="update" fromversion="6.0.11">
                <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
                <instruction type="language"/>
        </instructions>
-       <instructions type="update" fromversion="6.0.11 dev 1">
-               <instruction type="file">files_update.tar</instruction>
-       </instructions>
 </package>
index 4eb7bbbc7ae7b3c449af17a5999a9ffb973e1d19..6a68315cba74816f6dda18a1bcd9afae70c40dc1 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.11');
+\define('WCF_VERSION', '6.0.12 dev 1');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());