-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinfo.xml
26 lines (26 loc) · 923 Bytes
/
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
<?xml version="1.0"?>
<extension key="org.civicoop.casecontribution" type="module">
<file>casecontribution</file>
<name>Case Contributions</name>
<description>Link contributions to cases</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Jaap Jansma</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/civicoop/org.civicoop.casecontribution</url>
<url desc="Documentation">https://github.com/civicoop/org.civicoop.casecontribution/README.md</url>
<url desc="Support">http://civicoop.org</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2017-12-19</releaseDate>
<version>1.5</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.6</ver>
</compatibility>
<civix>
<namespace>CRM/Casecontribution</namespace>
</civix>
</extension>