-
Notifications
You must be signed in to change notification settings - Fork 12
/
extension.meta.xml
59 lines (59 loc) · 2.72 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<extension id="markdown" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Markdown Text Formatter</name>
<description>Text formatter that ships with Symphony</description>
<repo type="github">https://github.com/symphonycms/markdown</repo>
<url type="discuss" />
<types>
<type>Text Formatters</type>
</types>
<authors>
<author>
<name github="symphonycms" symphony="team">Symphony Team</name>
<website>http://getsymphony.com</website>
</author>
</authors>
<releases>
<release version="1.21" date="2015-01-23" min="2.4" max="2.x.x">
- Mark compatibility with Symphony 2.x.x
</release>
<release version="1.20" date="2014-08-17" min="2.4" max="2.5.x">
- Mark compatibility with Symphony 2.4+
</release>
<release version="1.19" date="2014-06-15" min="2.3">
- [#2094](https://github.com/symphonycms/symphony-2/issues/2094) Update Markdown (with HTML Purifier) to use Symphony's own `CACHE` folder.
</release>
<release version="1.18" date="2014-04-17" min="2.3">
- Update [HTML Purifier](http://htmlpurifier.org/) to 4.6.0
- Update [PHP Markdown Extra](http://michelf.com/projects/php-markdown/) to 1.2.8
</release>
<release version="1.17" date="2013-07-01" min="2.0.7">
- Update links to **getsymphony.com**
</release>
<release version="1.16" date="2013-05-30" min="2.0.7">
- Update [HTML Purifier](http://htmlpurifier.org/) to 4.5.0
- Update [PHP Markdown Extra](http://michelf.com/projects/php-markdown/) to 1.2.7
</release>
<release version="1.15" date="2013-02-03" min="2.0.7">
- Update [PHP Markdown Extra](http://michelf.com/projects/php-markdown/) to 1.2.6
- Update [PHP SmartyPants](http://michelf.ca/projects/php-smartypants/) to 1.5.1f
</release>
<release version="1.14" date="2012-05-21" min="2.0.7">
- Update [HTML Purifier](http://htmlpurifier.org/) to 4.4.0
- Update [PHP Markdown Extra](http://michelf.com/projects/php-markdown/) to 1.2.5
</release>
<release version="1.13" date="2011-02-08" min="2.0.7">
- Resolve the Markdown class properly
</release>
<release version="1.12" date="2010-10-20" min="2.0.7">
- Bugfix to correctly use Markdown Extra parser when required instead of vanilla Markdown.
</release>
<release version="1.11" date="2010-04-30" min="2.0.7">
- Added back the "Markdown Extra" and "Markdown Extra with SmartyPants" formatters. The "Markdown with HTML Purifier" does not use the Extra or SmartyPants libraries.
</release>
<release version="1.10" date="2011-03-17" min="2.0.7">
- Using updated PHP Markdown library. v1.2.4
- Added [HTML Purifier](http://htmlpurifier.org/) v4.0.0 to help prevent XSS and other attacks on input
</release>
</releases>
</extension>