forked from Project60/org.project60.sepa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
28 lines (28 loc) · 1.07 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
<?xml version="1.0"?>
<extension key="org.project60.sepa" type="module">
<file>sepa</file>
<name>SEPA Direct Debit</name>
<description>This extension provides SEPA Direct Debit processing.</description>
<license>aGPL3</license>
<maintainer>
<author>B. Endres</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2018-02-07</releaseDate>
<version>1.4.dev</version>
<develStage>dev</develStage>
<compatibility>
<ver>4.6</ver>
<ver>4.7</ver>
</compatibility>
<urls>
<url desc="Main Extension Page">https://github.com/Project60/org.project60.sepa</url>
<url desc="Documentation">https://wiki.civicrm.org/confluence/display/CRM/CiviSEPA</url>
<url desc="Support">https://github.com/Project60/org.project60.sepa/issues/new</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<comments>This module is the merge of Xaviers Dutoit's ([email protected]) and Björn Endres' ([email protected]) Project60 branches.</comments>
<civix>
<namespace>CRM/Sepa</namespace>
</civix>
</extension>