Skip to content

Commit 60f5439

Browse files
committed
Merge branch 'integration'
2 parents 45e05e7 + 5e61ba3 commit 60f5439

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

extension.meta.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<extension id="geocodingfield" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
33
<name>Field: Geocoding</name>
44
<description>Populates fields with geocoding information using the combined values of other fields.</description>
5-
<repo type="github">https://github.com/klaftertief/geocodingfield</repo>
6-
<url type="discuss">http://symphony-cms.com/discuss/thread/46536/</url>
5+
<repo type="github">https://github.com/twiro/geocodingfield</repo>
6+
<url type="discuss">http://www.getsymphony.com/discuss/thread/46536/</url>
7+
<url type="issues">https://github.com/twiro/geocodingfield/issues/</url>
78
<types>
89
<type>Field Types</type>
910
</types>
@@ -14,17 +15,17 @@
1415
</author>
1516
</authors>
1617
<releases>
17-
<release version="1.0.2" date="2013-09-17" min="2.3">
18-
- Updated field label to follow Symphony core field structure by using label element instead of p element.
18+
<release version="1.0.2" date="2013-09-17" min="2.3.0" max="2.6.x">
19+
- Updated field label to follow Symphony core field structure by using `<label>` instead of `<p>`.
1920
</release>
20-
<release version="1.0.1" date="2013-03-08" min="2.3">
21+
<release version="1.0.1" date="2013-03-08" min="2.3.0">
2122
- Use Geocoding API (V3)
2223
</release>
23-
<release version="1.0" date="2012-05-12" min="2.3">
24+
<release version="1.0" date="2012-05-12" min="2.3.0">
2425
- Symphony 2.3 compatibility
2526
- Show map of location in entry table and publish panel
2627
- Add distance to datasource XML output when the field is used as a filter
2728
</release>
28-
<release version="0.7" date="2011-02-01" min="2.2"/>
29+
<release version="0.7" date="2011-02-01" min="2.2.0"/>
2930
</releases>
3031
</extension>

0 commit comments

Comments
 (0)