forked from designermonkey/addresslocationfield
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.meta.xml
More file actions
31 lines (31 loc) · 1.2 KB
/
extension.meta.xml
File metadata and controls
31 lines (31 loc) · 1.2 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="addresslocationfield" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Address Location Field</name>
<description>Geocode an address, then refine the latlng returned for precision.</description>
<repo type="github">https://github.com/designermonkey/addresslocationfield</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/70238/</url>
<types>
<type>Field Types</type>
</types>
<authors>
<author>
<name github="designermonkey" symphony="designermonkey">John Porter</name>
<website>http://designermonkey.co.uk</website>
</author>
</authors>
<releases>
<release version="1.2.3" date="2014-01-01" min="2.3">
- Allow null for `result_data`
</release>
<release version="1.2.2" date="2013-12-30" min="2.3">
- Store entire Google Maps geocode result
</release>
<release version="1.1.1" date="2012-09-28" min="2.3">
- Fixed Issue #4, https://github.com/designermonkey/addresslocationfield/issues/4
</release>
<release version="1.1" date="2012-06-27" min="2.3">
- `2.3` compatibility.
</release>
<release version="1" date="2011-05-31" min="2.2" max="2.2.5" />
</releases>
</extension>