Preparing release 3.0.0 Beta 2
authorAlexander Ebert <ebert@woltlab.com>
Mon, 3 Oct 2016 18:04:24 +0000 (20:04 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 3 Oct 2016 18:04:24 +0000 (20:04 +0200)
com.woltlab.wcf/package.xml
com.woltlab.wcf/update_3.0.0_beta_1.sql [new file with mode: 0644]
wcfsetup/install/files/lib/system/WCF.class.php

index 44931ce93811a6ee74cc20995c9edb46a792944c..5bfa0e69278064a3dfb337ad6d5f6c63aa58f70d 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.0 Beta 1</version> <!-- codename: vortex -->
-               <date>2016-09-24</date>
+               <version>3.0.0 Beta 2</version> <!-- codename: vortex -->
+               <date>2016-10-03</date>
        </packageinformation>
        
        <authorinformation>
        </instructions>
        
        <!-- TODO for updates: remember update_com.woltlab.wcf_3.0.0.php -->
+       
+       <instructions type="update" fromversion="3.0.0 Beta 1">
+               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+               <instruction type="file">files_update.tar</instruction>
+               <instruction type="template">templates_update.tar</instruction>
+               
+               <instruction type="sql" run="standalone">update_3.0.0_beta_1.sql</instruction>
+               
+               <instruction type="language" />
+               
+               <instruction type="bbcode" />
+               <instruction type="objectTypeDefinition" />
+               <instruction type="objectType" />
+               <instruction type="option" />
+       </instructions>
 </package>
diff --git a/com.woltlab.wcf/update_3.0.0_beta_1.sql b/com.woltlab.wcf/update_3.0.0_beta_1.sql
new file mode 100644 (file)
index 0000000..85ac7e2
--- /dev/null
@@ -0,0 +1,8 @@
+/* 4df658a44a7be0926c7f47510530c3774125acf6 */
+UPDATE wcf1_style_variable SET defaultValue = 'rgba(36, 66, 95, 1)' WHERE variableName = 'wcfHeaderMenuDropdownBackground';
+UPDATE wcf1_style_variable SET defaultValue = 'rgba(65, 121, 173, 1)' WHERE variableName = 'wcfHeaderMenuDropdownBackgroundActive';
+
+/* ba9a2bda5ae4a62836fbeda78ad342c1090475c9 */
+DELETE FROM wcf1_package_update_server;
+INSERT INTO wcf1_package_update_server (serverURL, status, isDisabled, errorMessage, lastUpdateTime, loginUsername, loginPassword) VALUES ('http://update.woltlab.com/vortex/', 'online', 0, NULL, 0, '', '');
+INSERT INTO wcf1_package_update_server (serverURL, status, isDisabled, errorMessage, lastUpdateTime, loginUsername, loginPassword) VALUES ('http://store.woltlab.com/vortex/', 'online', 0, NULL, 0, '', '');
index fb1f512dbb9b6dd7030d47afec0ab241f0f4bcc3..6a1d27cb638a1b986d8d267e2eb8674f0dbeb099 100644 (file)
@@ -47,7 +47,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.0.0 Beta 1');
+define('WCF_VERSION', '3.0.0 Beta 2');
 
 // define current unix timestamp
 define('TIME_NOW', time());