-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathextension.meta.xml
40 lines (40 loc) · 1.56 KB
/
extension.meta.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
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<extension id="addresslocationfield" status="released" xmlns="http://getsymphony.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://getsymphony.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.4.0" date="2018-12-10" min="2.3" max="2.7.x">
- Add preferences UI (#22)
</release>
<release version="1.3.0" date="2016-10-31" min="2.3" max="2.6.x">
- Supported on PHP 7
- Removed sensor
- Added a config entr to Google API key (must be set via config.php)
- Fixes on database update and params to fit the parent method
</release>
<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>