Preparing the release 5.2.0 Beta 3
authorAlexander Ebert <ebert@woltlab.com>
Wed, 6 Nov 2019 13:32:03 +0000 (14:32 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 6 Nov 2019 13:32:03 +0000 (14:32 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index ed77b29a05d7ac46cec252d8b6a24145e4a0f153..f50389fca98bfd77b2f7e59c2b61b012d9432724 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>5.2.0 Beta 2</version> <!-- codename: hurricane -->
-               <date>2019-10-06</date>
+               <version>5.2.0 Beta 3</version> <!-- codename: hurricane -->
+               <date>2019-11-06</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/post_install.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="5.2.0 Beta 1">
+       <instructions type="update" fromversion="5.2.0 Beta 2">
                <instruction type="acpTemplate">acptemplates_update.tar</instruction>
                <instruction type="file">files_update.tar</instruction>
                <instruction type="template">templates_update.tar</instruction>
                
-               <instruction type="sql">update_5.2_pre_sql_api.sql</instruction>
-               <instruction type="script">acp/update-com.woltlab.wcf_5.2.0_beta_2.php</instruction>
-               
                <instruction type="language" />
-               
-               <instruction type="objectType" />
        </instructions>
 </package>
index eb6f71eb9e40bef71621d6f4cc7a4a93ece87fb8..fc9616079f3c2dab5601b343aa03dec90666e5f6 100644 (file)
@@ -49,7 +49,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '5.2.0 Beta 2');
+define('WCF_VERSION', '5.2.0 Beta 3');
 
 // define current API version
 define('WSC_API_VERSION', 2019);