Merge branch '3.1' into 5.2
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / package.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <package name="com.woltlab.wcf" 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/package.xsd">
3 <packageinformation>
4 <packagename>WoltLab Suite Core</packagename>
5 <packagedescription>Free CMS and web-framework, designed for awesome websites and communities.</packagedescription>
6 <packagedescription language="de">Freies CMS und Web-Framework, das eindrucksvolle Websites und Communities ermöglicht.</packagedescription>
7 <isapplication>1</isapplication>
8 <version>5.2.20</version> <!-- codename: hurricane -->
9 <date>2022-03-17</date>
10 </packageinformation>
11
12 <authorinformation>
13 <author>WoltLab GmbH</author>
14 <authorurl>https://www.woltlab.com</authorurl>
15 </authorinformation>
16
17 <instructions type="install">
18 <instruction type="packageInstallationPlugin" />
19 <instruction type="acpMenu" />
20 <instruction type="userGroupOption" />
21 <instruction type="option" />
22
23 <instruction type="template" run="standalone" />
24
25 <instruction type="eventListener" />
26 <instruction type="script">acp/install.php</instruction>
27 <instruction type="cronjob" />
28 <instruction type="coreObject" />
29 <instruction type="clipboardAction" />
30 <instruction type="objectTypeDefinition" />
31 <instruction type="objectType" />
32 <instruction type="acpSearchProvider" />
33 <instruction type="style">defaultStyle.tar</instruction>
34
35 <instruction type="userOption" run="standalone" />
36
37 <instruction type="bbcode" />
38 <instruction type="smiley" />
39 <instruction type="userProfileMenu" />
40 <instruction type="userMenu" />
41 <instruction type="userNotificationEvent" />
42 <instruction type="aclOption" />
43 <instruction type="page" />
44 <instruction type="menu" />
45 <instruction type="menuItem" />
46 <instruction type="box" />
47 <instruction type="mediaProvider" />
48 <instruction type="templateListener" />
49
50 <instruction type="script">acp/post_install.php</instruction>
51 </instructions>
52
53 <instructions type="update" fromversion="3.1.*">
54 <instruction type="file">files_preUpdate.tar</instruction>
55 <instruction type="script" flushCache="false">acp/update_com.woltlab.wcf_5.2_preUpdate.php</instruction>
56
57 <!-- Contains a few PIP-scripts, \wcf\data\option\OptionEditor and \wcf\system\database\table\* -->
58 <instruction type="file" run="standalone">files_pre.tar</instruction>
59
60 <!-- Required language categories for the reactions. -->
61 <instruction type="language" run="standalone" />
62
63 <instruction type="script" flushCache="false">acp/update_com.woltlab.wcf_5.2_prePhpApi.php</instruction>
64
65 <instruction type="script" flushCache="false">acp/update_com.woltlab.wcf_5.2.php</instruction>
66
67 <!-- Convert likes to reactions. -->
68 <instruction type="script" flushCache="false">acp/update_com.woltlab.wcf_5.2_reactionUpdate.php</instruction>
69
70 <!-- Delete all likeable recent activity events, because they don't have the reactionType stored. -->
71 <instruction type="script" flushCache="false">acp/update_com.woltlab.wcf_5.2_deleteRecentActivity.php</instruction>
72
73 <instruction type="file" run="standalone">files_routingCacheBuilder.tar</instruction>
74
75 <instruction type="sql">update_5.2.sql</instruction>
76
77 <instruction type="option" />
78 <instruction type="script">acp/update_com.woltlab.wcf_5.2_reloadOptions.php</instruction>
79
80 <instruction type="coreObject" />
81
82 <instruction type="file" run="standalone" />
83 <instruction type="template" run="standalone" />
84 <instruction type="acpTemplate" run="standalone" />
85
86 <instruction type="acpMenu" />
87 <instruction type="userGroupOption" />
88 <instruction type="cronjob" />
89 <instruction type="clipboardAction" />
90 <instruction type="objectTypeDefinition" />
91 <instruction type="objectType" />
92 <instruction type="acpSearchProvider" />
93
94 <instruction type="userOption" run="standalone" />
95
96 <instruction type="bbcode" />
97 <instruction type="userMenu" />
98 <instruction type="userNotificationEvent" />
99 <instruction type="page" />
100 <instruction type="menu" />
101 <instruction type="menuItem" />
102 <instruction type="box" />
103 <instruction type="mediaProvider" />
104 <instruction type="templateListener" />
105
106 <instruction type="style" run="standalone">defaultStyle.tar</instruction>
107
108 <instruction type="script">acp/update_com.woltlab.wcf_preventMailAbuse.php</instruction>
109 </instructions>
110
111 <instructions type="update" fromversion="5.2.19">
112 <instruction type="acpTemplate">acptemplates_update.tar</instruction>
113 <instruction type="file">files_update.tar</instruction>
114 </instructions>
115 </package>