Skip to content

Commit

Permalink
v1.0.1 with ACE 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mutec committed Feb 23, 2018
1 parent 2431acd commit 3ef628a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
1 change: 1 addition & 0 deletions files/js/3rdParty/ace/mode-text.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* empty */
16 changes: 5 additions & 11 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<packageinformation>
<packagename>ACE Codeeditor</packagename>
<packagedescription><![CDATA[Implements an alternative to CodeMirror]]></packagedescription>
<version>1.0.0</version>
<date>2017-11-05</date>
<version>1.0.1</version>
<date>2018-02-23</date>
</packageinformation>

<authorinformation>
Expand All @@ -14,27 +14,21 @@

<compatibility>
<api version="2018" />
<api version="2017" />
</compatibility>

<requiredpackages>
<requiredpackage minversion="3.0.0">com.woltlab.wcf</requiredpackage>
</requiredpackages>

<excludedpackages>
<excludedpackage version="3.2.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>

<instructions type="install">
<instruction type="file" />
<instruction type="acpTemplate" />
<instruction type="option" />
<instruction type="language" />
</instructions>

<instructions type="update" fromversion="1.0.0 Alpha 2">
<instructions type="update" fromversion="1.0.0">
<instruction type="file" />
<instruction type="acpTemplate" />
<instruction type="option" />
<instruction type="language" />
</instructions>
</package>

0 comments on commit 3ef628a

Please sign in to comment.