Preparing the release 3.1.4
authorAlexander Ebert <ebert@woltlab.com>
Sat, 30 Jun 2018 11:18:29 +0000 (13:18 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 30 Jun 2018 11:18:29 +0000 (13:18 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 3a620758bcadae2940dd74fc8575c97c92a726db..c37d162026d2ef2bffb08f51a9e649b000b82da8 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 pl 1</version> <!-- codename: tornado -->
-               <date>2018-05-24</date>
+               <version>3.1.4</version> <!-- codename: tornado -->
+               <date>2018-06-30</date>
        </packageinformation>
        
        <authorinformation>
        </instructions>
        
        <instructions type="update" fromversion="3.1.3">
+               <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="cronjob" />
+               <instruction type="page" />
        </instructions>
 </package>
index dfd0a8ba7205471424ae9a4c14c91df1db847dfe..c4b9a8c5392774187bd47db863ab95451d2a6b1b 100644 (file)
@@ -48,7 +48,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.1.3 pl 1');
+define('WCF_VERSION', '3.1.4');
 
 // define current API version
 define('WSC_API_VERSION', 2018);