Preparing the release 5.2.0 Alpha 3 5.2.0_Alpha_3
authorAlexander Ebert <ebert@woltlab.com>
Sat, 27 Jul 2019 18:04:24 +0000 (20:04 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 27 Jul 2019 18:04:24 +0000 (20:04 +0200)
com.woltlab.wcf/files_reloadOptions.tar [deleted file]
com.woltlab.wcf/package.xml
com.woltlab.wcf/update_5.2.0_alpha_2.sql [deleted file]
wcfsetup/install/files/lib/system/WCF.class.php

diff --git a/com.woltlab.wcf/files_reloadOptions.tar b/com.woltlab.wcf/files_reloadOptions.tar
deleted file mode 100644 (file)
index 5b581c5..0000000
Binary files a/com.woltlab.wcf/files_reloadOptions.tar and /dev/null differ
index cefdce3d07ef69e3839f1c56874b030e054418fd..ebf6b649f276f7f001558b7ff1bd6b30634280a4 100644 (file)
@@ -5,8 +5,8 @@
                <packagedescription>Free CMS and web-framework, designed for awesome websites and communities.</packagedescription>
                <packagedescription language="de">Freies CMS und Web-Framework, das eindrucksvolle Websites und Communities ermöglicht.</packagedescription>
                <isapplication>1</isapplication>
-               <version>5.2.0 Alpha 2</version> <!-- codename: hurricane -->
-               <date>2019-07-18</date>
+               <version>5.2.0 Alpha 3</version> <!-- codename: hurricane -->
+               <date>2019-07-27</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/post_install.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="5.2.0 Alpha 1">
-               <!-- Import the new options first -->
-               <instruction type="option" />
-               <instruction type="file" run="standalone">files_reloadOptions.tar</instruction>
-               <instruction type="script" run="standalone">acp/update-com.woltlab.wcf_5.2_reloadOptions.php</instruction>
-               
+       <instructions type="update" fromversion="5.2.0 Alpha 2">
                <instruction type="acpTemplate">acptemplates_update.tar</instruction>
                <instruction type="file">files_update.tar</instruction>
                <instruction type="template">templates_update.tar</instruction>
                
-               <instruction type="sql" run="standalone">update_5.2.0_alpha_2.sql</instruction>
-               
                <instruction type="language" />
-               
-               <instruction type="box" />
-               <instruction type="objectType" />
-               <instruction type="page" />
        </instructions>
 </package>
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 (file)
index 4b63d84..0000000
+++ /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;
index 95a49916cd990968c034fd2a51c6026fc31a0585..b3732a3a0458b0e89139c9c11b1579179c5acbf0 100644 (file)
@@ -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);