Skip to content

Commit 3ef628a

Browse files
author
mutec
committed
v1.0.1 with ACE 1.3.1
1 parent 2431acd commit 3ef628a

2 files changed

Lines changed: 6 additions & 11 deletions

File tree

files/js/3rdParty/ace/mode-text.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* empty */

package.xml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?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/vortex/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 http://www.woltlab.com/XSD/tornado/package.xsd">
33
<packageinformation>
44
<packagename>ACE Codeeditor</packagename>
55
<packagedescription><![CDATA[Implements an alternative to CodeMirror]]></packagedescription>
6-
<version>1.0.0</version>
7-
<date>2017-11-05</date>
6+
<version>1.0.1</version>
7+
<date>2018-02-23</date>
88
</packageinformation>
99

1010
<authorinformation>
@@ -14,27 +14,21 @@
1414

1515
<compatibility>
1616
<api version="2018" />
17+
<api version="2017" />
1718
</compatibility>
1819

1920
<requiredpackages>
2021
<requiredpackage minversion="3.0.0">com.woltlab.wcf</requiredpackage>
2122
</requiredpackages>
2223

23-
<excludedpackages>
24-
<excludedpackage version="3.2.0 Alpha 1">com.woltlab.wcf</excludedpackage>
25-
</excludedpackages>
26-
2724
<instructions type="install">
2825
<instruction type="file" />
2926
<instruction type="acpTemplate" />
3027
<instruction type="option" />
3128
<instruction type="language" />
3229
</instructions>
3330

34-
<instructions type="update" fromversion="1.0.0 Alpha 2">
31+
<instructions type="update" fromversion="1.0.0">
3532
<instruction type="file" />
36-
<instruction type="acpTemplate" />
37-
<instruction type="option" />
38-
<instruction type="language" />
3933
</instructions>
4034
</package>

0 commit comments

Comments
 (0)