Preparing the release 3.1.3 pl 1 3.1.3_pl_1
authorAlexander Ebert <ebert@woltlab.com>
Thu, 24 May 2018 12:27:05 +0000 (14:27 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 24 May 2018 12:27:05 +0000 (14:27 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index c634d433b9af3462efd7c364745e8bfbec1f896f..cfb46d14a2dc8a679ab48250330128d0ba31ebe6 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.3</version> <!-- codename: tornado -->
-               <date>2018-05-22</date>
+               <version>3.1.3 pl 1</version> <!-- codename: tornado -->
+               <date>2018-05-24</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/update_com.woltlab.wcf_3.0_post_sql.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="3.1.2">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+       <instructions type="update" fromversion="3.1.3">
                <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
-               
-               <instruction type="language" />
-               
-               <instruction type="acpMenu" />
-               <instruction type="bbcode" />
-       </instructions>
-       <instructions type="update" fromversion="3.1.2 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" />
-               
-               <instruction type="acpMenu" />
-               <instruction type="bbcode" />
-       </instructions>
-       <instructions type="update" fromversion="3.1.2 pl 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" />
-               
-               <instruction type="acpMenu" />
-               <instruction type="bbcode" />
        </instructions>
 </package>
index 61badc9c09fd0c94d6201838e4a354b4a9ba5880..dfd0a8ba7205471424ae9a4c14c91df1db847dfe 100644 (file)
@@ -48,7 +48,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.1.3');
+define('WCF_VERSION', '3.1.3 pl 1');
 
 // define current API version
 define('WSC_API_VERSION', 2018);