forked from bzerangue/sym_markitup
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathextension.meta.xml
31 lines (31 loc) · 1.01 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
31
<?xml version="1.0" encoding="UTF-8"?>
<extension id="sym_markitup" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Sym MarkItUp</name>
<description>adds markdown formatting shortcuts and custom functions</description>
<repo type="github">https://github.com/jonmifsud/sym_markitup/</repo>
<types>
<type>other</type>
</types>
<authors>
<author>
<name github="jonmifsud" symphony="gunglien">Jonathan Mifsud</name>
<website>http://jonmifsud.com</website>
<email>[email protected]</email>
</author>
<author>
<name>Jonathan Hughes</name>
<email>[email protected]</email>
</author>
</authors>
<releases>
<release version="2.1" date="2016-04-19" min="2.5">
- Added hover labels for each icon
</release>
<release version="2" date="2015-02-23" min="2.5">
- reworked the extension and added new modal styling and setting overrides
</release>
<release version="1.0" date="2011-08-19" min="2.2.2">
- initial release
</release>
</releases>
</extension>