-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathextension.meta.xml
25 lines (25 loc) · 995 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="paypal_payments" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>PayPal Payments</name>
<description>Process and log transactions</description>
<repo type="github">https://github.com/symphonists/paypal_payments</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/25718/</url>
<types>
<type>Events</type>
<type>Third Party Integration</type>
</types>
<authors>
<author>
<name github="symphonists" symphony="community">Symphony Community</name>
</author>
</authors>
<releases>
<release version="1.0.4" date="2011-05-01" min="2.2" max="2.2.x" />
<release version="1.1" date="2012-07-12" min="2.3" max="2.3.x" />
<release version="1.2" date="2016-11-25" min="2.3" max="2.6.x">
- add separate sandbox business variable
- output paypal url + business email/id in params
- allow frontend code agnostic to live/sandbox enviroment
</release>
</releases>
</extension>