forked from Project60/org.project60.sepapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
30 lines (30 loc) · 1.12 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
<?xml version="1.0"?>
<extension key="org.project60.sepapp" type="module">
<file>sepapp</file>
<name>CiviSEPA Payment Processor</name>
<description>Provides a CiviCRM payment processor for the CiviSEPA extension</description>
<license>AGPL-3.0</license>
<maintainer>
<author>B. Endres</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/Project60/org.project60.sepapp</url>
<url desc="Documentation">https://github.com/Project60/org.project60.sepapp</url>
<url desc="Support">https://github.com/Project60/org.project60.sepapp/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate></releaseDate>
<version>1.1-dev</version>
<develStage>dev</develStage>
<requires>
<ext version=">=1.5">org.project60.sepa</ext>
</requires>
<compatibility>
<ver>5.0</ver>
</compatibility>
<comments>This used to be part of CiviSEPA</comments>
<civix>
<namespace>CRM/Sepapp</namespace>
</civix>
</extension>