Preparing the release 3.1.11
authorAlexander Ebert <ebert@woltlab.com>
Sun, 13 Oct 2019 18:15:42 +0000 (20:15 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 13 Oct 2019 18:15:42 +0000 (20:15 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index d1ece4d2d19386113332219378d4741fc3b3a43f..26e54d40bd481d896eaab9b12246c68368710a33 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.10 pl 2</version> <!-- codename: tornado -->
-               <date>2019-09-01</date>
+               <version>3.1.11</version> <!-- codename: tornado -->
+               <date>2019-10-13</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="style">defaultStyle.tar</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="3.1.10 pl 1">
+       <instructions type="update" fromversion="3.1.10">
+               <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 8941e8752f9e443df1df756521fbeec56e760647..bf339e765e3e69ac6c0660d3d26b81d5a00bac8b 100644 (file)
@@ -48,7 +48,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.1.10 pl 2');
+define('WCF_VERSION', '3.1.11');
 
 // define current API version
 define('WSC_API_VERSION', 2018);