Remove 3.1.* update instructions
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 17 Aug 2020 13:34:27 +0000 (15:34 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Aug 2020 13:34:27 +0000 (15:34 +0200)
This cleans up package.xml. The 3.1.* instructions are not required for master / 5.3.

com.woltlab.wcf/package.xml

index 0ed0160dee53cbe3f68d7259c13b0aaf13909a01..db4ff90c1e35cfb78900414c2eac8c365a79177d 100644 (file)
                <!-- Remove useGoogleFont style variable. -->
                <!-- Run update_com.woltlab.wcf_5.3_style.php -->
        </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>
-               
-               <!-- Contains a few PIP-scripts, \wcf\data\option\OptionEditor and \wcf\system\database\table\* -->
-               <instruction type="file" run="standalone">files_pre.tar</instruction>
-               
-               <!-- Required language categories for the reactions. -->
-               <instruction type="language" run="standalone" />
-               
-               <instruction type="script" flushCache="false">acp/update_com.woltlab.wcf_5.2_prePhpApi.php</instruction>
-               
-               <instruction type="script" flushCache="false">acp/update_com.woltlab.wcf_5.2.php</instruction>
-               
-               <!-- Convert likes to reactions. -->
-               <instruction type="script" flushCache="false">acp/update_com.woltlab.wcf_5.2_reactionUpdate.php</instruction>
-               
-               <!-- Delete all likeable recent activity events, because they don't have the reactionType stored. -->
-               <instruction type="script" flushCache="false">acp/update_com.woltlab.wcf_5.2_deleteRecentActivity.php</instruction>
-               
-               <instruction type="file" run="standalone">files_routingCacheBuilder.tar</instruction>
-               
-               <instruction type="sql">update_5.2.sql</instruction>
-               
-               <instruction type="option" />
-               <instruction type="script">acp/update_com.woltlab.wcf_5.2_reloadOptions.php</instruction>
-               
-               <instruction type="coreObject" />
-               
-               <instruction type="file" run="standalone" />
-               <instruction type="template" run="standalone" />
-               <instruction type="acpTemplate" run="standalone" />
-               
-               <instruction type="acpMenu" />
-               <instruction type="userGroupOption" />
-               <instruction type="cronjob" />
-               <instruction type="clipboardAction" />
-               <instruction type="objectTypeDefinition" />
-               <instruction type="objectType" />
-               <instruction type="acpSearchProvider" />
-               
-               <instruction type="userOption" run="standalone" />
-               
-               <instruction type="bbcode" />
-               <instruction type="userMenu" />
-               <instruction type="userNotificationEvent" />
-               <instruction type="page" />
-               <instruction type="menu" />
-               <instruction type="menuItem" />
-               <instruction type="box" />
-               <instruction type="mediaProvider" />
-               <instruction type="templateListener" />
-               
-               <instruction type="style" run="standalone">defaultStyle.tar</instruction>
-               
-               <instruction type="script">acp/update_com.woltlab.wcf_preventMailAbuse.php</instruction>
-       </instructions>
 </package>