From: Alexander Ebert Date: Sat, 27 Jul 2019 18:04:24 +0000 (+0200) Subject: Preparing the release 5.2.0 Alpha 3 X-Git-Tag: 5.2.0_Alpha_3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0ea20ed45ae8b70f0860ee31615a5fc002b5e424;p=GitHub%2FWoltLab%2FWCF.git Preparing the release 5.2.0 Alpha 3 --- diff --git a/com.woltlab.wcf/files_reloadOptions.tar b/com.woltlab.wcf/files_reloadOptions.tar deleted file mode 100644 index 5b581c5bf1..0000000000 Binary files a/com.woltlab.wcf/files_reloadOptions.tar and /dev/null differ diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index cefdce3d07..ebf6b649f2 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 - 5.2.0 Alpha 2 - 2019-07-18 + 5.2.0 Alpha 3 + 2019-07-27 @@ -50,22 +50,11 @@ acp/post_install.php - - - - files_reloadOptions.tar - acp/update-com.woltlab.wcf_5.2_reloadOptions.php - + acptemplates_update.tar files_update.tar templates_update.tar - update_5.2.0_alpha_2.sql - - - - - diff --git a/com.woltlab.wcf/update_5.2.0_alpha_2.sql b/com.woltlab.wcf/update_5.2.0_alpha_2.sql deleted file mode 100644 index 4b63d8476e..0000000000 --- a/com.woltlab.wcf/update_5.2.0_alpha_2.sql +++ /dev/null @@ -1,11 +0,0 @@ -ALTER TABLE wcf1_like_object DROP COLUMN neutralReactions; - -ALTER TABLE wcf1_reaction_type DROP COLUMN type; - -ALTER TABLE wcf1_user DROP KEY positiveReactionsReceived; -ALTER TABLE wcf1_user DROP KEY negativeReactionsReceived; -ALTER TABLE wcf1_user DROP KEY neutralReactionsReceived; - -ALTER TABLE wcf1_user DROP COLUMN positiveReactionsReceived; -ALTER TABLE wcf1_user DROP COLUMN negativeReactionsReceived; -ALTER TABLE wcf1_user DROP COLUMN neutralReactionsReceived; diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 95a49916cd..b3732a3a04 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -48,7 +48,7 @@ if (!@ini_get('date.timezone')) { } // define current woltlab suite version -define('WCF_VERSION', '5.2.0 Alpha 2'); +define('WCF_VERSION', '5.2.0 Alpha 3'); // define current API version define('WSC_API_VERSION', 2019);