|
4 | 4 | <packagename>Fireball CMS</packagename> |
5 | 5 | <packagedescription><![CDATA[CMS for WCF 2.1]]></packagedescription> |
6 | 6 | <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> |
9 | 9 | </packageinformation> |
10 | 10 |
|
11 | 11 | <authorinformation> |
|
61 | 61 | <!-- scripts --> |
62 | 62 | <instruction type="script" installupdateserver="1">acp/install_de.codequake.cms.php</instruction> |
63 | 63 | </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 | + |
64 | 70 |
|
65 | 71 | <instructions type="update" fromversion="2.0.0 RC 1"> |
66 | 72 | <instruction type="language">language/*.xml</instruction> |
|
107 | 113 | <!-- delete old object types --> |
108 | 114 | <instruction type="objectType">xml/objectType_update.xml</instruction> |
109 | 115 | </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> |
110 | 139 | </package> |
0 commit comments