forked from lewiswharf/stripe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.meta.xml
32 lines (32 loc) · 1.23 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
<?xml version="1.0" encoding="UTF-8"?>
<extension status="experimental" id="stripe" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Stripe</name>
<description>Stripe payments extension for Symphony CMS. This extension allows direct access to Stripe's API using Symphony CMS concepts.</description>
<repo type="github">https://github.com/lewiswharf/stripe</repo>
<types>
<type>Field</type>
<type>Third Party Integration</type>
<type>Interface</type>
<type>Event</type>
</types>
<authors>
<author>
<name github="lewiswharf" symphony="Lewis">Mark Lewis</name>
<email>[email protected]</email>
<website>http://www.delewis.com</website>
</author>
</authors>
<releases>
<release version="0.4" date="2013-7-12" min="2.3">
- More bug fixes
</release>
<release version="0.3" date="2013-2-07" min="2.3">
- Fixed bug introduced when `$_SESSION` was incorporated where `actionEventPreSaveFilter` didn't check for Stripe filter.
</release>
<release version="0.2" date="2013-01-23" min="2.3">
- Several bug fixes.
- Stripe response added to `<post-values/>`
</release>
<release version="0.1" date="2013-01-19" min="2.3" />
</releases>
</extension>