forked from symphonists/markdown_typography
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.meta.xml
44 lines (44 loc) · 1.63 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
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<extension id="markdown_typography" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Markdown Typography</name>
<description>Markdown Extra, Smartypants and typographic refinements for Symphony.</description>
<repo type="github">https://github.com/hananils/markdown_typography</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/68618/</url>
<types>
<type>Text Formatter</type>
</types>
<authors>
<author>
<name github="hananils" symphony="hananils">Büro für Web- und Textgestaltung</name>
<website>http://hananils.de</website>
</author>
<author>
<name github="nilshoerrmann" symphony="Nils">Nils Hörrmann</name>
<website>http://nilshoerrmann.de</website>
</author>
</authors>
<releases>
<release version="2.2.0" date="2014-06-22" min="2.4.0">
- Enabled line breaks by default
</release>
<release version="2.1.0" date="2014-06-16" min="2.4.0">
- Switched from Markdown to Parsedown
- Fixed code style
</release>
<release version="2.0.0" date="2012-05-10" min="2.3.0">
- Symphony 2.3 compatibility
</release>
<release version="1.1.1" date="2011-12-22" min="2.1.0" max="2.2.5">
- Fix wrong class references
</release>
<release version="1.1.0" date="2011-12-22" min="2.1.0" max="2.2.5">
- Added Smartypants (English) and Smartypants (German with Guillemets)
</release>
<release version="1.0.1" date="2011-12-13" min="2.1.0" max="2.2.5">
- Added `extension.meta.xml`
</release>
<release version="1.0.0" date="2011-05-10" min="2.1.0" max="2.2.5">
- Initial release
</release>
</releases>
</extension>