-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathextension.meta.xml
67 lines (67 loc) · 2.5 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
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="UTF-8"?>
<extension id="documenter" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Documenter</name>
<description>Add documentation to your backend</description>
<repo type="github">https://github.com/symphonists/documenter</repo>
<url type="discuss">https://www.getsymphony.com/discuss/thread/36154/</url>
<types>
<type>Workflow</type>
<type>Documentation</type>
</types>
<authors>
<author>
<name github="symphonists" symphony="community">Symphony Community</name>
<website>https://www.getsymphony.com</website>
</author>
<author>
<name github="cz" symphony="czheng">Craig Zheng</name>
</author>
<author>
<name github="hananils" symphony="hananils">Büro für Web- und Textgestaltung</name>
<website>http://hananils.de</website>
</author>
</authors>
<releases>
<release version="2.4.5" date="2018-01-16" min="2.5.0" max="2.x.x">
- Sanitize configuration values before output
</release>
<release version="2.4.4" date="2017-09-20" min="2.5.0" max="2.x.x">
- Fix XSS possibility
- Prevent showing the "document it" when the text formatter is not markdown compatible
</release>
<release version="2.4.3" date="2016-08-15" min="2.5.0" max="2.x.x">
- Supported on PHP 7
- Fix static problems
</release>
<release version="2.4.2" date="2016-08-05" min="2.5.0" max="2.x.x">
- Limit class-less images to 100% width
</release>
<release version="2.4.1" date="2016-05-01" min="2.5.0" max="2.x.x">
- Bug fixes
</release>
<release version="2.4.0" date="2016-02-10" min="2.5.0" max="2.6.x">
- Added auto generate buttons that creates a text with field's name list
</release>
<release version="2.3.0" date="2015-12-15" min="2.5.0" max="2.6.x">
- Symphony 2.5 compatibility
- Symphony 2.6 compatibility
</release>
<release version="2.2.0" date="2014-08-12" min="2.4.0" max="2.4.x">
- Symphony 2.4 compatibility
</release>
<release version="2.1.2" date="2013-08-15" min="2.3.0" max="2.3.x">
- Fix content block spacing
- Remove id on non-unique headlines
</release>
<release version="2.1.1" date="2012-07-31" min="2.3">
- Defined MYSQL Collation UTF Setting
</release>
<release version="2.1" date="2012-07-30" min="2.3">
- Merged advanced styling and behaviour from Johanna's fork
</release>
<release version="2.0" date="2012-05-17" min="2.3">
- Symphony 2.3 compatibility
</release>
<release version="1.0RC1" date="2011-03-01" min="2.0.4" max="2.2.x" />
</releases>
</extension>