|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<package name="de.mysterycode.wcf.ace" 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/tornado/package.xsd"> |
| 2 | +<package name="de.mysterycode.wcf.ace" xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com https://www.woltlab.com/XSD/5.4/package.xsd"> |
3 | 3 | <packageinformation> |
4 | 4 | <packagename>ACE Codeeditor</packagename> |
5 | 5 | <packagedescription><![CDATA[Implements an alternative to CodeMirror]]></packagedescription> |
6 | | - <version>1.0.1</version> |
7 | | - <date>2018-02-23</date> |
| 6 | + <version>1.1.0</version> |
| 7 | + <date>2021-09-11</date> |
8 | 8 | </packageinformation> |
9 | | - |
| 9 | + |
10 | 10 | <authorinformation> |
11 | 11 | <author><![CDATA[Florian Gail]]></author> |
12 | 12 | <authorurl><![CDATA[https://www.mysterycode.de]]></authorurl> |
13 | 13 | </authorinformation> |
14 | | - |
15 | | - <compatibility> |
16 | | - <api version="2018" /> |
17 | | - <api version="2017" /> |
18 | | - </compatibility> |
19 | | - |
| 14 | + |
20 | 15 | <requiredpackages> |
21 | | - <requiredpackage minversion="3.0.0">com.woltlab.wcf</requiredpackage> |
| 16 | + <requiredpackage minversion="5.4.0">com.woltlab.wcf</requiredpackage> |
22 | 17 | </requiredpackages> |
23 | | - |
| 18 | + |
| 19 | + <excludedpackages> |
| 20 | + <excludedpackage version="5.5.0 Alpha 1">com.woltlab.wcf</excludedpackage> |
| 21 | + </excludedpackages> |
| 22 | + |
24 | 23 | <instructions type="install"> |
25 | 24 | <instruction type="file" /> |
26 | 25 | <instruction type="acpTemplate" /> |
| 26 | + <instruction type="template" /> |
| 27 | + |
27 | 28 | <instruction type="option" /> |
| 29 | + |
28 | 30 | <instruction type="language" /> |
29 | 31 | </instructions> |
30 | | - |
| 32 | + |
31 | 33 | <instructions type="update" fromversion="1.0.0"> |
32 | 34 | <instruction type="file" /> |
| 35 | + <instruction type="acpTemplate" /> |
| 36 | + <instruction type="template" /> |
| 37 | + |
| 38 | + <instruction type="option" /> |
| 39 | + |
| 40 | + <instruction type="language" /> |
| 41 | + </instructions> |
| 42 | + <instructions type="update" fromversion="1.0.1"> |
| 43 | + <instruction type="file" /> |
| 44 | + <instruction type="acpTemplate" /> |
| 45 | + <instruction type="template" /> |
| 46 | + |
| 47 | + <instruction type="option" /> |
| 48 | + |
| 49 | + <instruction type="language" /> |
33 | 50 | </instructions> |
34 | 51 | </package> |
0 commit comments