forked from CiviCooP/org.civicoop.relationship2summary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
27 lines (27 loc) · 1.02 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
<?xml version="1.0"?>
<extension key="org.civicoop.relationship2summary" type="module">
<file>relationship2summary</file>
<name>Displays relationships in the contact summary</name>
<description>Shows a conigured set of relationships on the contact summary screen</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Jaap Jansma</author>
<email>jaap@edeveloper.nl</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/CiviCoop/org.civicoop.relationship2summary</url>
<url desc="Documentation">https://github.com/CiviCoop/org.civicoop.relationship2summary/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-05-03</releaseDate>
<version>1.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.7</ver>
</compatibility>
<civix>
<namespace>CRM/Relationship2summary</namespace>
<format>22.05.2</format>
</civix>
</extension>