Preparing release 2.1.14 2.1.14
authorAlexander Ebert <ebert@woltlab.com>
Thu, 6 Apr 2017 11:49:13 +0000 (13:49 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 6 Apr 2017 11:49:13 +0000 (13:49 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 645b3d08eb3603a164047d23be5bcbe951aa8d4d..9ca15742c31d0035ab93894dd67fb593a9c28b1d 100644 (file)
@@ -5,8 +5,8 @@
                <packagedescription><![CDATA[Free web-framework, designed and developed for complex community applications.]]></packagedescription>
                <packagedescription language="de"><![CDATA[Freies Web-Framework, das für komplexe Community-Anwendungen entworfen und entwickelt wurde.]]></packagedescription>
                <isapplication>1</isapplication>
-               <version>2.1.13</version> <!-- codename: typhoon -->
-               <date>2017-02-28</date>
+               <version>2.1.14</version> <!-- codename: typhoon -->
+               <date>2017-04-06</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script" run="standalone">acp/rebuild_comments_com.woltlab.wcf_2.1.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="2.1.12">
+       <instructions type="update" fromversion="2.0.15 pl 1">
+               <!-- pre-update check to prevent update from WCF < 2.0.10 -->
+               <instruction type="file">pre_update_check.tar</instruction>
+               <instruction type="script" run="standalone">acp/pre_update_com.woltlab.wcf_2.1.php</instruction>
+               
+               <!-- the actual update -->
+               <instruction type="option" run="standalone">option.xml</instruction>
+               
+               <instruction type="file">files.tar</instruction>
+               <instruction type="script">acp/update_com.woltlab.wcf_2.1.php</instruction>
+               
+               <instruction type="template" run="standalone">templates.tar</instruction>
+               
+               <instruction type="acpTemplate" run="standalone">acptemplates.tar</instruction>
+               
+               <instruction type="language" run="standalone">language/*.xml</instruction>
+               
+               <instruction type="sql" run="standalone">update_210.sql</instruction>
+               
+               <instruction type="sql" run="standalone">update_user1_210.sql</instruction>
+               <instruction type="sql" run="standalone">update_user2_210.sql</instruction>
+               <instruction type="sql" run="standalone">update_user3_210.sql</instruction>
+               <instruction type="sql" run="standalone">update_user4_210.sql</instruction>
+               <instruction type="sql" run="standalone">update_user5_210.sql</instruction>
+               
+               <instruction type="acpMenu">acpMenu.xml</instruction>
+               <instruction type="bbcode">bbcode.xml</instruction>
+               <instruction type="style">blue-temptation-style.tgz</instruction>
+               <instruction type="clipboardAction">clipboardAction.xml</instruction>
+               <instruction type="coreObject">coreObject.xml</instruction>
+               <instruction type="cronjob">cronjob_update210.xml</instruction>
+               <instruction type="dashboardBox">dashboardBox.xml</instruction>
+               <instruction type="objectTypeDefinition">objectTypeDefinition.xml</instruction>
+               <instruction type="objectType">objectType.xml</instruction>
+               <instruction type="option">option.xml</instruction>
+               <instruction type="pageMenu">pageMenu.xml</instruction>
+               <instruction type="userGroupOption">userGroupOption.xml</instruction>
+               <instruction type="userMenu">userMenu.xml</instruction>
+               <instruction type="userNotificationEvent">userNotificationEvent.xml</instruction>
+               <instruction type="userOption">userOption.xml</instruction>
+               <instruction type="userProfileMenu">userProfileMenu.xml</instruction>
+               
+               <instruction type="script" run="standalone">acp/update_mqc_com.woltlab.wcf_2.1.php</instruction>
+               <instruction type="script" run="standalone">acp/rebuild_comments_com.woltlab.wcf_2.1.php</instruction>
+       </instructions>
+       
+       <instructions type="update" fromversion="2.1.13">
                <instruction type="file">files_update.tar</instruction>
        </instructions>
 </package>
index 0f32f281a3ef377878222a4239f9e80af79a9cd1..4be98730f6c5d7aa94119e8c6a0be080171aedba 100644 (file)
@@ -38,7 +38,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.1.13 (Typhoon)');
+define('WCF_VERSION', '2.1.14 (Typhoon)');
 
 // define current unix timestamp
 define('TIME_NOW', time());