Preparing release 3.0.12 3.0.12
authorAlexander Ebert <ebert@woltlab.com>
Sat, 10 Feb 2018 13:17:30 +0000 (14:17 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 10 Feb 2018 13:17:30 +0000 (14:17 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 5de12ab1dac2189467fd3981d2a487caa95f56df..4413a105a202e825f627fd341c514571dd38201f 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.0.11 pl 1</version> <!-- codename: vortex -->
-               <date>2017-11-23</date>
+               <version>3.0.12</version> <!-- codename: vortex -->
+               <date>2018-02-10</date>
        </packageinformation>
        
        <authorinformation>
        </instructions>
        
        <instructions type="update" fromversion="3.0.11">
+               <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="page" />
+       </instructions>
+       <instructions type="update" fromversion="3.0.11 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="page" />
        </instructions>
 </package>
index ecaecf268a5b35bcc9d69429c60309b8fc8797cf..c3a01c795e7f9a4c7abf1795e318f53289717b5f 100644 (file)
@@ -47,7 +47,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.0.11 pl 1');
+define('WCF_VERSION', '3.0.12');
 
 // define current unix timestamp
 define('TIME_NOW', time());