From: Alexander Ebert Date: Mon, 3 Oct 2016 18:04:24 +0000 (+0200) Subject: Preparing release 3.0.0 Beta 2 X-Git-Tag: 3.0.0_Beta_2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=03fc5a906cb7e0d09c45b3e886d69fb571981bfe;p=GitHub%2FWoltLab%2FWCF.git Preparing release 3.0.0 Beta 2 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 44931ce938..5bfa0e6927 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ Free CMS and web-framework, designed for awesome websites and communities. Freies CMS und Web-Framework, das eindrucksvolle Websites und Communities ermöglicht. 1 - 3.0.0 Beta 1 - 2016-09-24 + 3.0.0 Beta 2 + 2016-10-03 @@ -44,4 +44,19 @@ + + + acptemplates_update.tar + files_update.tar + templates_update.tar + + update_3.0.0_beta_1.sql + + + + + + + + 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 index 0000000000..85ac7e2baf --- /dev/null +++ b/com.woltlab.wcf/update_3.0.0_beta_1.sql @@ -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, '', ''); diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index fb1f512dbb..6a1d27cb63 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -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());