Preparing release 3.0.12 pl 1
authorAlexander Ebert <ebert@woltlab.com>
Mon, 12 Feb 2018 15:53:40 +0000 (16:53 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 12 Feb 2018 15:53:40 +0000 (16:53 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 4413a105a202e825f627fd341c514571dd38201f..681437152e99808cba0a078fc1320a0fdf7388fe 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.12</version> <!-- codename: vortex -->
-               <date>2018-02-10</date>
+               <version>3.0.12 pl 1</version> <!-- codename: vortex -->
+               <date>2018-02-12</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/update_com.woltlab.wcf_3.0_post_sql.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="3.0.11">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+       <instructions type="update" fromversion="3.0.12">
                <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 c3a01c795e7f9a4c7abf1795e318f53289717b5f..c6df67f4efa1681aea194aa5304aedb96ca28c2c 100644 (file)
@@ -47,7 +47,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.0.12');
+define('WCF_VERSION', '3.0.12 pl 1');
 
 // define current unix timestamp
 define('TIME_NOW', time());