forked from MegaphoneJon/countylookup
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.xml
More file actions
28 lines (28 loc) · 981 Bytes
/
info.xml
File metadata and controls
28 lines (28 loc) · 981 Bytes
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
<?xml version="1.0"?>
<extension key="countylookup" type="module">
<file>countylookup</file>
<name>County Geocoding Lookup</name>
<description>A CiviCRM extension to use Google geocoding to auto-populate county.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Jon Goldberg</author>
<email>jon@megaphonetech.com</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/MegaphoneJon/countylookup</url>
<url desc="Documentation">https://github.com/MegaphoneJon/countylookup</url>
<url desc="Support">https://github.com/MegaphoneJon/countylookup</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-09-01</releaseDate>
<version>1.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.0</ver>
<ver>5.40</ver>
</compatibility>
<comments></comments>
<civix>
<namespace>CRM/Countylookup</namespace>
</civix>
</extension>