Add note regarding the upgrade from 5.4.0 Alpha 2 to package.xml
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 12 May 2021 10:13:27 +0000 (12:13 +0200)
committerGitHub <noreply@github.com>
Wed, 12 May 2021 10:13:27 +0000 (12:13 +0200)
com.woltlab.wcf/package.xml

index 217e3464ae5c2c89575811b7bb808e3c7a97dcd1..bc30d9a7f1558d391e91f7df08d9bbfe69e9e170 100644 (file)
@@ -135,11 +135,8 @@ tar cvf com.woltlab.wcf/files_pre.tar -C wcfsetup/install/files/ \
                <instruction type="script">acp/update_com.woltlab.wcf_5.4_deleteLanguageItems.php</instruction>
        </instructions>
 
-       <instructions type="update" fromversion="5.4.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" />
+       <instructions type="update" fromversion="5.4.0 Alpha 2">
+               <!-- Use 'files.tar' instead of 'files_update.tar' for the upgrade from 5.4.0 Alpha 2 to ensure that all files are up to date. -->
+               <instruction type="file">files.tar</instruction>
        </instructions>
 </package>