forked from symphonists/maplocationfield
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.meta.xml
24 lines (24 loc) · 1.03 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="maplocationfield" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Map Location Field</name>
<description>Plot locations on a Google Map. Supports address geocoding.</description>
<repo type="github">https://github.com/nickdunn/maplocationfield</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/35943/</url>
<types>
<type>Field Types</type>
</types>
<authors>
<author>
<name github="nickdunn" symphony="nickdunn">Nick Dunn</name>
<website>http://nick-dunn.co.uk</website>
</author>
</authors>
<media>
<item type="image" url="http://symphonyextensions.com/nickdunn/maplocationfield/media/maplocationfield.png">Map Location Field: Plot locations on a Google Map. Supports address geocoding.</item>
</media>
<releases>
<release version="3.3.0" date="2012-03-27" min="2.3.x" />
<release version="3.2.3" date="2011-10-12" min="2.2" max="2.2.x" />
<release version="3.2.2" date="2011-08-16" min="2.2" />
</releases>
</extension>