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>
<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>