Add fileDelete_5.5.xml
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 9 May 2022 10:42:53 +0000 (12:42 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 9 May 2022 10:42:53 +0000 (12:42 +0200)
These files never were part of the git repository, but were accidentally
included in an upgrade package, because an unclean source directory was used
when building the upgrade.

com.woltlab.wcf/fileDelete_5.5.xml [new file with mode: 0644]
com.woltlab.wcf/package.xml

diff --git a/com.woltlab.wcf/fileDelete_5.5.xml b/com.woltlab.wcf/fileDelete_5.5.xml
new file mode 100644 (file)
index 0000000..f942b84
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/2019/fileDelete.xsd">
+       <delete>
+               <file>test.php</file>
+               <file>test2.php</file>
+       </delete>
+</data>
index 653fd2c73b9bf18ba02ab906e7615147b327dcf7..b1c620bdaafb7f278b5c05b7e395522c3edf765e 100644 (file)
@@ -110,11 +110,17 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \
                <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_5.5_starttls.php</instruction>
        </instructions>
 
-       <instructions type="update" fromversion="5.5.0 Alpha 5">
+       <instructions type="update" fromversion="5.5.0 Alpha 6">
+               <!-- Tentative update instructions from Alpha 6 -->
                <instruction type="acpTemplate">acptemplates_update.tar</instruction>
                <instruction type="file">files_update.tar</instruction>
                <instruction type="template">templates_update.tar</instruction>
-               
+
+               <instruction type="objectType" />
+               <instruction type="userNotificationEvent" />
+
                <instruction type="language"/>
+
+               <instruction type="fileDelete">fileDelete_5.5.xml</instruction>
        </instructions>
 </package>