-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathinfo.xml
32 lines (32 loc) · 1.08 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
31
32
<?xml version="1.0"?>
<extension key="de.systopia.householdmerge" type="module">
<file>householdmerge</file>
<name>Household Merger</name>
<description>Tools to identify and merge multiple contacts into one household</description>
<license>AGPL-3.0</license>
<maintainer>
<author>B. Endres (SYSTOPIA)</author>
<email>endres@systopia.de</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/systopia/de.systopia.householdmerge</url>
<url desc="Documentation">https://github.com/systopia/de.systopia.householdmerge</url>
<url desc="Support">https://github.com/systopia/de.systopia.householdmerge</url>
<url desc="Licensing">https://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate></releaseDate>
<version>1.4-dev</version>
<develStage>dev</develStage>
<compatibility>
<ver>5.50</ver>
</compatibility>
<comments/>
<civix>
<namespace>CRM/Householdmerge</namespace>
<format>22.05.2</format>
</civix>
<mixins>
<mixin>menu-xml@1.0.0</mixin>
<mixin>setting-php@1.0.0</mixin>
</mixins>
</extension>