Google Maps Widget – Ultimate Google Maps Plugin - Version 0.80

Version Description

  • 2013/09/28
  • minor translation fixes
  • added Spanish translation; thank you Jesus!
Download this release

Release Info

Developer WebFactory
Plugin Icon 128x128 Google Maps Widget – Ultimate Google Maps Plugin
Version 0.80
Comparing to
See all releases

Code changes from version 0.75 to 0.80

gmw-widget.php CHANGED
@@ -239,7 +239,7 @@ class GoogleMapsWidget extends WP_Widget {
239
  $tmp .= wpautop($instance['thumb_header']);
240
  }
241
  $tmp .= '<p><a class="gmw-thumbnail-map" href="#dialog-' . $widget_id . '" title="' . __('Click to open larger map', 'google-maps-widget') . '">';
242
- $tmp .= '<img title="Click to open larger map" alt="Click to open larger map" src="//maps.googleapis.com/maps/api/staticmap?center=' .
243
  urlencode($instance['address']) . '&amp;zoom=' . $instance['thumb_zoom'] .
244
  '&amp;size=' . $instance['thumb_width'] . 'x' . $instance['thumb_height'] . '&amp;maptype=' . $instance['thumb_type'] .
245
  '&amp;sensor=false&amp;scale=1&amp;markers=size:' . $instance['thumb_pin_size'] . '%7Ccolor:' . $instance['thumb_pin_color'] . '%7Clabel:A%7C' .
239
  $tmp .= wpautop($instance['thumb_header']);
240
  }
241
  $tmp .= '<p><a class="gmw-thumbnail-map" href="#dialog-' . $widget_id . '" title="' . __('Click to open larger map', 'google-maps-widget') . '">';
242
+ $tmp .= '<img title="' . __('Click to open larger map', 'google-maps-widget') . '" alt="' . __('Click to open larger map', 'google-maps-widget') . '" src="//maps.googleapis.com/maps/api/staticmap?center=' .
243
  urlencode($instance['address']) . '&amp;zoom=' . $instance['thumb_zoom'] .
244
  '&amp;size=' . $instance['thumb_width'] . 'x' . $instance['thumb_height'] . '&amp;maptype=' . $instance['thumb_type'] .
245
  '&amp;sensor=false&amp;scale=1&amp;markers=size:' . $instance['thumb_pin_size'] . '%7Ccolor:' . $instance['thumb_pin_color'] . '%7Clabel:A%7C' .
google-maps-widget.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google Maps Widget
4
  Plugin URI: http://www.googlemapswidget.com/
5
  Description: Display a single-image super-fast loading Google map in a widget. A larger, full featured map is available on click in a lightbox.
6
  Author: Web factory Ltd
7
- Version: 0.75
8
  Author URI: http://www.webfactoryltd.com/
9
 
10
  Copyright 2013 Web factory Ltd (email : info@webfactoryltd.com)
@@ -29,7 +29,7 @@ if (!function_exists('add_action')) {
29
  }
30
 
31
 
32
- define('GMW_VER', '0.75');
33
  require_once 'gmw-widget.php';
34
 
35
 
4
  Plugin URI: http://www.googlemapswidget.com/
5
  Description: Display a single-image super-fast loading Google map in a widget. A larger, full featured map is available on click in a lightbox.
6
  Author: Web factory Ltd
7
+ Version: 0.80
8
  Author URI: http://www.webfactoryltd.com/
9
 
10
  Copyright 2013 Web factory Ltd (email : info@webfactoryltd.com)
29
  }
30
 
31
 
32
+ define('GMW_VER', '0.80');
33
  require_once 'gmw-widget.php';
34
 
35
 
lang/google-maps-widget-es_ES.mo ADDED
Binary file
lang/google-maps-widget-sv_SE.mo ADDED
Binary file
readme.txt CHANGED
@@ -6,7 +6,7 @@ License: GPLv2 or later
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Requires at least: 3.3
8
  Tested up to: 3.6.1
9
- Stable tag: 0.75
10
 
11
  Displays a single-image super-fast loading Google map in a widget. A larger map with all the usual features is available on click in a lightbox.
12
 
@@ -48,7 +48,11 @@ The plugin was voted on the <a href="http://themesplugins.com/Plugin-detail/goog
48
 
49
  **Translator (thank you!)**
50
 
 
51
  * Swedish - Sofia Asklund
 
 
 
52
 
53
  == Installation ==
54
 
@@ -85,6 +89,11 @@ If you can figure it out open a thread in the support forums.
85
  4. Widget options - lightbox map
86
 
87
  == Changelog ==
 
 
 
 
 
88
  = 0.75 =
89
  * 2013/09/24
90
  * map language is autodetected based on user's browser language (HTTP_ACCEPT_LANGUAGE header)
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Requires at least: 3.3
8
  Tested up to: 3.6.1
9
+ Stable tag: 0.80
10
 
11
  Displays a single-image super-fast loading Google map in a widget. A larger map with all the usual features is available on click in a lightbox.
12
 
48
 
49
  **Translator (thank you!)**
50
 
51
+ * English - original :)
52
  * Swedish - Sofia Asklund
53
+ * Spanish - Jesus Garica
54
+ * Croatian - coming soon
55
+ * German - coming soon
56
 
57
  == Installation ==
58
 
89
  4. Widget options - lightbox map
90
 
91
  == Changelog ==
92
+ = 0.80 =
93
+ * 2013/09/28
94
+ * minor translation fixes
95
+ * added Spanish translation; thank you Jesus!
96
+
97
  = 0.75 =
98
  * 2013/09/24
99
  * map language is autodetected based on user's browser language (HTTP_ACCEPT_LANGUAGE header)