Update update instructions for 5.5
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 6 Apr 2022 13:29:26 +0000 (15:29 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 6 Apr 2022 13:29:50 +0000 (15:29 +0200)
com.woltlab.wcf/package.xml

index b8d1c96a6989e65a1c5dcc54f1ad3cf01c7a7f2b..88ab3396fe8b4586ca4f6bb03a1e4ae3f89cd2ee 100644 (file)
@@ -88,13 +88,12 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \
                <instruction type="packageInstallationPlugin" />
 
                <!-- Misc. PIPs. -->
+               <instruction type="cronjob" />
                <instruction type="eventListener" />
                <instruction type="language" />
                <instruction type="mediaProvider" />
-               <instruction type="userGroupOption" />
-
-               <!-- Updates to <allowSpidersToIndex> only -->
                <instruction type="page" />
+               <instruction type="userGroupOption" />
 
                <!-- Clean Up. -->
                <instruction type="acpTemplateDelete" />
@@ -110,8 +109,4 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \
                        step that most likely might fail. -->
                <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_5.5_starttls.php</instruction>
        </instructions>
-
-       <instructions type="update" fromversion="5.4.15 dev 3">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
-       </instructions>
 </package>