Internal release 5.3.0 Beta 1
authorAlexander Ebert <ebert@woltlab.com>
Wed, 23 Sep 2020 19:37:44 +0000 (21:37 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 23 Sep 2020 19:37:44 +0000 (21:37 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index adbbbc8c436a3c2da46025570c48e8342af9642e..cc01f3bb70ae65d89e6085409b4f13c1ee272151 100644 (file)
                
                <instruction type="script">acp/post_install.php</instruction>
        </instructions>
-
-       <instructions type="update" fromversion="5.2.*">
-               <!-- We need to deploy `lib/core.functions.php` and `lib/system/api/*` first, otherwise
-                    Guzzle can not be found during the development of the regular file PIP. -->
-               <instruction type="file" run="standalone">files_pre.tar</instruction>
-               
-               <!-- Verify that there are no duplicate usernames and warn about them if any are found. -->
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_5.3_preUpdate.php</instruction>
-               
-               <!-- Deploy the database changes as early as possible to avoid any conflicts by calls to
-                    tables that do not exist in 5.2, in particular `wcfN_devtools_missing_language_item`.-->
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_5.3.php</instruction>
-               
-               <instruction type="file" />
-               <instruction type="acpTemplate" />
-               <instruction type="template" />
-               
-               <instruction type="option" run="standalone" />
-               
-               <instruction type="acpMenu" />
-               <instruction type="clipboardAction" />
-               <instruction type="mediaProvider" />
-               <instruction type="userGroupOption" />
-               <instruction type="userMenu" />
-               <instruction type="page" />
-               
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_5.3_emailConfirmation.php</instruction>
-               
-               <!-- The internal data structure of sitemaps have been modified, this script must be run before
-                    the `objectType` pip to prevent any data corruption. -->
-               <instruction type="script">acp/update_com.woltlab.wcf_5.3_sitemaps.php</instruction>
-               
-               <instruction type="objectTypeDefinition" />
-               <instruction type="objectType" />
-               
-               <instruction type="userNotificationEvent" />
-               <instruction type="userOption" />
-               
-               <instruction type="style" run="standalone">defaultStyle.tar</instruction>
+       
+       <instructions type="update" fromversion="5.3.0 Alpha 1">
+               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
+               <instruction type="file">files_update.tar</instruction>
+               <instruction type="template">templates_update.tar</instruction>
                
                <instruction type="language" />
                
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_5.3_invalidateMailForm.php</instruction>
-               
-               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_5.3_style.php</instruction>
-               
-               <!-- This SQL step purges the legacy package servers, this must come last to make sure that an early
-                    abort of the core upgrade does not brick the installation. -->
-               <instruction type="sql">update_5.3.sql</instruction>
+               <instruction type="page" />
        </instructions>
 </package>
index b920367df7232e7165b24347023fcf517ec7ceac..ae945e08e23d68f31f1ea98efa5e60dee44adfcb 100644 (file)
@@ -49,7 +49,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '5.3.0 Alpha 1');
+define('WCF_VERSION', '5.3.0 Beta 1');
 
 // define current API version
 // @deprecated 5.2