-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathextension.meta.xml
34 lines (34 loc) · 1.28 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="eway" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>eWay</name>
<description>An interface for some of eWay's XML API's. Developers can use this to process payments from custom events.</description>
<repo type="github">https://github.com/brendo/eway</repo>
<types>
<type>Workflow</type>
</types>
<authors>
<author>
<name github="brendo" symphony="brendo">Brendan Abbott</name>
</author>
<author>
<name github="henrysingleton" symphony="Henry">Henry Singleton</name>
</author>
<author>
<name github="abocati" symphony="abocati">Andre Bocati</name>
</author>
</authors>
<releases>
<release version="0.4" date="2013-02-14" min="2.3">
- Refactoring of code for sensability and consistency
- Added unit test coverage for Hosted Payments, Recurring Payments and Token Payments using [Symphony Tests](http://symphonyextensions.com/extensions/symphony_tests/)
</release>
<release version="0.3" date="2013-02-14" min="2.3">
- Added Token API function
</release>
<release version="0.2" date="2012-10-11" min="2.3">
- Symphony 2.3 compatibility
- eWay Recurring compatibility
</release>
<release version="0.1" date="2011-12-14" min="2.2" max="2.2.x" />
</releases>
</extension>