Flexible Map - Version 1.1.1

Version Description

[2012-04-15] = * fixed: instructions updated to reflect recent changes

Download this release

Release Info

Developer webaware
Plugin Icon 128x128 Flexible Map
Version 1.1.1
Comparing to
See all releases

Code changes from version 1.1.0 to 1.1.1

Files changed (3) hide show
  1. flexible-map.php +1 -1
  2. instructions.html +6 -0
  3. readme.txt +5 -2
flexible-map.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Flexible Map
4
  Plugin URI: http://snippets.webaware.com.au/wordpress-plugins/wp-flexible-map/
5
  Description: Embed Google Maps in pages and posts, either by centre coodinates or street address, or by URL to a Google Earth KML file.
6
- Version: 1.1.0
7
  Author: WebAware
8
  Author URI: http://www.webaware.com.au/
9
  */
3
  Plugin Name: Flexible Map
4
  Plugin URI: http://snippets.webaware.com.au/wordpress-plugins/wp-flexible-map/
5
  Description: Embed Google Maps in pages and posts, either by centre coodinates or street address, or by URL to a Google Earth KML file.
6
+ Version: 1.1.1
7
  Author: WebAware
8
  Author URI: http://www.webaware.com.au/
9
  */
instructions.html CHANGED
@@ -49,6 +49,8 @@ many different markers all on the one map.</p>
49
  <dl class="flxmap-instructions-parameters">
50
  <dt>center</dt>
51
  <dd>coordinates of centre in latitude,longitude, e.g. <em>center=&quot;-34.916721,138.828878&quot;</em></dd>
 
 
52
  <dt>marker</dt>
53
  <dd>coordinates of the marker if different from the centre, in latitude,longitude, e.g. <em>marker=&quot;-34.916721,138.828878&quot;</em></dd>
54
  <dt>title</dt>
@@ -61,6 +63,10 @@ many different markers all on the one map.</p>
61
  <dd>show directions link in text bubble; by default, directions will be displayed underneath map, but you can specify the element ID for directions here.</dd>
62
  <dt>showinfo</dt>
63
  <dd>show the marker's info window when the map loads, from [true, false], e.g. <em>showinfo=&quot;true&quot;</em>; default=true</dd>
 
 
 
 
64
  <dt>Samples:</dt>
65
  <dd><code>[flexiblemap center="-34.916721,138.828878" width="500" height="400" zoom="9" title="Adelaide Hills" description="The Adelaide Hills are repleat with wineries."]</code></dd>
66
  <dd><code>[flexiblemap center="-34.916721,138.828878" width="500" height="400" title="Adelaide Hills" directions="true"]</code></dd>
49
  <dl class="flxmap-instructions-parameters">
50
  <dt>center</dt>
51
  <dd>coordinates of centre in latitude,longitude, e.g. <em>center=&quot;-34.916721,138.828878&quot;</em></dd>
52
+ <dt>address</dt>
53
+ <dd>street address of map centre, e.g. <em>address=&quot;116 Beaumont Street Hamilton NSW Australia&quot;</em></dd>
54
  <dt>marker</dt>
55
  <dd>coordinates of the marker if different from the centre, in latitude,longitude, e.g. <em>marker=&quot;-34.916721,138.828878&quot;</em></dd>
56
  <dt>title</dt>
63
  <dd>show directions link in text bubble; by default, directions will be displayed underneath map, but you can specify the element ID for directions here.</dd>
64
  <dt>showinfo</dt>
65
  <dd>show the marker's info window when the map loads, from [true, false], e.g. <em>showinfo=&quot;true&quot;</em>; default=true</dd>
66
+ <dt>locale</dt>
67
+ <dd>use a specific locale (language) for messages like the text of the Directions link, e.g. <em>locale=&quot;nl-BE&quot;</em></dd>
68
+ <dt>region</dt>
69
+ <dd>specify region to help localise address searches for street address map and directions, taken from the list of <a href="http://en.wikipedia.org/wiki/List_of_Internet_top-level_domains#Country_code_top-level_domains">ccTLD</a> (without the .), e.g. <em>region=&quot;au&quot;</em></dd>
70
  <dt>Samples:</dt>
71
  <dd><code>[flexiblemap center="-34.916721,138.828878" width="500" height="400" zoom="9" title="Adelaide Hills" description="The Adelaide Hills are repleat with wineries."]</code></dd>
72
  <dd><code>[flexiblemap center="-34.916721,138.828878" width="500" height="400" title="Adelaide Hills" directions="true"]</code></dd>
readme.txt CHANGED
@@ -6,8 +6,8 @@ Author URI: http://www.webaware.com.au/
6
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6ZCY9PST8E4GQ
7
  Tags: google, maps, shortcode, kml
8
  Requires at least: 3.0.1
9
- Tested up to: 3.3.1
10
- Stable tag: 1.1.0
11
 
12
  Embed Google Maps in pages and posts, either by centre coodinates or street address, or by URL to a Google Earth KML file.
13
 
@@ -130,6 +130,9 @@ Since version 1.1.0, this plugin now uses localised messages for things like the
130
 
131
  == Changelog ==
132
 
 
 
 
133
  = 1.1.0 [2012-04-15] =
134
  * added: locale-specific messages (using translations from Google Translate) e.g. Directions link
135
  * wanted: translators to help me add new translations, and clean up the messages I got from Google Translate!
6
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6ZCY9PST8E4GQ
7
  Tags: google, maps, shortcode, kml
8
  Requires at least: 3.0.1
9
+ Tested up to: 3.3.2
10
+ Stable tag: 1.1.1
11
 
12
  Embed Google Maps in pages and posts, either by centre coodinates or street address, or by URL to a Google Earth KML file.
13
 
130
 
131
  == Changelog ==
132
 
133
+ = 1.1.1 [2012-04-15] =
134
+ * fixed: instructions updated to reflect recent changes
135
+
136
  = 1.1.0 [2012-04-15] =
137
  * added: locale-specific messages (using translations from Google Translate) e.g. Directions link
138
  * wanted: translators to help me add new translations, and clean up the messages I got from Google Translate!