Update update instructions from 5.3
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 16 Mar 2021 14:48:02 +0000 (15:48 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 16 Mar 2021 14:48:02 +0000 (15:48 +0100)
com.woltlab.wcf/package.xml

index 9dfd303f640643174c285688e1f2066f5dd66c6f..b2c4453ed3d019b37f8b62f28b733e48e8e0b3e9 100644 (file)
@@ -69,11 +69,14 @@ tar cvf com.woltlab.wcf/files_pre.tar -C wcfsetup/install/files/ \
        acp/update_com.woltlab.wcf_5.4_session_3_migrate_session.php \
        lib/util/HeaderUtil.class.php \
        lib/system/package/plugin/AbstractPackageInstallationPlugin.class.php \
-       lib/system/package/plugin/ScriptPackageInstallationPlugin.class.php \
-       lib/system/package/plugin/FilePackageInstallationPlugin.class.php
+       lib/system/package/plugin/DatabasePackageInstallationPlugin.class.php \
+       lib/system/package/plugin/FilePackageInstallationPlugin.class.php \
+       lib/system/package/plugin/ScriptPackageInstallationPlugin.class.php
                -->
                <instruction type="file" run="standalone">files_pre.tar</instruction>
-               
+
+               <instruction type="packageInstallationPlugin" />
+
                <!-- Deploy some of the options before running the upgrade to not brick the login if the upgrade aborts. -->
                <instruction type="option" run="standalone">option_5.4.xml</instruction>
 
@@ -108,12 +111,16 @@ tar cvf com.woltlab.wcf/files_pre.tar -C wcfsetup/install/files/ \
                <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_5.4_removeFiles.php</instruction>
                
                <!-- Misc. PIPs. -->
+               <instruction type="acpMenu" />
+               <instruction type="clipboardAction" />
+               <instruction type="eventListener" />
                <instruction type="objectTypeDefinition" />
                <instruction type="objectType" />
                <instruction type="userGroupOption" />
                <instruction type="userMenu" />
                <instruction type="page" />
                <instruction type="language" />
+               <instruction type="mediaProvider" />
                
                <!-- Migration of multi-factor authentication. -->
                <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_5.4_migrate_multifactor.php</instruction>