forked from craigerskine/textformatter_textile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.meta.xml
30 lines (30 loc) · 1.03 KB
/
extension.meta.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<extension id="textformatter_textile" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Textformatter: Textile</name>
<description>The superior text formatter.</description>
<repo type="github">https://github.com/craigerskine/textformatter_textile</repo>
<url type="discuss" />
<types>
<type>Text Formatters</type>
</types>
<authors>
<author>
<name github="craigerskine" symphony="team">Craig Erskine</name>
<website>http://craigerskine.com/</website>
</author>
</authors>
<releases>
<release version="1.3.0" date="2020-04-08" min="2.4" max="2.x.x">
- Textile v3.7.6
</release>
<release version="1.2.0" date="2016-12-12" min="2.4" max="2.x.x">
- Textile v3.7.2
</release>
<release version="1.1.0" date="2016-12-12" min="2.4" max="2.x.x">
- Textile v3.7.1
</release>
<release version="1.0.0" date="2016-12-12" min="2.4" max="2.x.x">
- Initial Release.
</release>
</releases>
</extension>