Preparing internal release 3.1.0 Alpha 3 3.1.0_Alpha_3
authorAlexander Ebert <ebert@woltlab.com>
Thu, 7 Sep 2017 13:17:52 +0000 (15:17 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 7 Sep 2017 13:17:52 +0000 (15:17 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 659e520f7dd29df13b5d5c15e28b58c12efcb5a1..4107331a1becca0e7f706e60996513adc081957d 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.0 Alpha 2</version> <!-- codename: tornado -->
-               <date>2017-08-31</date>
+               <version>3.1.0 Alpha 3</version> <!-- codename: tornado -->
+               <date>2017-09-07</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script" run="standalone" flushCache="false">acp/update_com.woltlab.wcf_3.1_postUpgrade.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="3.1.0 Alpha 1">
-               <instruction type="sql">update_3.1.0_alpha_1.sql</instruction>
-               
-               <!-- force cache reset -->
-               <instruction type="file">pre-update.tar</instruction>
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_3.1_noop.php</instruction>
-               
+       <instructions type="update" fromversion="3.1.0 Alpha 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" run="standalone" />
+               <instruction type="language" />
                
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
+               <instruction type="sql">update_3.1.0_alpha_2.sql</instruction>
                
-               <instruction type="eventListener" />
+               <instruction type="mediaProvider" />
                <instruction type="option" />
-               
-               <instruction type="style">defaultStyle.tar</instruction>
        </instructions>
 </package>
index 6733947b351ff8a5ab4973f54616df64faca072b..e613dcf637415e0d60fe3250a89b766f30561166 100644 (file)
@@ -47,7 +47,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.1.0 Alpha 2');
+define('WCF_VERSION', '3.1.0 Alpha 3');
 
 // define current unix timestamp
 define('TIME_NOW', time());