Release 5.3.25
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / package.xml
CommitLineData
158bd3ca 1<?xml version="1.0" encoding="UTF-8"?>
47fc2af1 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">
158bd3ca 3 <packageinformation>
359841c3 4 <packagename>WoltLab Suite Core</packagename>
18290128
MS
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>
aac1247e 7 <isapplication>1</isapplication>
dbf5390d
AE
8 <version>5.3.25</version>
9 <date>2022-10-18</date>
158bd3ca
TD
10 </packageinformation>
11
12 <authorinformation>
13 <author>WoltLab GmbH</author>
2a96b397 14 <authorurl>https://www.woltlab.com</authorurl>
158bd3ca
TD
15 </authorinformation>
16
17 <instructions type="install">
dcd8ab36
MS
18 <instruction type="packageInstallationPlugin" />
19 <instruction type="acpMenu" />
20 <instruction type="userGroupOption" />
21 <instruction type="option" />
b94f6983
AE
22
23 <instruction type="template" run="standalone" />
24
dcd8ab36 25 <instruction type="eventListener" />
158bd3ca 26 <instruction type="script">acp/install.php</instruction>
dcd8ab36
MS
27 <instruction type="cronjob" />
28 <instruction type="coreObject" />
29 <instruction type="clipboardAction" />
30 <instruction type="objectTypeDefinition" />
31 <instruction type="objectType" />
32 <instruction type="acpSearchProvider" />
ed8c9052 33 <instruction type="style">defaultStyle.tar</instruction>
b94f6983
AE
34
35 <instruction type="userOption" run="standalone" />
36
dcd8ab36
MS
37 <instruction type="bbcode" />
38 <instruction type="smiley" />
dcd8ab36
MS
39 <instruction type="userProfileMenu" />
40 <instruction type="userMenu" />
41 <instruction type="userNotificationEvent" />
42 <instruction type="aclOption" />
16aec1f4 43 <instruction type="page" />
39abe192
AE
44 <instruction type="menu" />
45 <instruction type="menuItem" />
413fd5a3 46 <instruction type="box" />
7d346d2a 47 <instruction type="mediaProvider" />
9379b543
MS
48 <instruction type="templateListener" />
49
7b56f1f8 50 <instruction type="script">acp/post_install.php</instruction>
158bd3ca 51 </instructions>
0a403a61 52
766f40fe
AE
53 <instructions type="update" fromversion="5.2.*">
54 <!-- We need to deploy `lib/core.functions.php` and `lib/system/api/*` first, otherwise
55 Guzzle can not be found during the development of the regular file PIP. -->
56 <instruction type="file" run="standalone">files_pre.tar</instruction>
57
58 <!-- Verify that there are no duplicate usernames and warn about them if any are found. -->
59 <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_5.3_preUpdate.php</instruction>
60
61 <!-- Deploy the database changes as early as possible to avoid any conflicts by calls to
62 tables that do not exist in 5.2, in particular `wcfN_devtools_missing_language_item`.-->
63 <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_5.3.php</instruction>
64
65 <instruction type="file" />
66 <instruction type="acpTemplate" />
67 <instruction type="template" />
68
69 <instruction type="option" run="standalone" />
70
71 <instruction type="acpMenu" />
72 <instruction type="clipboardAction" />
73 <instruction type="mediaProvider" />
74 <instruction type="userGroupOption" />
75 <instruction type="userMenu" />
76 <instruction type="page" />
77
78 <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_5.3_emailConfirmation.php</instruction>
79
80 <!-- The internal data structure of sitemaps have been modified, this script must be run before
81 the `objectType` pip to prevent any data corruption. -->
82 <instruction type="script">acp/update_com.woltlab.wcf_5.3_sitemaps.php</instruction>
83
84 <instruction type="objectTypeDefinition" />
85 <instruction type="objectType" />
86
87 <instruction type="userNotificationEvent" />
88 <instruction type="userOption" />
89
766f40fe
AE
90 <instruction type="language" />
91
92 <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_5.3_invalidateMailForm.php</instruction>
93
6e1de483
AE
94 <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_5.3_fixActivationMethod.php</instruction>
95
f1be112b
AE
96 <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_5.3_orphanedComments.php</instruction>
97
766f40fe
AE
98 <instruction type="script" run="standalone">acp/update_com.woltlab.wcf_5.3_style.php</instruction>
99
c32b4527
TD
100 <instruction type="style" run="standalone">defaultStyle.tar</instruction>
101
766f40fe
AE
102 <!-- This SQL step purges the legacy package servers, this must come last to make sure that an early
103 abort of the core upgrade does not brick the installation. -->
104 <instruction type="sql">update_5.3.sql</instruction>
84924853
AE
105
106 <instruction type="script">acp/update_com.woltlab.wcf_5.3_packageServer.php</instruction>
766f40fe 107 </instructions>
ad42b461 108
dbf5390d 109 <instructions type="update" fromversion="5.3.24">
a06d5786 110 <instruction type="file">files_update.tar</instruction>
a06d5786 111 </instructions>
158bd3ca 112</package>