From: Alexander Ebert Date: Tue, 22 Nov 2016 14:36:50 +0000 (+0100) Subject: Preparing release 3.0.0 Beta 5 X-Git-Tag: 3.0.0_Beta_5~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=588ff917bac29767f2c51cd3fbf7021212acee5f;p=GitHub%2FWoltLab%2FWCF.git Preparing release 3.0.0 Beta 5 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 5e60ae8caf..e76ffdd6df 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 4 - 2016-10-27 + 3.0.0 Beta 5 + 2016-11-23 @@ -43,14 +43,6 @@ acp/post_install.php - - acptemplates_update.tar - files_update.tar - templates_update.tar - - - - files_pre_update.tar acp/update_com.woltlab.wcf_3.0_pre_sql.php @@ -95,4 +87,24 @@ acp/update_com.woltlab.wcf_3.0_post_sql.php + + + acptemplates_update.tar + files_update.tar + templates_update.tar + + update_3.0.0_beta_5.sql + + + + + + + + + + + + + diff --git a/com.woltlab.wcf/update_3.0.0_beta_2.sql b/com.woltlab.wcf/update_3.0.0_beta_2.sql deleted file mode 100644 index 4681a93264..0000000000 --- a/com.woltlab.wcf/update_3.0.0_beta_2.sql +++ /dev/null @@ -1,8 +0,0 @@ -/* 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/com.woltlab.wcf/update_3.0.0_beta_5.sql b/com.woltlab.wcf/update_3.0.0_beta_5.sql new file mode 100644 index 0000000000..27f245fb23 --- /dev/null +++ b/com.woltlab.wcf/update_3.0.0_beta_5.sql @@ -0,0 +1,2 @@ +/* 1fee22a07a7ed2e759bef5a3fb87476576508b60 */ +ALTER TABLE wcf1_style_variable SET defaultValue = '1025px' WHERE variableName = 'wcfLayoutMinWidth'; diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 82cf56e629..e4e167a1ef 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -46,7 +46,7 @@ if (!@ini_get('date.timezone')) { } // define current woltlab suite version -define('WCF_VERSION', '3.0.0 Beta 4'); +define('WCF_VERSION', '3.0.0 Beta 5'); // define current unix timestamp define('TIME_NOW', time());