Preparing release 3.1.2 pl 1
authorAlexander Ebert <ebert@woltlab.com>
Fri, 20 Apr 2018 15:51:37 +0000 (17:51 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 20 Apr 2018 15:51:37 +0000 (17:51 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index dd8eaa46bb1fc4f12035c35460c26cbe295515c3..7ecc2b4f5b65b6b3cceba91d5174138ab92186bf 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.2</version> <!-- codename: tornado -->
-               <date>2018-04-19</date>
+               <version>3.1.2 pl 1</version> <!-- codename: tornado -->
+               <date>2018-04-20</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="page" />
                <instruction type="userGroupOption" />
        </instructions>
+       <instructions type="update" fromversion="3.1.2">
+               <instruction type="file">files_update.tar</instruction>
+               
+               <instruction type="script">acp/update_com.woltlab.wcf_3.1.2.php</instruction>
+       </instructions>
 </package>
index 063e4e290c783121f010fe8eb4c4a8ea54c41b40..fbc3c855e95cb07d73c291127c5f7438a47e6c42 100644 (file)
@@ -48,7 +48,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.1.2');
+define('WCF_VERSION', '3.1.2 pl 1');
 
 // define current API version
 define('WSC_API_VERSION', 2018);