-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathinfo.xml
More file actions
36 lines (36 loc) · 1.17 KB
/
info.xml
File metadata and controls
36 lines (36 loc) · 1.17 KB
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="com.semperit.databcgeocode" type="module">
<file>databcgeocode</file>
<name>Data BC Physical Address Geocoder</name>
<description>Submits addresses to the Data BC Physical Address Geocoder (http://www.data.gov.bc.ca/dbc/geographic/locate/geocoding.page). A replacement for Google geocoding for orgs based in British Columbia, Canada.</description>
<urls>
<url desc="Documentation">https://github.com/KarinG/DataBC/blob/master/README.md</url>
</urls>
<license>AGPL-3.0</license>
<maintainer>
<author>Karin Gerritsen, Jake Martin White</author>
<email>karin@semper-it.com</email>
</maintainer>
<urls>
</urls>
<releaseDate>2025-02-06</releaseDate>
<version>1.4</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.78</ver>
</compatibility>
<comments/>
<civix>
<namespace>CRM/DataBCGeocode</namespace>
<format>24.09.1</format>
</civix>
<mixins>
<mixin>menu-xml@1.0.0</mixin>
<mixin>smarty@1.0.3</mixin>
<mixin>entity-types-php@2.0.0</mixin>
</mixins>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
</extension>