-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathextension.meta.xml
27 lines (27 loc) · 964 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
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<extension status="experimental" id="balanced" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Balanced</name>
<description>Balanced Payments extension for Symphony CMS. This extension allows direct access to Balanced's API using Symphony CMS concepts.</description>
<repo type="github">https://github.com/patrickyan/balanced</repo>
<types>
<type>Field</type>
<type>Third Party Integration</type>
<type>Interface</type>
<type>Event</type>
</types>
<authors>
<author>
<name github="patrickyan" symphony="Pat">Patrick Yan</name>
<email>[email protected]</email>
<website>http://patrickyan.net</website>
</author>
</authors>
<releases>
<release version="0.1.1" date="2013-09-19" min="2.3"><![CDATA[
* Compatible with Sections Event
]]></release>
<release version="0.1" date="2013-09-19" min="2.3"><![CDATA[
* Initial release. BETA.
]]></release>
</releases>
</extension>