Add dummy update instructions for the 5.2 -> 5.3 upgrade
authorTim Düsterhus <duesterhus@woltlab.com>
Sat, 23 May 2020 14:20:05 +0000 (16:20 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Sat, 23 May 2020 14:20:05 +0000 (16:20 +0200)
For now these add a comment reminding the engineer in charge of the update
instructions to actually delete the MailForm that was removed in response
to issue #3032 and PR #3151.

com.woltlab.wcf/package.xml

index 4e027918c34c400c258b622eb54c05ab5229083d..68b2e34fd659c123a74c7178a6c3a76d863f8b40 100644 (file)
                
                <instruction type="script">acp/post_install.php</instruction>
        </instructions>
-       
+
+       <instructions type="update" fromversion="5.2.*">
+               <!-- Delete wcfsetup/install/files/lib/form/MailForm.class.php during the upgrade to make it 100% non-functional. -->
+       </instructions>
+
        <instructions type="update" fromversion="3.1.*">
                <instruction type="file">files_preUpdate.tar</instruction>
                <instruction type="script" flushCache="false">acp/update_com.woltlab.wcf_5.2_preUpdate.php</instruction>