Preparing release 3.0.2
authorAlexander Ebert <ebert@woltlab.com>
Thu, 9 Feb 2017 12:47:41 +0000 (13:47 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 12 Feb 2017 19:53:43 +0000 (20:53 +0100)
com.woltlab.wcf/package.xml
com.woltlab.wcf/update_3.0.0_rc_3.sql [deleted file]
com.woltlab.wcf/update_3.0.2.sql [new file with mode: 0644]
wcfsetup/install/files/lib/system/WCF.class.php

index 220d02afb5c75e088bbd07297c1570f01831f71f..082316eca759f715d12e8a56e4b78db7a63e4bc7 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.1 pl 1</version> <!-- codename: vortex -->
-               <date>2017-01-23</date>
+               <version>3.0.2</version> <!-- codename: vortex -->
+               <date>2017-02-09</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>
                <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>
diff --git a/com.woltlab.wcf/update_3.0.0_rc_3.sql b/com.woltlab.wcf/update_3.0.0_rc_3.sql
deleted file mode 100644 (file)
index 243c043..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DELETE FROM wcf1_style_variable WHERE variableName = 'wcfHeaderMenuDropdownBorder';
diff --git a/com.woltlab.wcf/update_3.0.2.sql b/com.woltlab.wcf/update_3.0.2.sql
new file mode 100644 (file)
index 0000000..fba77b3
--- /dev/null
@@ -0,0 +1,2 @@
+/* df400238e1db21f6511f1c936aa302bfe903af0f */
+UPDATE wcf1_style_variable SET defaultValue = '1000px' WHERE variableName = 'wcfLayoutMinWidth';
index 2310fd35837001fcb3117c3732a8c4e59f58a9d0..039b203da6d2fde8bfb0ebd5caa695b9d5d37036 100644 (file)
@@ -46,7 +46,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.0.1 pl 1');
+define('WCF_VERSION', '3.0.2');
 
 // define current unix timestamp
 define('TIME_NOW', time());