-
Notifications
You must be signed in to change notification settings - Fork 1
/
info.xml
34 lines (34 loc) · 1.08 KB
/
info.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"?>
<extension key="nz.co.fuzion.flo2cashdonate" type="module">
<file>flo2cashdonate</file>
<name>Flo2Cash Donate</name>
<description>Flo2Cash Donate Payment Processor</description>
<license>GPLv3+</license>
<maintainer>
<author>Chris Burgess</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">http://www.fuzion.co.nz/projects/flo2cashdonate</url>
<url desc="Documentation">http://www.fuzion.co.nz/projects/flo2cashdonate/docs</url>
<url desc="Support">http://forum.civicrm.org</url>
<url desc="Licensing">http://www.gnu.org/copyleft/gpl.html</url>
</urls>
<releaseDate>2017-07-18</releaseDate>
<version>2.0</version>
<develStage>alpha</develStage>
<compatibility>
<ver>4.7</ver>
</compatibility>
<comments>This is a new, undeveloped module</comments>
<civix>
<namespace>CRM/Flo2cashdonate</namespace>
<format>22.10.0</format>
</civix>
<mixins>
<mixin>[email protected]</mixin>
</mixins>
<classloader>
<psr0 prefix="CRM_" path="."/>
</classloader>
</extension>