Google Maps Widget – Ultimate Google Maps Plugin - Version 3.58

Version Description

  • 2017/07/11
  • fixed bug on width & height
Download this release

Release Info

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

Code changes from version 3.55 to 3.58

Files changed (3) hide show
  1. gmw-widget.php +1 -1
  2. google-maps-widget.php +1 -1
  3. readme.txt +7 -3
gmw-widget.php CHANGED
@@ -502,7 +502,7 @@ class GoogleMapsWidget extends WP_Widget {
502
  // build map image source
503
  $map_src .= '?' . http_build_query($map_params, null, '&') . $style;
504
  $map_src = apply_filters('gmw_thumb_map_src', $map_src, $instance);
505
- $widget_content .= '<img width="' . $instance['thumb_width'] . 'px" height="' . $instance['thumb_height'] . 'px" alt="' . $map_alt . '" title="' . $map_alt . '" src="' . $map_src . '">';
506
 
507
  if ($instance['thumb_link_type'] == 'lightbox' ||
508
  $instance['thumb_link_type'] == 'replace' ||
502
  // build map image source
503
  $map_src .= '?' . http_build_query($map_params, null, '&amp;') . $style;
504
  $map_src = apply_filters('gmw_thumb_map_src', $map_src, $instance);
505
+ $widget_content .= '<img width="' . $instance['thumb_width'] . '" height="' . $instance['thumb_height'] . '" alt="' . $map_alt . '" title="' . $map_alt . '" src="' . $map_src . '">';
506
 
507
  if ($instance['thumb_link_type'] == 'lightbox' ||
508
  $instance['thumb_link_type'] == 'replace' ||
google-maps-widget.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google Maps Widget
4
  Plugin URI: http://www.gmapswidget.com/
5
  Description: Display a single image super-fast loading Google map in a widget. A larger, full featured map is available in a lightbox. Includes a user-friendly interface and numerous appearance options.
6
  Author: Web Factory Ltd
7
- Version: 3.55
8
  Author URI: http://www.webfactoryltd.com/
9
  Text Domain: google-maps-widget
10
  Domain Path: lang
4
  Plugin URI: http://www.gmapswidget.com/
5
  Description: Display a single image super-fast loading Google map in a widget. A larger, full featured map is available in a lightbox. Includes a user-friendly interface and numerous appearance options.
6
  Author: Web Factory Ltd
7
+ Version: 3.58
8
  Author URI: http://www.webfactoryltd.com/
9
  Text Domain: google-maps-widget
10
  Domain Path: lang
readme.txt CHANGED
@@ -1,17 +1,17 @@
1
  === Google Maps Widget ===
2
- Contributors: WebFactory
3
  Tags: google maps, google map, gmap, maps, map widget
4
  License: GPLv2 or later
5
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
6
  Requires at least: 4.0
7
  Tested up to: 4.8
8
- Stable tag: 3.55
9
 
10
  Tired of buggy and slow Google Maps plugins taking hours to setup? With GMW you'll have a perfect map with a thumbnail and lightbox in minutes!
11
 
12
  == Description ==
13
 
14
- Tired of buggy & slow Google Maps plugins that take hours to setup? With GMW you'll have a perfect map with a thumbnail & lightbox in minutes! No nonsense - we know you're in a hurry! Join 100,000+ happy users.
15
 
16
  [youtube https://www.youtube.com/watch?v=oVrTGKepPPI]
17
 
@@ -153,6 +153,10 @@ Read the <a href="http://wordpress.org/support/plugin/google-maps-widget">suppor
153
 
154
  == Changelog ==
155
 
 
 
 
 
156
  = 3.55 =
157
  * 2017/05/08
158
  * minor bug fixes
1
  === Google Maps Widget ===
2
+ Contributors: WebFactory, GoogleMapsWidget
3
  Tags: google maps, google map, gmap, maps, map widget
4
  License: GPLv2 or later
5
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
6
  Requires at least: 4.0
7
  Tested up to: 4.8
8
+ Stable tag: 3.58
9
 
10
  Tired of buggy and slow Google Maps plugins taking hours to setup? With GMW you'll have a perfect map with a thumbnail and lightbox in minutes!
11
 
12
  == Description ==
13
 
14
+ Tired of buggy & slow Google Maps plugins that take hours to setup? With GMW you'll have a perfect map with a thumbnail & lightbox in minutes! **No nonsense - we know you're in a hurry!** Join 100,000+ happy users.
15
 
16
  [youtube https://www.youtube.com/watch?v=oVrTGKepPPI]
17
 
153
 
154
  == Changelog ==
155
 
156
+ = 3.58 =
157
+ * 2017/07/11
158
+ * fixed bug on <img> width & height
159
+
160
  = 3.55 =
161
  * 2017/05/08
162
  * minor bug fixes