Preparing release 3.0.2 pl 1
authorAlexander Ebert <ebert@woltlab.com>
Thu, 16 Feb 2017 09:18:27 +0000 (10:18 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 16 Feb 2017 09:18:27 +0000 (10:18 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 1b2a6218fa9ade716d99f07be3851f35d8a46026..85abe5adb035825e3cf3fc4ba8ef1b1fc4bc5229 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.2</version> <!-- codename: vortex -->
-               <date>2017-02-15</date>
+               <version>3.0.2 pl 1</version> <!-- codename: vortex -->
+               <date>2017-02-16</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/update_com.woltlab.wcf_3.0_post_sql.php</instruction>
        </instructions>
        
-       <!-- Attention! Keep both update blocks below in sync! -->
-       <instructions type="update" fromversion="3.0.1">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+       <instructions type="update" fromversion="3.0.2">
                <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
-               
-               <instruction type="language" />
-               
-               <instruction type="sql">update_3.0.2.sql</instruction>
-       </instructions>
-       
-       <instructions type="update" fromversion="3.0.1 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="sql">update_3.0.2.sql</instruction>
        </instructions>
 </package>
index 039b203da6d2fde8bfb0ebd5caa695b9d5d37036..ae5acb94b7324956c32c756f740aae35b4a747e4 100644 (file)
@@ -46,7 +46,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.0.2');
+define('WCF_VERSION', '3.0.2 pl 1');
 
 // define current unix timestamp
 define('TIME_NOW', time());