Changed position of language chooser in desktop mode
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / package.xml
CommitLineData
158bd3ca
TD
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/maelstrom/package.xsd">
3 <packageinformation>
4 <packagename>WoltLab Community Framework</packagename>
e9adedec
S
5 <packagedescription><![CDATA[Free web-framework, designed and developed for complex community applications.]]></packagedescription>
6 <packagedescription language="de"><![CDATA[Freies Web-Framework, das für komplexe Community-Anwendungen entworfen und entwickelt wurde.]]></packagedescription>
aac1247e 7 <isapplication>1</isapplication>
39abe192 8 <version>2.2.0 Alpha 2</version> <!-- codename: vortex -->
ed8c9052 9 <date>2015-10-22</date>
158bd3ca
TD
10 </packageinformation>
11
12 <authorinformation>
13 <author>WoltLab GmbH</author>
14 <authorurl>http://www.woltlab.com</authorurl>
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" />
22 <instruction type="template" />
23 <instruction type="eventListener" />
158bd3ca 24 <instruction type="script">acp/install.php</instruction>
dcd8ab36
MS
25 <instruction type="cronjob" />
26 <instruction type="coreObject" />
27 <instruction type="clipboardAction" />
28 <instruction type="objectTypeDefinition" />
29 <instruction type="objectType" />
30 <instruction type="acpSearchProvider" />
ed8c9052 31 <instruction type="style">defaultStyle.tar</instruction>
dcd8ab36
MS
32 <instruction type="userOption" />
33 <instruction type="bbcode" />
34 <instruction type="smiley" />
35 <instruction type="pageMenu" />
36 <instruction type="sitemap" />
37 <instruction type="dashboardBox" />
38 <instruction type="userProfileMenu" />
39 <instruction type="userMenu" />
40 <instruction type="userNotificationEvent" />
41 <instruction type="aclOption" />
16aec1f4 42 <instruction type="page" />
39abe192
AE
43 <instruction type="menu" />
44 <instruction type="menuItem" />
7b56f1f8 45 <instruction type="script">acp/post_install.php</instruction>
158bd3ca 46 </instructions>
39abe192
AE
47
48 <instructions type="update" fromversion="2.2.0 Alpha 1">
49 <instruction type="page" />
50 <instruction type="menuItem" />
51 </instructions>
158bd3ca 52</package>