<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>
--- /dev/null
+/* 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, '', '');
}
// 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());