-
Notifications
You must be signed in to change notification settings - Fork 4
/
extension.meta.xml
31 lines (31 loc) · 1.31 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="geocodingfield" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Field: Geocoding</name>
<description>Populates fields with geocoding information using the combined values of other fields.</description>
<repo type="github">https://github.com/twiro/geocodingfield</repo>
<url type="discuss">http://www.getsymphony.com/discuss/thread/46536/</url>
<url type="issues">https://github.com/twiro/geocodingfield/issues/</url>
<types>
<type>Field Types</type>
</types>
<authors>
<author>
<name github="klaftertief" symphony="klaftertief">Jonas Coch</name>
<website>http://klaftertief.de</website>
</author>
</authors>
<releases>
<release version="1.0.2" date="2013-09-17" min="2.3.0" max="2.6.x">
- Updated field label to follow Symphony core field structure by using `<label<` instead of `<p<`.
</release>
<release version="1.0.1" date="2013-03-08" min="2.3.0">
- Use Geocoding API (V3)
</release>
<release version="1.0" date="2012-05-12" min="2.3.0">
- Symphony 2.3 compatibility
- Show map of location in entry table and publish panel
- Add distance to datasource XML output when the field is used as a filter
</release>
<release version="0.7" date="2011-02-01" min="2.2.0"/>
</releases>
</extension>