From: Alexander Ebert Date: Sat, 3 Jan 2015 12:33:30 +0000 (+0100) Subject: Preparing release 2.1.0 Beta 3 X-Git-Tag: 2.1.0_Beta_3~43^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=452e036c6ca8b54be41a8afe96c17e512e13d36d;p=GitHub%2FWoltLab%2FWCF.git Preparing release 2.1.0 Beta 3 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index f2ca76e645..9cc76f323e 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.1.0 Beta 2 - 2014-12-18 + 2.1.0 Beta 3 + 2015-01-13 @@ -89,13 +89,13 @@ --> - + acptemplates_update.tar files_update.tar templates_update.tar language/*.xml - option.xml + update_2.1.0_beta_2.sql diff --git a/com.woltlab.wcf/update_2.1.0_beta_2.sql b/com.woltlab.wcf/update_2.1.0_beta_2.sql new file mode 100644 index 0000000000..6d0ffafcbc --- /dev/null +++ b/com.woltlab.wcf/update_2.1.0_beta_2.sql @@ -0,0 +1,2 @@ +ALTER TABLE wcf1_package_update_server ADD apiVersion ENUM('2.0', '2.1') NOT NULL DEFAULT '2.0'; +ALTER TABLE wcf1_package_update_server ADD metaData TEXT; \ No newline at end of file diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index d4a96db086..9cb8038dfd 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -37,7 +37,7 @@ if (!@ini_get('date.timezone')) { } // define current wcf version -define('WCF_VERSION', '2.1.0 Beta 2 (Typhoon)'); +define('WCF_VERSION', '2.1.0 Beta 3 (Typhoon)'); // define current unix timestamp define('TIME_NOW', time());