forked from symphonists/entry_versions
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathextension.meta.xml
23 lines (23 loc) · 898 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="entry_versions" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Entry Versions</name>
<description>Super-easy version history of your entry content.</description>
<repo type="github">https://github.com/symphonists/entry_versions</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/49295/</url>
<types>
<type>Field Types</type>
</types>
<authors>
<author>
<name github="symphonists" symphony="community">Symphony Community</name>
</author>
<author>
<name github="nickdunn" symphony="nickdunn" twitter="nickdunn">Nick Dunn</name>
<website>http://nick-dunn.co.uk</website>
</author>
</authors>
<releases>
<release version="0.4.2" date="2011-12-05" min="2.2" />
<release version="0.3.1" date="2011-04-21" min="2.1.0" max="2.1.2" />
</releases>
</extension>