-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinfo.xml
30 lines (30 loc) · 1.01 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="cards.iwwa.belgium" type="module">
<file>belgium</file>
<name>CivIWWA Belgian functionality</name>
<description>General useful features for Belgium.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Johan Vervloet</author>
<email>johanv@johanv.org</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/johanv/belgium</url>
<url desc="Documentation">https://github.com/johanv/belgium</url>
<url desc="Support">https://github.com/johanv/belgium</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2017-05-01</releaseDate>
<version>2.0</version>
<compatibility>
<ver>4.7</ver>
</compatibility>
<comments>Guesses provinces and preferred languages based on postal code.</comments>
<civix>
<namespace>CRM/Belgium</namespace>
</civix>
<requires>
<ext>be.chiro.civi.queryapitools</ext>
<ext>org.civicoop.configitems</ext>
</requires>
</extension>