-
Notifications
You must be signed in to change notification settings - Fork 1
/
info.xml
31 lines (31 loc) · 1015 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
27
28
29
30
31
<?xml version="1.0"?>
<extension key="org.civicoop.caselink" type="module">
<file>caselink</file>
<name>Case Link</name>
<description>Link cases to other cases and link events to cqases</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.caselink</url>
<url desc="Documentation">https://github.com/civicoop.org.civicoop.caselink/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>2019-09-10</releaseDate>
<version>1.8</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.6</ver>
<ver>5.13</ver>
</compatibility>
<civix>
<namespace>CRM/Caselink</namespace>
<format>22.10.0</format>
</civix>
<classloader>
<psr0 prefix="CRM_" path="."/>
</classloader>
</extension>