Preparing the release 3.1.8 pl 1 3.1.8_pl_1
authorAlexander Ebert <ebert@woltlab.com>
Thu, 14 Feb 2019 19:07:08 +0000 (20:07 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 14 Feb 2019 19:07:08 +0000 (20:07 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 32b7c61c3dfa3289bd57f53b20a35cf84fa82107..3b1a8f97792c7d656adc89ae0063e84a6e753f33 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.8</version> <!-- codename: tornado -->
-               <date>2019-02-08</date>
+               <version>3.1.8 pl 1</version> <!-- codename: tornado -->
+               <date>2019-02-14</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="style">defaultStyle.tar</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="3.1.7">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+       <instructions type="update" fromversion="3.1.8">
                <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
-               
-               <instruction type="language" />
-               
-               <instruction type="acpMenu" />
-               <instruction type="page" />
-       </instructions>
-       <instructions type="update" fromversion="3.1.7 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="page" />
        </instructions>
 </package>
index 540865d1bb59d870d5e608095e0a9b9c97ede3d7..671c1baca9d576d0ceb6f4611bbf7b4ea49c1e74 100644 (file)
@@ -48,7 +48,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.1.8');
+define('WCF_VERSION', '3.1.8 pl 1');
 
 // define current API version
 define('WSC_API_VERSION', 2018);