-
Notifications
You must be signed in to change notification settings - Fork 4
/
info.xml
36 lines (36 loc) · 1.21 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
33
34
35
36
<?xml version="1.0"?>
<extension key="de.systopia.postcodeat" type="module">
<file>postcodeat</file>
<name>Austrian Postcode</name>
<description>Use the postcode data available at http://www.statistik.at/strasse/suchmaske.jsp to validate addresses (Postcode, City, Street Address and State).
This extension was based on https://github.com/CiviCooP/org.civicoop.postcodenl</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Matthew Wire</author>
<email>mjw@mjwconsult.co.uk</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/systopia/de.systopia.postcodeat</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-05-27</releaseDate>
<version>1.3-beta.1</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.38</ver>
</compatibility>
<comments/>
<civix>
<namespace>CRM/Postcodeat</namespace>
<format>23.02.1</format>
</civix>
<mixins>
<mixin>menu-xml@1.0.0</mixin>
<mixin>smarty-v2@1.0.1</mixin>
</mixins>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<upgrader>CRM_Postcodeat_Upgrader</upgrader>
</extension>