forked from symphonists/documenter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.meta.xml
34 lines (34 loc) · 1.21 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="documenter" status="released" xmlns="http://symphony-cms.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">http://symphony-cms.com/discuss/thread/36154/</url>
<types>
<type>Workflow</type>
</types>
<authors>
<author>
<name github="symphonists" symphony="community">Symphony Community</name>
</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?symphony=documenter</website>
</author>
</authors>
<releases>
<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>