forked from TwistedInteractive/importcsv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.meta.xml
More file actions
21 lines (21 loc) · 820 Bytes
/
extension.meta.xml
File metadata and controls
21 lines (21 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8" ?>
<extension id="importcsv" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Import/Export CSV</name>
<description>Import a CSV file to create new entries for a certain section, or export an existing section to a CSV file.</description>
<repo type="github">https://github.com/kanduvisla/importcsv</repo>
<types>
<type>Workflow</type>
<type>Other</type>
</types>
<authors>
<author>
<name github="kanduvisla" symphony="kanduvisla">Giel Berkers</name>
<email>info@gielberkers.com</email>
<website>http://www.gielberkers.com</website>
</author>
</authors>
<releases>
<release version="0.3" date="2011-12-15" min="2.3"/>
<release version="0.2.3" date="2011-08-31" min="2.2.x"/>
</releases>
</extension>