Skip to content

Commit 16ae1f2

Browse files
author
Jens Krumsieck
committed
provide update routine from 2.1.0 RC 1 && 2.0.1
1 parent 8e9f51d commit 16ae1f2

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

package.xml

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<packagename>Fireball CMS</packagename>
55
<packagedescription><![CDATA[CMS for WCF 2.1]]></packagedescription>
66
<isapplication>1</isapplication>
7-
<version>2.1.0 RC 1</version>
8-
<date>2015-04-19</date>
7+
<version>2.1.0 RC 2</version>
8+
<date>2015-05-08</date>
99
</packageinformation>
1010

1111
<authorinformation>
@@ -61,6 +61,12 @@
6161
<!-- scripts -->
6262
<instruction type="script" installupdateserver="1">acp/install_de.codequake.cms.php</instruction>
6363
</instructions>
64+
65+
<instructions type="update" fromversion="2.1.0 RC 1">
66+
<instruction type="file">files.tar</instruction>
67+
<instruction type="language">language/*.xml</instruction>
68+
</instructions>
69+
6470

6571
<instructions type="update" fromversion="2.0.0 RC 1">
6672
<instruction type="language">language/*.xml</instruction>
@@ -107,4 +113,27 @@
107113
<!-- delete old object types -->
108114
<instruction type="objectType">xml/objectType_update.xml</instruction>
109115
</instructions>
116+
117+
<instructions type="update" fromversion="2.0.1">
118+
<instruction type="language">language/*.xml</instruction>
119+
120+
<!-- files -->
121+
<instruction type="file">files.tar</instruction>
122+
<instruction type="file" application="wcf">files_wcf.tar</instruction>
123+
<instruction type="acpTemplate">acptemplates.tar</instruction>
124+
<instruction type="template">templates.tar</instruction>
125+
126+
<!-- xml -->
127+
<instruction type="objectType">xml/objectType.xml</instruction>
128+
<instruction type="acpMenu">xml/acpMenu.xml</instruction>
129+
<instruction type="acpSearchProvider">xml/acpSearchProvider.xml</instruction>
130+
<instruction type="eventListener">xml/eventlistener.xml</instruction>
131+
<instruction type="option">xml/option.xml</instruction>
132+
133+
<!-- scripts -->
134+
<instruction type="script">acp/update_from_2.0.0.php</instruction>
135+
136+
<!-- delete old object types -->
137+
<instruction type="objectType">xml/objectType_update.xml</instruction>
138+
</instructions>
110139
</package>

0 commit comments

Comments
 (0)