Release 5.4.25
[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/5.4/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.4.25</version>
9 <date>2023-01-19</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="5.4.24">
54 <instruction type="acpTemplate">acptemplates_update.tar</instruction>
55 <instruction type="file">files_update.tar</instruction>
56 <instruction type="template">templates_update.tar</instruction>
57 </instructions>
58 </package>