Preparing the release 3.1.8
authorAlexander Ebert <ebert@woltlab.com>
Thu, 7 Feb 2019 10:54:03 +0000 (11:54 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 7 Feb 2019 10:54:03 +0000 (11:54 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 7da5c6d60b45de5efd19d00a47ee17e0d86e4715..32b7c61c3dfa3289bd57f53b20a35cf84fa82107 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.7 pl 1</version> <!-- codename: tornado -->
-               <date>2019-01-01</date>
+               <version>3.1.8</version> <!-- codename: tornado -->
+               <date>2019-02-08</date>
        </packageinformation>
        
        <authorinformation>
        </instructions>
        
        <instructions type="update" fromversion="3.1.7">
+               <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>
+       <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 754ab1e38740fb487469ffc70edb2341eeff254e..540865d1bb59d870d5e608095e0a9b9c97ede3d7 100644 (file)
@@ -48,7 +48,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.1.7 pl 1');
+define('WCF_VERSION', '3.1.8');
 
 // define current API version
 define('WSC_API_VERSION', 2018);
@@ -67,7 +67,7 @@ if (!defined('NO_IMPORTS')) {
  * It holds the database connection, access to template and language engine.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2018 WoltLab GmbH
+ * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System
  */