New version number: 5.2.0 Alpha 1
authorAlexander Ebert <ebert@woltlab.com>
Tue, 1 Jan 2019 17:24:39 +0000 (18:24 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 1 Jan 2019 17:24:39 +0000 (18:24 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 7b16aace6ab764477da0c4fefdb2caf7b3c47ec8..5dfa3bd9cae34157a8f0c63b96cd38168ad013e0 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>3.1.7</version> <!-- codename: tornado -->
-               <date>2018-12-21</date>
+               <version>5.2.0 Alpha 1</version> <!-- codename: hurricane -->
+               <date>2019-01-01</date>
        </packageinformation>
        
        <authorinformation>
                
                <instruction type="script">acp/post_install.php</instruction>
        </instructions>
-       
-       <!-- Warning: Keep both update blocks in sync! -->
-       <instructions type="update" fromversion="3.1.6">
-               <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="3.1.6 pl 1">
-               <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>
 </package>
index 8fe0219bdd1a2f1e14409ae9cc42b3f7f0c35039..62dcbdc95b76e70a7ac0bc24b0b04cf09ed1e90c 100644 (file)
@@ -48,10 +48,10 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.1.7');
+define('WCF_VERSION', '5.2.0 Alpha 1');
 
 // define current API version
-define('WSC_API_VERSION', 2018);
+define('WSC_API_VERSION', 2019);
 
 // define current unix timestamp
 define('TIME_NOW', time());
@@ -76,7 +76,7 @@ class WCF {
         * list of supported legacy API versions
         * @var integer[]
         */
-       private static $supportedLegacyApiVersions = [2017];
+       private static $supportedLegacyApiVersions = [2017, 2018];
        
        /**
         * list of currently loaded applications