From cb39505ba0b5737443260c0b8f3333883a918fcf Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 17 Oct 2016 13:37:45 +0200 Subject: [PATCH] Preparing release 3.0.0 Beta 3 --- com.woltlab.wcf/package.xml | 10 +++++----- com.woltlab.wcf/update_3.0.0_beta_1.sql | 8 -------- com.woltlab.wcf/update_3.0.0_beta_2.sql | 8 ++++++++ wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 com.woltlab.wcf/update_3.0.0_beta_1.sql create mode 100644 com.woltlab.wcf/update_3.0.0_beta_2.sql diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 5bfa0e6927..427c6e8c71 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 2 - 2016-10-03 + 3.0.0 Beta 3 + 2016-10-17 @@ -45,17 +45,17 @@ - + + acptemplates_update.tar files_update.tar templates_update.tar - update_3.0.0_beta_1.sql + update_3.0.0_beta_2.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 deleted file mode 100644 index 85ac7e2baf..0000000000 --- a/com.woltlab.wcf/update_3.0.0_beta_1.sql +++ /dev/null @@ -1,8 +0,0 @@ -/* 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/com.woltlab.wcf/update_3.0.0_beta_2.sql b/com.woltlab.wcf/update_3.0.0_beta_2.sql new file mode 100644 index 0000000000..4681a93264 --- /dev/null +++ b/com.woltlab.wcf/update_3.0.0_beta_2.sql @@ -0,0 +1,8 @@ +/* 1535ab4ef15edc761a02e91e25e28e866716c0b5 */ +ALTER TABLE wcf1_application DROP COLUMN cookiePath; + +/* d3925b67b9eba7eaef81887a0cf772dcfc5baa15 */ +UPDATE wcf1_style_variable SET defaultValue = 'rgba(217, 220, 222, 1)' WHERE variableName = 'wcfFooterCopyrightLink'; + +/* 640a8bea2af6fd577932e9a083fc800c7d1a1190 */ +DELETE FROM wcf1_style_variable WHERE variableName IN ('wcfButtonBorder', 'wcfButtonBorderActive', 'wcfButtonDisabledBorder', 'wcfButtonPrimaryBorder', 'wcfButtonPrimaryBorderActive', 'wcfDropdownBorder'); diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 42dba0e2e0..d8cd08d641 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 2'); +define('WCF_VERSION', '3.0.0 Beta 3'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1