From: Alexander Ebert Date: Thu, 9 Feb 2017 12:47:41 +0000 (+0100) Subject: Preparing release 3.0.2 X-Git-Tag: 3.0.2~6 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e7c90beedae1f36ad2301dd0959a5924c8bf61d6;p=GitHub%2FWoltLab%2FWCF.git Preparing release 3.0.2 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 220d02afb5..082316eca7 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.1 pl 1 - 2017-01-23 + 3.0.2 + 2017-02-09 @@ -92,9 +92,24 @@ acp/update_com.woltlab.wcf_3.0_post_sql.php + + acptemplates_update.tar files_update.tar + templates_update.tar + + update_3.0.2.sql + + + + acptemplates_update.tar + files_update.tar + templates_update.tar + + + + update_3.0.2.sql diff --git a/com.woltlab.wcf/update_3.0.0_rc_3.sql b/com.woltlab.wcf/update_3.0.0_rc_3.sql deleted file mode 100644 index 243c0436c4..0000000000 --- a/com.woltlab.wcf/update_3.0.0_rc_3.sql +++ /dev/null @@ -1 +0,0 @@ -DELETE FROM wcf1_style_variable WHERE variableName = 'wcfHeaderMenuDropdownBorder'; diff --git a/com.woltlab.wcf/update_3.0.2.sql b/com.woltlab.wcf/update_3.0.2.sql new file mode 100644 index 0000000000..fba77b39a1 --- /dev/null +++ b/com.woltlab.wcf/update_3.0.2.sql @@ -0,0 +1,2 @@ +/* df400238e1db21f6511f1c936aa302bfe903af0f */ +UPDATE wcf1_style_variable SET defaultValue = '1000px' WHERE variableName = 'wcfLayoutMinWidth'; diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 2310fd3583..039b203da6 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.1 pl 1'); +define('WCF_VERSION', '3.0.2'); // define current unix timestamp define('TIME_NOW', time());