Google Maps Widget – Ultimate Google Maps Plugin - Version 3.95

Version Description

  • yearly prices test; $19 -> $18.99
  • integrated GR popup in admin
  • removed /lang/ folder
  • added Neon color scheme
  • removed test API keys - all maps now need a valid API key
Download this release

Release Info

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

Code changes from version 3.90 to 3.95

css/gmw-admin.css CHANGED
@@ -129,7 +129,6 @@ option.gmw_promo {
129
 
130
  .gmw-api-key-error {
131
  border: 1px solid #ff3f3f;
132
- color: #ff3f3f;
133
  padding: 10px 15px;
134
  text-align: justify;
135
  }
129
 
130
  .gmw-api-key-error {
131
  border: 1px solid #ff3f3f;
 
132
  padding: 10px 15px;
133
  text-align: justify;
134
  }
gmw-widget.php CHANGED
@@ -161,6 +161,7 @@ class GoogleMapsWidget extends WP_Widget {
161
  array('val' => '-1', 'label' => __('Light', 'google-maps-widget')),
162
  array('val' => 'mapbox', 'label' => __('Mapbox', 'google-maps-widget')),
163
  array('val' => 'midnight', 'label' => __('Midnight', 'google-maps-widget')),
 
164
  array('val' => '-1', 'label' => __('Pale', 'google-maps-widget')),
165
  array('val' => '-1', 'label' => __('Paper', 'google-maps-widget')),
166
  array('val' => 'ultra_light', 'label' => __('Ultra Light', 'google-maps-widget')),
@@ -215,7 +216,7 @@ class GoogleMapsWidget extends WP_Widget {
215
  // api key warning
216
  if (!GMW::get_api_key('test')) {
217
  echo '<p class="gmw-api-key-error"><b>Important!</b> ';
218
- echo 'Please go to <a href="' . admin_url('options-general.php?page=gmw_options') . '" title="Google Maps Widget settings">settings</a> &amp; follow simple instructions to get a <b>free Google Maps API key</b>. It only takes a minute. Without a key your maps will stop working. This rule is enforced by Google. Sorry for the inconvenience.</p>';
219
  }
220
 
221
  // widget options markup
@@ -482,9 +483,14 @@ class GoogleMapsWidget extends WP_Widget {
482
  function widget($widget, $instance) {
483
  $options = GMW::get_options();
484
 
485
- // no user key and installed +3 months ago -> disable map
486
- if (!GMW::get_api_key('test') && ((current_time('timestamp') - $options['first_install']) > (DAY_IN_SECONDS * 90))) {
487
- echo $widget['before_widget'] . '<div style="border: 1px solid black; padding: 20px;">Open your map settings to configure the Google Maps API key. The map can\'t work without it.</div>' . $widget['after_widget'];
 
 
 
 
 
488
  return;
489
  }
490
 
@@ -497,7 +503,8 @@ class GoogleMapsWidget extends WP_Widget {
497
  'gowalla' => 'style=feature:road|element:labels|visibility:simplified|lightness:20|&style=feature:administrative.land_parcel|element:all|visibility:off|&style=feature:landscape.man_made|element:all|visibility:off|&style=feature:transit|element:all|visibility:off|&style=feature:road.local|element:labels|visibility:simplified|&style=feature:road.local|element:geometry|visibility:simplified|&style=feature:road.highway|element:labels|visibility:simplified|&style=feature:poi|element:labels|visibility:off|&style=feature:road.arterial|element:labels|visibility:off|&style=feature:water|element:all|hue:0xa1cdfc|saturation:30|lightness:49|&style=feature:road.highway|element:geometry|hue:0xf49935|&style=feature:road.arterial|element:geometry|hue:0xfad959|',
498
  'mapbox' => 'style=feature:water|element:all|saturation:43|lightness:-11|hue:0x0088ff|&style=feature:road|element:geometry.fill|hue:0xff0000|saturation:-100|lightness:99|&style=feature:road|element:geometry.stroke|color:0x808080|lightness:54|&style=feature:landscape.man_made|element:geometry.fill|color:0xece2d9|&style=feature:poi.park|element:geometry.fill|color:0xccdca1|&style=feature:road|element:labels.text.fill|color:0x767676|&style=feature:road|element:labels.text.stroke|color:0xffffff|&style=feature:poi|element:all|visibility:off|&style=feature:landscape.natural|element:geometry.fill|visibility:on|color:0xb8cb93|&style=feature:poi.park|element:all|visibility:on|&style=feature:poi.sports_complex|element:all|visibility:on|&style=feature:poi.medical|element:all|visibility:on|&style=feature:poi.business|element:all|visibility:simplified|',
499
  'bright' => 'style=feature:water|element:all|color:0x19a0d8|&style=feature:administrative|element:labels.text.stroke|color:0xffffff|weight:6|&style=feature:administrative|element:labels.text.fill|color:0xe85113|&style=feature:road.highway|element:geometry.stroke|color:0xefe9e4|lightness:-40|&style=feature:road.arterial|element:geometry.stroke|color:0xefe9e4|lightness:-20|&style=feature:road|element:labels.text.stroke|lightness:100|&style=feature:road|element:labels.text.fill|lightness:-100|&style=&style=feature:landscape|element:labels|visibility:off|&style=feature:landscape|element:all|lightness:20|color:0xefe9e4|&style=feature:landscape.man_made|element:all|visibility:off|&style=feature:water|element:labels.text.stroke|lightness:100|&style=feature:water|element:labels.text.fill|lightness:-100|&style=feature:poi|element:labels.text.fill|hue:0x11ff00|&style=feature:poi|element:labels.text.stroke|lightness:100|&style=feature:poi|element:labels.icon|hue:0x4cff00|saturation:58|&style=feature:poi|element:geometry|visibility:on|color:0xf0e4d3|&style=feature:road.highway|element:geometry.fill|color:0xefe9e4|lightness:-25|&style=feature:road.arterial|element:geometry.fill|color:0xefe9e4|lightness:-10|&style=feature:poi|element:labels|visibility:simplified|',
500
- 'midnight' => 'style=feature:water|element:all|color:0x021019|&style=feature:landscape|element:all|color:0x08304b|&style=feature:poi|element:geometry|color:0x0c4152|lightness:5|&style=feature:road.highway|element:geometry.fill|color:0x000000|&style=feature:road.highway|element:geometry.stroke|color:0x0b434f|lightness:25|&style=feature:road.arterial|element:geometry.fill|color:0x000000|&style=feature:road.arterial|element:geometry.stroke|color:0x0b3d51|lightness:16|&style=feature:road.local|element:geometry|color:0x000000|&style=feature:all|element:labels.text.fill|color:0xffffff|&style=feature:all|element:labels.text.stroke|color:0x000000|lightness:13|&style=feature:transit|element:all|color:0x146474|&style=feature:administrative|element:geometry.fill|color:0x000000|&style=feature:administrative|element:geometry.stroke|color:0x144b53|lightness:14|weight:1.4|');
 
501
 
502
  $map_src = '//maps.googleapis.com/maps/api/staticmap';
503
 
@@ -592,7 +599,7 @@ class GoogleMapsWidget extends WP_Widget {
592
  }
593
 
594
  if (!empty($instance['thumb_powered_by'])) {
595
- $widget_content .= '<small>We use the fastests <a href="https://wordpress.org/plugins/google-maps-widget/" target="_blank">free maps plugin for WordPress</a></small>';
596
  }
597
 
598
  $out .= apply_filters('gmw_widget_content', $widget_content, $instance);
161
  array('val' => '-1', 'label' => __('Light', 'google-maps-widget')),
162
  array('val' => 'mapbox', 'label' => __('Mapbox', 'google-maps-widget')),
163
  array('val' => 'midnight', 'label' => __('Midnight', 'google-maps-widget')),
164
+ array('val' => 'neon', 'label' => __('Neon', 'google-maps-widget')),
165
  array('val' => '-1', 'label' => __('Pale', 'google-maps-widget')),
166
  array('val' => '-1', 'label' => __('Paper', 'google-maps-widget')),
167
  array('val' => 'ultra_light', 'label' => __('Ultra Light', 'google-maps-widget')),
216
  // api key warning
217
  if (!GMW::get_api_key('test')) {
218
  echo '<p class="gmw-api-key-error"><b>Important!</b> ';
219
+ echo 'Please go to <a href="' . admin_url('options-general.php?page=gmw_options') . '" title="Google Maps Widget settings">settings</a> &amp; follow simple instructions to get a <b>free Google Maps API key</b>. It only takes a minute. Without a key your <b>maps will NOT work</b>. This rule is enforced by Google. Sorry for the inconvenience.</p>';
220
  }
221
 
222
  // widget options markup
483
  function widget($widget, $instance) {
484
  $options = GMW::get_options();
485
 
486
+ // no user map key -> disable map
487
+ if ( !GMW::get_api_key('test') ) {
488
+ if ( is_user_logged_in() && current_user_can('administrator') ) {
489
+ echo $widget['before_widget'] . '<div style="border: 1px solid black; padding: 20px;">Open <a href="' . admin_url('options-general.php?page=gmw_options') . '">Google Maps Widget settings</a> to configure the Google Maps API key. The map can\'t work without it. This is a Google\'s rule that all sites must follow.</div>' . $widget['after_widget'];
490
+ } else {
491
+ echo $widget['before_widget'] . '<div style="border: 1px solid black; padding: 20px;">Open Google Maps Widget settings to configure the Google Maps API key. The map can\'t work without it. This is a Google\'s rule that all sites must follow.</div>' . $widget['after_widget'];
492
+ }
493
+
494
  return;
495
  }
496
 
503
  'gowalla' => 'style=feature:road|element:labels|visibility:simplified|lightness:20|&style=feature:administrative.land_parcel|element:all|visibility:off|&style=feature:landscape.man_made|element:all|visibility:off|&style=feature:transit|element:all|visibility:off|&style=feature:road.local|element:labels|visibility:simplified|&style=feature:road.local|element:geometry|visibility:simplified|&style=feature:road.highway|element:labels|visibility:simplified|&style=feature:poi|element:labels|visibility:off|&style=feature:road.arterial|element:labels|visibility:off|&style=feature:water|element:all|hue:0xa1cdfc|saturation:30|lightness:49|&style=feature:road.highway|element:geometry|hue:0xf49935|&style=feature:road.arterial|element:geometry|hue:0xfad959|',
504
  'mapbox' => 'style=feature:water|element:all|saturation:43|lightness:-11|hue:0x0088ff|&style=feature:road|element:geometry.fill|hue:0xff0000|saturation:-100|lightness:99|&style=feature:road|element:geometry.stroke|color:0x808080|lightness:54|&style=feature:landscape.man_made|element:geometry.fill|color:0xece2d9|&style=feature:poi.park|element:geometry.fill|color:0xccdca1|&style=feature:road|element:labels.text.fill|color:0x767676|&style=feature:road|element:labels.text.stroke|color:0xffffff|&style=feature:poi|element:all|visibility:off|&style=feature:landscape.natural|element:geometry.fill|visibility:on|color:0xb8cb93|&style=feature:poi.park|element:all|visibility:on|&style=feature:poi.sports_complex|element:all|visibility:on|&style=feature:poi.medical|element:all|visibility:on|&style=feature:poi.business|element:all|visibility:simplified|',
505
  'bright' => 'style=feature:water|element:all|color:0x19a0d8|&style=feature:administrative|element:labels.text.stroke|color:0xffffff|weight:6|&style=feature:administrative|element:labels.text.fill|color:0xe85113|&style=feature:road.highway|element:geometry.stroke|color:0xefe9e4|lightness:-40|&style=feature:road.arterial|element:geometry.stroke|color:0xefe9e4|lightness:-20|&style=feature:road|element:labels.text.stroke|lightness:100|&style=feature:road|element:labels.text.fill|lightness:-100|&style=&style=feature:landscape|element:labels|visibility:off|&style=feature:landscape|element:all|lightness:20|color:0xefe9e4|&style=feature:landscape.man_made|element:all|visibility:off|&style=feature:water|element:labels.text.stroke|lightness:100|&style=feature:water|element:labels.text.fill|lightness:-100|&style=feature:poi|element:labels.text.fill|hue:0x11ff00|&style=feature:poi|element:labels.text.stroke|lightness:100|&style=feature:poi|element:labels.icon|hue:0x4cff00|saturation:58|&style=feature:poi|element:geometry|visibility:on|color:0xf0e4d3|&style=feature:road.highway|element:geometry.fill|color:0xefe9e4|lightness:-25|&style=feature:road.arterial|element:geometry.fill|color:0xefe9e4|lightness:-10|&style=feature:poi|element:labels|visibility:simplified|',
506
+ 'midnight' => 'style=feature:water|element:all|color:0x021019|&style=feature:landscape|element:all|color:0x08304b|&style=feature:poi|element:geometry|color:0x0c4152|lightness:5|&style=feature:road.highway|element:geometry.fill|color:0x000000|&style=feature:road.highway|element:geometry.stroke|color:0x0b434f|lightness:25|&style=feature:road.arterial|element:geometry.fill|color:0x000000|&style=feature:road.arterial|element:geometry.stroke|color:0x0b3d51|lightness:16|&style=feature:road.local|element:geometry|color:0x000000|&style=feature:all|element:labels.text.fill|color:0xffffff|&style=feature:all|element:labels.text.stroke|color:0x000000|lightness:13|&style=feature:transit|element:all|color:0x146474|&style=feature:administrative|element:geometry.fill|color:0x000000|&style=feature:administrative|element:geometry.stroke|color:0x144b53|lightness:14|weight:1.4|',
507
+ 'neon' => 'style=saturation:100|gamma:0.6');
508
 
509
  $map_src = '//maps.googleapis.com/maps/api/staticmap';
510
 
599
  }
600
 
601
  if (!empty($instance['thumb_powered_by'])) {
602
+ $widget_content .= '<small>We use the fastests <a href="https://wordpress.org/plugins/google-maps-widget/" target="_blank">free Google Maps plugin for WordPress</a></small>';
603
  }
604
 
605
  $out .= apply_filters('gmw_widget_content', $widget_content, $instance);
google-maps-widget.php CHANGED
@@ -1,11 +1,11 @@
1
  <?php
2
  /*
3
  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: WebFactory Ltd
7
- Version: 3.90
8
- Author URI: http://www.webfactoryltd.com/
9
  Text Domain: google-maps-widget
10
  Domain Path: lang
11
 
@@ -273,11 +273,15 @@ class GMW {
273
  return false;
274
  }
275
 
 
 
 
 
 
276
  if (!empty($options['api_key'])) {
277
  return $options['api_key'];
278
  } else {
279
- shuffle($default_api_keys);
280
- return $default_api_keys[0];
281
  }
282
  } // get_api_key
283
 
@@ -841,23 +845,23 @@ class GMW {
841
  $out .= '<tr>';
842
  $out .= '<td>';
843
  if ($promo_active) {
844
- $out .= '<div class="gmw-promo-button gmw-promo-button-extra"><a href="http://www.gmapswidget.com/buy/?p=pro-agency-welcome&r=welcome-GMW+v' . GMW::$version . '" target="_blank">only <strike>$79</strike> $54</a><span>discount: 32%</span></div>';
845
  } else {
846
- $out .= '<div class="gmw-promo-button"><a href="http://www.gmapswidget.com/buy/?p=pro-agency&r=GMW+v' . GMW::$version . '" data-noprevent="1" target="_blank">BUY $79</a></div>';
847
  }
848
  $out .= '<span class="instant-download"><span class="dashicons dashicons-yes"></span> 100% No-Risk Money Back Guarantee<br><span class="dashicons dashicons-yes"></span> Secure payment<br><span class="dashicons dashicons-yes"></span> Instant activation</span>';
849
  $out .= '</td>';
850
  $out .= '<td>';
851
  if ($promo_active) {
852
- $out .= '<div class="gmw-promo-button gmw-promo-button-extra"><a href="http://www.gmapswidget.com/buy/?p=pro-welcome4&r=welcome-GMW+v' . GMW::$version . '" target="_blank">only <strike>$39</strike> $29</a><span>discount: 25%</span></div>';
853
  } elseif ($promo_active2) {
854
- $out .= '<div class="gmw-promo-button gmw-promo-button-extra"><a href="http://www.gmapswidget.com/buy/?p=olduser4&r=olduser-GMW+v' . GMW::$version . '" target="_blank">only <strike>$39</strike> $29</a><span>discount: 25%</span></div>';
855
  } else {
856
- $out .= '<div class="gmw-promo-button"><a href="http://www.gmapswidget.com/buy/?p=pro-unlimited2&r=GMW+v' . GMW::$version . '" data-noprevent="1" target="_blank">BUY $29</a></div>';
857
  }
858
  $out .= '<span class="instant-download"><span class="dashicons dashicons-yes"></span> 100% No-Risk Money Back Guarantee<br><span class="dashicons dashicons-yes"></span> Secure payment<br><span class="dashicons dashicons-yes"></span> Instant activation</span>';
859
  $out .= '</td>';
860
- $out .= '<td><div class="gmw-promo-button"><a href="http://www.gmapswidget.com/buy/?p=yearly2&r=GMW+v' . GMW::$version . '" data-noprevent="1" target="_blank">$19 <small>/year</small></a></div>';
861
  $out .= '<span class="instant-download"><span class="dashicons dashicons-yes"></span> 100% No-Risk Money Back Guarantee<br><span class="dashicons dashicons-yes"></span> Secure payment<br><span class="dashicons dashicons-yes"></span> Instant activation</span>';
862
  $out .= '</td>';
863
  $out .= '</tr>';
@@ -1157,6 +1161,9 @@ class GMW {
1157
  echo '</div>'; // license tab
1158
 
1159
  echo '</form>';
 
 
 
1160
  echo '</div>'; // wrap
1161
  } // settings_screen
1162
 
@@ -1213,7 +1220,7 @@ class GMW {
1213
  } // if !$response
1214
 
1215
  if (!is_wp_error($response) && wp_remote_retrieve_body($response)) {
1216
- $data = json_decode(wp_remote_retrieve_body($response));
1217
  if (empty($current)) {
1218
  $current = new stdClass();
1219
  }
@@ -1221,6 +1228,8 @@ class GMW {
1221
  $current->response = array();
1222
  }
1223
  if (!empty($data) && is_object($data)) {
 
 
1224
  $current->response[$plugin] = $data;
1225
  }
1226
  }
1
  <?php
2
  /*
3
  Plugin Name: Google Maps Widget
4
+ Plugin URI: https://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: Google Maps Widget
7
+ Version: 3.95
8
+ Author URI: https://www.gmapswidget.com/
9
  Text Domain: google-maps-widget
10
  Domain Path: lang
11
 
273
  return false;
274
  }
275
 
276
+ if ($type == 'fallback' && empty($options['api_key'])) {
277
+ shuffle($default_api_keys);
278
+ return $default_api_keys[0];
279
+ }
280
+
281
  if (!empty($options['api_key'])) {
282
  return $options['api_key'];
283
  } else {
284
+ return false;
 
285
  }
286
  } // get_api_key
287
 
845
  $out .= '<tr>';
846
  $out .= '<td>';
847
  if ($promo_active) {
848
+ $out .= '<div class="gmw-promo-button gmw-promo-button-extra"><a href="https://gum.co/gmw-pro-agency/welcome?wanted=true&plugin_info=GMW+v' . GMW::$version . '" target="_blank" data-gumroad-single-product="true">only <strike>$79</strike> $54</a><span>discount: 32%</span></div>';
849
  } else {
850
+ $out .= '<div class="gmw-promo-button"><a href="https://gum.co/gmw-pro-agency?wanted=true&plugin_info=GMW+v' . GMW::$version . '" data-noprevent="1" target="_blank" data-gumroad-single-product="true">BUY $79</a></div>';
851
  }
852
  $out .= '<span class="instant-download"><span class="dashicons dashicons-yes"></span> 100% No-Risk Money Back Guarantee<br><span class="dashicons dashicons-yes"></span> Secure payment<br><span class="dashicons dashicons-yes"></span> Instant activation</span>';
853
  $out .= '</td>';
854
  $out .= '<td>';
855
  if ($promo_active) {
856
+ $out .= '<div class="gmw-promo-button gmw-promo-button-extra"><a href="https://gum.co/gmw-pro/welcomepromo4?wanted=true&plugin_info=GMW+v' . GMW::$version . '" target="_blank" data-gumroad-single-product="true">only <strike>$39</strike> $29</a><span>discount: 25%</span></div>';
857
  } elseif ($promo_active2) {
858
+ $out .= '<div class="gmw-promo-button gmw-promo-button-extra"><a href="https://gum.co/gmw-pro/olduser4?wanted=true&plugin_info=GMW+v' . GMW::$version . '" target="_blank" data-gumroad-single-product="true">only <strike>$39</strike> $29</a><span>discount: 25%</span></div>';
859
  } else {
860
+ $out .= '<div class="gmw-promo-button"><a href="https://gum.co/gmw-pro?wanted=true&plugin_info=GMW+v' . GMW::$version . '" data-noprevent="1" data-gumroad-single-product="true" target="_blank">BUY $39</a></div>';
861
  }
862
  $out .= '<span class="instant-download"><span class="dashicons dashicons-yes"></span> 100% No-Risk Money Back Guarantee<br><span class="dashicons dashicons-yes"></span> Secure payment<br><span class="dashicons dashicons-yes"></span> Instant activation</span>';
863
  $out .= '</td>';
864
+ $out .= '<td><div class="gmw-promo-button"><a href="https://gum.co/gmw-yearly?wanted=false&yearly=true&plugin_info=GMW+v' . GMW::$version . '" data-noprevent="1" target="_blank" data-gumroad-single-product="true">$18.99 <small>/year</small></a></div>';
865
  $out .= '<span class="instant-download"><span class="dashicons dashicons-yes"></span> 100% No-Risk Money Back Guarantee<br><span class="dashicons dashicons-yes"></span> Secure payment<br><span class="dashicons dashicons-yes"></span> Instant activation</span>';
866
  $out .= '</td>';
867
  $out .= '</tr>';
1161
  echo '</div>'; // license tab
1162
 
1163
  echo '</form>';
1164
+ if (!GMW::is_activated()) {
1165
+ echo '<script type="text/javascript" src="https://gumroad.com/js/gumroad.js"></script>';
1166
+ }
1167
  echo '</div>'; // wrap
1168
  } // settings_screen
1169
 
1220
  } // if !$response
1221
 
1222
  if (!is_wp_error($response) && wp_remote_retrieve_body($response)) {
1223
+ $data = json_decode(wp_remote_retrieve_body($response), false);
1224
  if (empty($current)) {
1225
  $current = new stdClass();
1226
  }
1228
  $current->response = array();
1229
  }
1230
  if (!empty($data) && is_object($data)) {
1231
+ $data->icons = (array) $data->icons;
1232
+ $data->banners = (array) $data->banners;
1233
  $current->response[$plugin] = $data;
1234
  }
1235
  }
js/gmw-admin.js CHANGED
@@ -25,6 +25,11 @@ jQuery(function($) {
25
  return false;
26
  }); // open promo dialog
27
 
 
 
 
 
 
28
 
29
  // init variables
30
  if (typeof google != 'undefined') {
25
  return false;
26
  }); // open promo dialog
27
 
28
+ $('.gmw-promo-button').on('click', function(e) {
29
+ $('#gmw_promo_dialog').dialog('close');
30
+
31
+ return true;
32
+ })
33
 
34
  // init variables
35
  if (typeof google != 'undefined') {
lang/google-maps-widget-de_DE.mo DELETED
Binary file
lang/google-maps-widget-es_ES.mo DELETED
Binary file
lang/google-maps-widget-fr_FR.mo DELETED
Binary file
lang/google-maps-widget-hr.mo DELETED
Binary file
lang/google-maps-widget-nl_NL.mo DELETED
Binary file
lang/google-maps-widget-ru_RU.mo DELETED
Binary file
lang/google-maps-widget-sr_RS.mo DELETED
Binary file
lang/google-maps-widget-sv_SE.mo DELETED
Binary file
lang/google-maps-widget-uk_UK.mo DELETED
Binary file
lang/google-maps-widget-zh_CN.mo DELETED
Binary file
lang/google-maps-widget-zh_TW.mo DELETED
Binary file
lang/google-maps-widget.pot DELETED
@@ -1,1061 +0,0 @@
1
- # Copyright (C) 2016 Google Maps Widget
2
- # This file is distributed under the same license as the Google Maps Widget package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Google Maps Widget 3.04\n"
6
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/google-maps-"
7
- "widget\n"
8
- "POT-Creation-Date: 2016-02-17 16:09:47+00:00\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
13
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
- "Language-Team: LANGUAGE <LL@li.org>\n"
15
-
16
- #: gmw-export-import.php:128
17
- msgid "Sidebar does not exist in theme (using Inactive)"
18
- msgstr ""
19
-
20
- #: gmw-export-import.php:157
21
- msgid "Widget already exists"
22
- msgstr ""
23
-
24
- #: gmw-export-import.php:208
25
- msgid "No Title"
26
- msgstr ""
27
-
28
- #: gmw-tracking.php:81
29
- msgid ""
30
- "Please help us improve <strong>Google Maps Widget</strong> by allowing "
31
- "tracking of anonymous usage data. Absolutely <strong>no sensitive data is "
32
- "tracked</strong> (<a href=\"http://www.googlemapswidget.com/plugin-tracking-"
33
- "info/\" target=\"_blank\">complete disclosure &amp; details of our tracking "
34
- "policy</a>)."
35
- msgstr ""
36
-
37
- #: gmw-tracking.php:82
38
- msgid "Allow"
39
- msgstr ""
40
-
41
- #: gmw-tracking.php:83
42
- msgid "Do not allow tracking"
43
- msgstr ""
44
-
45
- #. #-#-#-#-# plugin.pot (Google Maps Widget 3.04) #-#-#-#-#
46
- #. Plugin Name of the plugin/theme
47
- #: gmw-widget.php:57 google-maps-widget.php:488 google-maps-widget.php:710
48
- #: google-maps-widget.php:921
49
- msgid "Google Maps Widget"
50
- msgstr ""
51
-
52
- #: gmw-widget.php:62
53
- msgid ""
54
- "Displays a map image thumbnail with a larger map available in a lightbox."
55
- msgstr ""
56
-
57
- #: gmw-widget.php:66
58
- msgid "Map"
59
- msgstr ""
60
-
61
- #: gmw-widget.php:67
62
- msgid "New York, USA"
63
- msgstr ""
64
-
65
- #: gmw-widget.php:81 gmw-widget.php:86
66
- msgid "Road (default)"
67
- msgstr ""
68
-
69
- #: gmw-widget.php:82 gmw-widget.php:87
70
- msgid "Satellite"
71
- msgstr ""
72
-
73
- #: gmw-widget.php:83
74
- msgid "Terrain"
75
- msgstr ""
76
-
77
- #: gmw-widget.php:84
78
- msgid "Hybrid"
79
- msgstr ""
80
-
81
- #: gmw-widget.php:89
82
- msgid "Place (default)"
83
- msgstr ""
84
-
85
- #: gmw-widget.php:91
86
- msgid "Tiny"
87
- msgstr ""
88
-
89
- #: gmw-widget.php:92
90
- msgid "Small"
91
- msgstr ""
92
-
93
- #: gmw-widget.php:93
94
- msgid "Medium"
95
- msgstr ""
96
-
97
- #: gmw-widget.php:94
98
- msgid "Large (default)"
99
- msgstr ""
100
-
101
- #: gmw-widget.php:96
102
- msgid "Black"
103
- msgstr ""
104
-
105
- #: gmw-widget.php:97
106
- msgid "Brown"
107
- msgstr ""
108
-
109
- #: gmw-widget.php:98
110
- msgid "Green"
111
- msgstr ""
112
-
113
- #: gmw-widget.php:99
114
- msgid "Purple"
115
- msgstr ""
116
-
117
- #: gmw-widget.php:100
118
- msgid "Yellow"
119
- msgstr ""
120
-
121
- #: gmw-widget.php:101 gmw-widget.php:149 gmw-widget.php:235
122
- msgid "Blue"
123
- msgstr ""
124
-
125
- #: gmw-widget.php:102 gmw-widget.php:152
126
- msgid "Gray"
127
- msgstr ""
128
-
129
- #: gmw-widget.php:103
130
- msgid "Orange"
131
- msgstr ""
132
-
133
- #: gmw-widget.php:104
134
- msgid "Red (default)"
135
- msgstr ""
136
-
137
- #: gmw-widget.php:105
138
- msgid "White"
139
- msgstr ""
140
-
141
- #: gmw-widget.php:107
142
- msgid "A (default)"
143
- msgstr ""
144
-
145
- #: gmw-widget.php:109
146
- msgid "0 - entire world"
147
- msgstr ""
148
-
149
- #: gmw-widget.php:119
150
- msgid "Custom size (default)"
151
- msgstr ""
152
-
153
- #: gmw-widget.php:121
154
- msgid "Light (default)"
155
- msgstr ""
156
-
157
- #: gmw-widget.php:122
158
- msgid "Dark"
159
- msgstr ""
160
-
161
- #: gmw-widget.php:124
162
- msgid "Predefined by Google (default)"
163
- msgstr ""
164
-
165
- #: gmw-widget.php:125
166
- msgid "Custom image"
167
- msgstr ""
168
-
169
- #: gmw-widget.php:127 gmw-widget.php:167 gmw-widget.php:276
170
- msgid "Interactive map in lightbox (default)"
171
- msgstr ""
172
-
173
- #: gmw-widget.php:128 gmw-widget.php:170 gmw-widget.php:279 gmw-widget.php:394
174
- msgid "Custom URL"
175
- msgstr ""
176
-
177
- #: gmw-widget.php:129 gmw-widget.php:172 gmw-widget.php:281
178
- msgid "Disable link"
179
- msgstr ""
180
-
181
- #: gmw-widget.php:131
182
- msgid "Default"
183
- msgstr ""
184
-
185
- #: gmw-widget.php:132
186
- msgid "Refreshed by Google"
187
- msgstr ""
188
-
189
- #: gmw-widget.php:134
190
- msgid "PNG 8-bit (default)"
191
- msgstr ""
192
-
193
- #: gmw-widget.php:140
194
- msgid "Show map title"
195
- msgstr ""
196
-
197
- #: gmw-widget.php:141
198
- msgid "Close on overlay click"
199
- msgstr ""
200
-
201
- #: gmw-widget.php:143
202
- msgid "Detect automatically"
203
- msgstr ""
204
-
205
- #: gmw-widget.php:144
206
- msgid "Metric"
207
- msgstr ""
208
-
209
- #: gmw-widget.php:145
210
- msgid "Imperial"
211
- msgstr ""
212
-
213
- #: gmw-widget.php:148
214
- msgid "Apple"
215
- msgstr ""
216
-
217
- #: gmw-widget.php:150
218
- msgid "Bright"
219
- msgstr ""
220
-
221
- #: gmw-widget.php:151
222
- msgid "Gowalla"
223
- msgstr ""
224
-
225
- #: gmw-widget.php:153
226
- msgid "Gray #2"
227
- msgstr ""
228
-
229
- #: gmw-widget.php:154
230
- msgid "Light"
231
- msgstr ""
232
-
233
- #: gmw-widget.php:155
234
- msgid "Mapbox"
235
- msgstr ""
236
-
237
- #: gmw-widget.php:156
238
- msgid "Midnight"
239
- msgstr ""
240
-
241
- #: gmw-widget.php:157
242
- msgid "Pale"
243
- msgstr ""
244
-
245
- #: gmw-widget.php:158
246
- msgid "Paper"
247
- msgstr ""
248
-
249
- #: gmw-widget.php:160
250
- msgid "GMW pins library"
251
- msgstr ""
252
-
253
- #: gmw-widget.php:162
254
- msgid "PNG 32-bit"
255
- msgstr ""
256
-
257
- #: gmw-widget.php:163
258
- msgid "GIF"
259
- msgstr ""
260
-
261
- #: gmw-widget.php:164
262
- msgid "JPEG"
263
- msgstr ""
264
-
265
- #: gmw-widget.php:165
266
- msgid "Non-progressive JPEG"
267
- msgstr ""
268
-
269
- #: gmw-widget.php:168 gmw-widget.php:277
270
- msgid "Replace thumb map with an interactive map"
271
- msgstr ""
272
-
273
- #: gmw-widget.php:169 gmw-widget.php:278
274
- msgid "Interactive map in a new window"
275
- msgstr ""
276
-
277
- #: gmw-widget.php:171 gmw-widget.php:280
278
- msgid "Custom URL in a new window"
279
- msgstr ""
280
-
281
- #: gmw-widget.php:174
282
- msgid "Automatic (based on user's browser settings)"
283
- msgstr ""
284
-
285
- #: gmw-widget.php:175
286
- msgid "Arabic"
287
- msgstr ""
288
-
289
- #: gmw-widget.php:176
290
- msgid "Basque"
291
- msgstr ""
292
-
293
- #: gmw-widget.php:177
294
- msgid "Bengali"
295
- msgstr ""
296
-
297
- #: gmw-widget.php:178
298
- msgid "Bulgarian"
299
- msgstr ""
300
-
301
- #: gmw-widget.php:179
302
- msgid "Catalan"
303
- msgstr ""
304
-
305
- #: gmw-widget.php:180
306
- msgid "Chinese (Simplified)"
307
- msgstr ""
308
-
309
- #: gmw-widget.php:181
310
- msgid "Chinese (Traditional)"
311
- msgstr ""
312
-
313
- #: gmw-widget.php:182
314
- msgid "Croatian"
315
- msgstr ""
316
-
317
- #: gmw-widget.php:183
318
- msgid "Czech"
319
- msgstr ""
320
-
321
- #: gmw-widget.php:184
322
- msgid "Danish"
323
- msgstr ""
324
-
325
- #: gmw-widget.php:185
326
- msgid "Dutch"
327
- msgstr ""
328
-
329
- #: gmw-widget.php:186
330
- msgid "English (Australian)"
331
- msgstr ""
332
-
333
- #: gmw-widget.php:187
334
- msgid "English (Great Britain)"
335
- msgstr ""
336
-
337
- #: gmw-widget.php:188
338
- msgid "Farsi"
339
- msgstr ""
340
-
341
- #: gmw-widget.php:189
342
- msgid "Filipino"
343
- msgstr ""
344
-
345
- #: gmw-widget.php:190
346
- msgid "Finnish"
347
- msgstr ""
348
-
349
- #: gmw-widget.php:191
350
- msgid "French"
351
- msgstr ""
352
-
353
- #: gmw-widget.php:192
354
- msgid "Galician"
355
- msgstr ""
356
-
357
- #: gmw-widget.php:193
358
- msgid "German"
359
- msgstr ""
360
-
361
- #: gmw-widget.php:194
362
- msgid "Greek"
363
- msgstr ""
364
-
365
- #: gmw-widget.php:195
366
- msgid "Gujarati"
367
- msgstr ""
368
-
369
- #: gmw-widget.php:196
370
- msgid "Hebrew"
371
- msgstr ""
372
-
373
- #: gmw-widget.php:197
374
- msgid "Hindi"
375
- msgstr ""
376
-
377
- #: gmw-widget.php:198
378
- msgid "Hungarian"
379
- msgstr ""
380
-
381
- #: gmw-widget.php:199
382
- msgid "Indonesian"
383
- msgstr ""
384
-
385
- #: gmw-widget.php:200
386
- msgid "Italian"
387
- msgstr ""
388
-
389
- #: gmw-widget.php:201
390
- msgid "Japanese"
391
- msgstr ""
392
-
393
- #: gmw-widget.php:202
394
- msgid "Kannada"
395
- msgstr ""
396
-
397
- #: gmw-widget.php:203
398
- msgid "Korean"
399
- msgstr ""
400
-
401
- #: gmw-widget.php:204
402
- msgid "Latvian"
403
- msgstr ""
404
-
405
- #: gmw-widget.php:205
406
- msgid "Lithuanian"
407
- msgstr ""
408
-
409
- #: gmw-widget.php:206
410
- msgid "Malayalam"
411
- msgstr ""
412
-
413
- #: gmw-widget.php:207
414
- msgid "Marathi"
415
- msgstr ""
416
-
417
- #: gmw-widget.php:208
418
- msgid "Norwegian"
419
- msgstr ""
420
-
421
- #: gmw-widget.php:209
422
- msgid "Polish"
423
- msgstr ""
424
-
425
- #: gmw-widget.php:210
426
- msgid "Portuguese"
427
- msgstr ""
428
-
429
- #: gmw-widget.php:211
430
- msgid "Portuguese (Brazil)"
431
- msgstr ""
432
-
433
- #: gmw-widget.php:212
434
- msgid "Portuguese (Portugal)"
435
- msgstr ""
436
-
437
- #: gmw-widget.php:213
438
- msgid "Romanian"
439
- msgstr ""
440
-
441
- #: gmw-widget.php:214
442
- msgid "Russian"
443
- msgstr ""
444
-
445
- #: gmw-widget.php:215
446
- msgid "Serbian"
447
- msgstr ""
448
-
449
- #: gmw-widget.php:216
450
- msgid "Slovak"
451
- msgstr ""
452
-
453
- #: gmw-widget.php:217
454
- msgid "Slovenian"
455
- msgstr ""
456
-
457
- #: gmw-widget.php:218
458
- msgid "Spanish"
459
- msgstr ""
460
-
461
- #: gmw-widget.php:219
462
- msgid "Swedish"
463
- msgstr ""
464
-
465
- #: gmw-widget.php:220
466
- msgid "Tagalog"
467
- msgstr ""
468
-
469
- #: gmw-widget.php:221
470
- msgid "Tamil"
471
- msgstr ""
472
-
473
- #: gmw-widget.php:222
474
- msgid "Telugu"
475
- msgstr ""
476
-
477
- #: gmw-widget.php:223
478
- msgid "Thai"
479
- msgstr ""
480
-
481
- #: gmw-widget.php:224
482
- msgid "Turkish"
483
- msgstr ""
484
-
485
- #: gmw-widget.php:225
486
- msgid "Ukrainian"
487
- msgstr ""
488
-
489
- #: gmw-widget.php:226
490
- msgid "Vietnamese"
491
- msgstr ""
492
-
493
- #: gmw-widget.php:229
494
- msgid "Dark rim"
495
- msgstr ""
496
-
497
- #: gmw-widget.php:230
498
- msgid "Fancy"
499
- msgstr ""
500
-
501
- #: gmw-widget.php:231
502
- msgid "Gray squared"
503
- msgstr ""
504
-
505
- #: gmw-widget.php:232
506
- msgid "Minimalistic"
507
- msgstr ""
508
-
509
- #: gmw-widget.php:233
510
- msgid "Minimalistic #2"
511
- msgstr ""
512
-
513
- #: gmw-widget.php:234
514
- msgid "Simple"
515
- msgstr ""
516
-
517
- #: gmw-widget.php:236
518
- msgid "Polaroid"
519
- msgstr ""
520
-
521
- #: gmw-widget.php:237
522
- msgid "Rounded"
523
- msgstr ""
524
-
525
- #: gmw-widget.php:238
526
- msgid "Tablet"
527
- msgstr ""
528
-
529
- #: gmw-widget.php:239
530
- msgid "Gears"
531
- msgstr ""
532
-
533
- #: gmw-widget.php:240
534
- msgid "Painting"
535
- msgstr ""
536
-
537
- #: gmw-widget.php:241
538
- msgid "Rounded white"
539
- msgstr ""
540
-
541
- #: gmw-widget.php:242
542
- msgid "Shadow"
543
- msgstr ""
544
-
545
- #: gmw-widget.php:243
546
- msgid "Cartoonish"
547
- msgstr ""
548
-
549
- #: gmw-widget.php:244
550
- msgid "Squared black"
551
- msgstr ""
552
-
553
- #: gmw-widget.php:245
554
- msgid "Squared white"
555
- msgstr ""
556
-
557
- #: gmw-widget.php:246
558
- msgid "Vintage"
559
- msgstr ""
560
-
561
- #: gmw-widget.php:247
562
- msgid "Wood"
563
- msgstr ""
564
-
565
- #: gmw-widget.php:249 gmw-widget.php:285
566
- msgid "Directions"
567
- msgstr ""
568
-
569
- #: gmw-widget.php:250 gmw-widget.php:286
570
- msgid "Search"
571
- msgstr ""
572
-
573
- #: gmw-widget.php:251 gmw-widget.php:287
574
- msgid "View (clean map, no markers)"
575
- msgstr ""
576
-
577
- #: gmw-widget.php:252 gmw-widget.php:288
578
- msgid "Street View"
579
- msgstr ""
580
-
581
- #: gmw-widget.php:254
582
- msgid "Dot"
583
- msgstr ""
584
-
585
- #: gmw-widget.php:262 gmw-widget.php:292
586
- msgid "Fullscreen"
587
- msgstr ""
588
-
589
- #: gmw-widget.php:264 gmw-widget.php:295
590
- msgid "Close on Esc key"
591
- msgstr ""
592
-
593
- #: gmw-widget.php:265 gmw-widget.php:294
594
- msgid "Show close button"
595
- msgstr ""
596
-
597
- #: gmw-widget.php:267
598
- msgid "Add 11 additional color schemes"
599
- msgstr ""
600
-
601
- #: gmw-widget.php:269
602
- msgid "GMW pins library (700+ pins)"
603
- msgstr ""
604
-
605
- #: gmw-widget.php:271
606
- msgid "Add 4 more image formats"
607
- msgstr ""
608
-
609
- #: gmw-widget.php:273
610
- msgid "Add auto-detection and 50 more languages"
611
- msgstr ""
612
-
613
- #: gmw-widget.php:283
614
- msgid "Add 17 more skins"
615
- msgstr ""
616
-
617
- #: gmw-widget.php:290
618
- msgid "Choose a custom label by going PRO"
619
- msgstr ""
620
-
621
- #: gmw-widget.php:297
622
- msgid "PRO offers unlimited color choices"
623
- msgstr ""
624
-
625
- #: gmw-widget.php:308
626
- msgid "Title"
627
- msgstr ""
628
-
629
- #: gmw-widget.php:309
630
- msgid "Map title"
631
- msgstr ""
632
-
633
- #: gmw-widget.php:311
634
- msgid "Address"
635
- msgstr ""
636
-
637
- #: gmw-widget.php:313
638
- msgid "Address / location to show"
639
- msgstr ""
640
-
641
- #: gmw-widget.php:324
642
- msgid "Thumbnail Map"
643
- msgstr ""
644
-
645
- #: gmw-widget.php:325
646
- msgid "Interactive Map"
647
- msgstr ""
648
-
649
- #: gmw-widget.php:326
650
- msgid "Shortcode"
651
- msgstr ""
652
-
653
- #: gmw-widget.php:327
654
- msgid "Info &amp; Support"
655
- msgstr ""
656
-
657
- #: gmw-widget.php:332
658
- msgid "Map Size"
659
- msgstr ""
660
-
661
- #: gmw-widget.php:337 gmw-widget.php:460
662
- msgid "Map Type"
663
- msgstr ""
664
-
665
- #: gmw-widget.php:342
666
- msgid "Color Scheme"
667
- msgstr ""
668
-
669
- #: gmw-widget.php:347 gmw-widget.php:465
670
- msgid "Zoom Level"
671
- msgstr ""
672
-
673
- #: gmw-widget.php:352
674
- msgid "Pin Type"
675
- msgstr ""
676
-
677
- #: gmw-widget.php:359
678
- msgid "Pin Image"
679
- msgstr ""
680
-
681
- #: gmw-widget.php:365 gmw-widget.php:368
682
- msgid "Pin Color"
683
- msgstr ""
684
-
685
- #: gmw-widget.php:375
686
- msgid "Pin Size"
687
- msgstr ""
688
-
689
- #: gmw-widget.php:380
690
- msgid "Pin Label"
691
- msgstr ""
692
-
693
- #: gmw-widget.php:385
694
- msgid "Pin Image URL"
695
- msgstr ""
696
-
697
- #: gmw-widget.php:389
698
- msgid "Link To"
699
- msgstr ""
700
-
701
- #: gmw-widget.php:398
702
- msgid "Image Format"
703
- msgstr ""
704
-
705
- #: gmw-widget.php:403 gmw-widget.php:481
706
- msgid "Map Language"
707
- msgstr ""
708
-
709
- #: gmw-widget.php:408
710
- msgid "Text Above Map"
711
- msgstr ""
712
-
713
- #: gmw-widget.php:412
714
- msgid "Text Below Map"
715
- msgstr ""
716
-
717
- #: gmw-widget.php:421
718
- msgid "Lightbox Size"
719
- msgstr ""
720
-
721
- #: gmw-widget.php:429
722
- msgid "Map Mode"
723
- msgstr ""
724
-
725
- #: gmw-widget.php:438
726
- msgid "Search Query"
727
- msgstr ""
728
-
729
- #: gmw-widget.php:439
730
- msgid "Pizza"
731
- msgstr ""
732
-
733
- #: gmw-widget.php:443
734
- msgid "Start Address"
735
- msgstr ""
736
-
737
- #: gmw-widget.php:450
738
- msgid "Distance Units"
739
- msgstr ""
740
-
741
- #: gmw-widget.php:455
742
- msgid "Streetview"
743
- msgstr ""
744
-
745
- #: gmw-widget.php:470
746
- msgid "Lightbox Skin"
747
- msgstr ""
748
-
749
- #: gmw-widget.php:475
750
- msgid "Lightbox Features"
751
- msgstr ""
752
-
753
- #: gmw-widget.php:477
754
- msgid "Click to choose features"
755
- msgstr ""
756
-
757
- #: gmw-widget.php:486
758
- msgid "Header Text"
759
- msgstr ""
760
-
761
- #: gmw-widget.php:490
762
- msgid "Footer Text"
763
- msgstr ""
764
-
765
- #: gmw-widget.php:503
766
- msgid "Please save the widget so that the shortcode can be generated."
767
- msgstr ""
768
-
769
- #: gmw-widget.php:506
770
- msgid ""
771
- "Use the above shortcode to display this Google Maps Widget instance in any "
772
- "page or post. <br>Please note that your theme might style the widget in the "
773
- "post as if it is placed in a sidebar. In that case use the <code>div.gmw-"
774
- "shortcode-widget</code> class to target the shortcode and make necessary "
775
- "changes via CSS."
776
- msgstr ""
777
-
778
- #: gmw-widget.php:517 gmw-widget.php:525 google-maps-widget.php:279
779
- #: google-maps-widget.php:281
780
- msgid "Support"
781
- msgstr ""
782
-
783
- #: gmw-widget.php:521 google-maps-widget.php:930
784
- msgid "License"
785
- msgstr ""
786
-
787
- #: gmw-widget.php:529
788
- msgid "Activate <span class=\"gmw-pro-red\">PRO</span> features"
789
- msgstr ""
790
-
791
- #: gmw-widget.php:534
792
- msgid "Rate the plugin &amp; spread the word"
793
- msgstr ""
794
-
795
- #: gmw-widget.php:541
796
- msgid ""
797
- "Upgrade to Google Maps Widget <span class=\"gmw-pro-red\">PRO</span> to get "
798
- "more than 50 extra options available immeditely. <a class=\"open_promo_dialog"
799
- "\" href=\"#\">Upgrade now</a>."
800
- msgstr ""
801
-
802
- #: gmw-widget.php:543
803
- msgid ""
804
- "Additional options are available in <a href=\"%s\" title=\"Settings"
805
- "\">settings</a>. "
806
- msgstr ""
807
-
808
- #: gmw-widget.php:543
809
- msgid ""
810
- "If you experience any problems or need help, please contact <a href=\"mailto:"
811
- "gmw@webfactoryltd.com?subject=GMW%20support\">support</a>."
812
- msgstr ""
813
-
814
- #: gmw-widget.php:656 gmw-widget.php:657
815
- msgid "Click to open a larger map"
816
- msgstr ""
817
-
818
- #: gmw-widget.php:660
819
- msgid "Click to open the interactive map"
820
- msgstr ""
821
-
822
- #: gmw-widget.php:661
823
- msgid "Click to open an interactive map"
824
- msgstr ""
825
-
826
- #: gmw-widget.php:669
827
- msgid "Click to open the interactive map in a new window"
828
- msgstr ""
829
-
830
- #: google-maps-widget.php:118
831
- msgid "Google Maps Widget PRO hidden sidebar"
832
- msgstr ""
833
-
834
- #: google-maps-widget.php:120
835
- msgid ""
836
- "Widgets in this area will never be shown anywhere in the theme. Area only "
837
- "helps you to build maps that are displayed with shortcodes."
838
- msgstr ""
839
-
840
- #: google-maps-widget.php:156
841
- msgid "License key saved and activated!"
842
- msgstr ""
843
-
844
- #: google-maps-widget.php:192
845
- msgid ""
846
- "Google Maps API key is not valid. Access <a href=\"https://console."
847
- "developers.google.com/project\">Google Developers Console</a> to generate a "
848
- "key for free."
849
- msgstr ""
850
-
851
- #: google-maps-widget.php:197
852
- msgid ""
853
- "Map Shortcode is not valid. Please enter a valid shortcode name, eg: <i>gmw</"
854
- "i>."
855
- msgstr ""
856
-
857
- #: google-maps-widget.php:265
858
- msgid "Settings for Google Maps Widget"
859
- msgstr ""
860
-
861
- #: google-maps-widget.php:265 google-maps-widget.php:928
862
- msgid "Settings"
863
- msgstr ""
864
-
865
- #: google-maps-widget.php:266
866
- msgid "Configure Google Maps Widget for your theme"
867
- msgstr ""
868
-
869
- #: google-maps-widget.php:266
870
- msgid "Widgets"
871
- msgstr ""
872
-
873
- #: google-maps-widget.php:277
874
- msgid "View Google Maps Widget documentation"
875
- msgstr ""
876
-
877
- #: google-maps-widget.php:277
878
- msgid "Documentation"
879
- msgstr ""
880
-
881
- #: google-maps-widget.php:279 google-maps-widget.php:281
882
- msgid "Problems? We are here to help!"
883
- msgstr ""
884
-
885
- #: google-maps-widget.php:283
886
- msgid "If you like it, please review the plugin"
887
- msgstr ""
888
-
889
- #: google-maps-widget.php:283
890
- msgid "Review the plugin"
891
- msgstr ""
892
-
893
- #: google-maps-widget.php:284 google-maps-widget.php:629
894
- msgid "Activate PRO features"
895
- msgstr ""
896
-
897
- #: google-maps-widget.php:312
898
- msgid ""
899
- "Google Maps Widget <b>requires WordPress version 3.8</b> or higher to "
900
- "function properly. You are using WordPress version %s. Please <a href=\"%s"
901
- "\">update it</a>."
902
- msgstr ""
903
-
904
- #: google-maps-widget.php:518
905
- msgid "Google Maps Widget shortcode is not active!"
906
- msgstr ""
907
-
908
- #: google-maps-widget.php:518
909
- msgid ""
910
- " Shortcode <i>[%s]</i> is already in use by another plugin or theme. Please "
911
- "deactivate that theme or plugin, or <a href=\"%s\">change</a> the GMW "
912
- "shortcode."
913
- msgstr ""
914
-
915
- #: google-maps-widget.php:616
916
- msgid "Pay what you think is fair"
917
- msgstr ""
918
-
919
- #: google-maps-widget.php:617
920
- msgid "I will pay the full price later"
921
- msgstr ""
922
-
923
- #: google-maps-widget.php:627
924
- msgid ""
925
- "<b>Google Maps Widget</b> has more than 50 <b style=\"color: #d54e21;\">PRO</"
926
- "b> features. Check them out and grab the limited time offer! Act now!"
927
- msgstr ""
928
-
929
- #: google-maps-widget.php:630
930
- msgid "I will pay more later"
931
- msgstr ""
932
-
933
- #: google-maps-widget.php:640
934
- msgid ""
935
- "Hi! We saw you've been using <b>Google Maps Widget</b> for a few days and "
936
- "wanted to ask for your help to make the plugin even better.<br>We just need "
937
- "a minute of your time to rate the plugin. Thank you!"
938
- msgstr ""
939
-
940
- #: google-maps-widget.php:642
941
- msgid "Help us out &amp; rate the plugin"
942
- msgstr ""
943
-
944
- #: google-maps-widget.php:643
945
- msgid "I already rated the plugin"
946
- msgstr ""
947
-
948
- #: google-maps-widget.php:661
949
- msgid "Configure the API key"
950
- msgstr ""
951
-
952
- #: google-maps-widget.php:662
953
- msgid "Dismiss notice"
954
- msgstr ""
955
-
956
- #: google-maps-widget.php:705
957
- msgid "Superb! PRO features are active ;)"
958
- msgstr ""
959
-
960
- #: google-maps-widget.php:706
961
- msgid "Pick an address by drag &amp; dropping the pin"
962
- msgstr ""
963
-
964
- #: google-maps-widget.php:707
965
- msgid ""
966
- "An undocumented error has occured. Please refresh the page and try again."
967
- msgstr ""
968
-
969
- #: google-maps-widget.php:708 google-maps-widget.php:710
970
- #: google-maps-widget.php:919
971
- msgid "Google Maps Widget PRO"
972
- msgstr ""
973
-
974
- #: google-maps-widget.php:709
975
- msgid "Pins Library"
976
- msgstr ""
977
-
978
- #: google-maps-widget.php:712
979
- msgid ""
980
- "Drag&drop address picking interface is a PRO feature. Interested in "
981
- "switching to PRO?"
982
- msgstr ""
983
-
984
- #: google-maps-widget.php:929
985
- msgid "Export &amp; Import"
986
- msgstr ""
987
-
988
- #: google-maps-widget.php:936
989
- msgid "Google Maps API Key"
990
- msgstr ""
991
-
992
- #: google-maps-widget.php:944
993
- msgid "Map Shortcode"
994
- msgstr ""
995
-
996
- #: google-maps-widget.php:955
997
- msgid "Track with Google Analytics"
998
- msgstr ""
999
-
1000
- #: google-maps-widget.php:959
1001
- msgid "Include jQuery"
1002
- msgstr ""
1003
-
1004
- #: google-maps-widget.php:963
1005
- msgid "Include Colorbox &amp; Thumbnail CSS"
1006
- msgstr ""
1007
-
1008
- #: google-maps-widget.php:967
1009
- msgid "Include Colorbox JS"
1010
- msgstr ""
1011
-
1012
- #: google-maps-widget.php:971
1013
- msgid "Disable Admin Tooltips"
1014
- msgstr ""
1015
-
1016
- #: google-maps-widget.php:981
1017
- msgid "Save Settings"
1018
- msgstr ""
1019
-
1020
- #: google-maps-widget.php:988
1021
- msgid "Export widgets"
1022
- msgstr ""
1023
-
1024
- #: google-maps-widget.php:993
1025
- msgid "Import widgets"
1026
- msgstr ""
1027
-
1028
- #: google-maps-widget.php:1011
1029
- msgid "License Key"
1030
- msgstr ""
1031
-
1032
- #: google-maps-widget.php:1017 google-maps-widget.php:1024
1033
- msgid "License Key Status"
1034
- msgstr ""
1035
-
1036
- #: google-maps-widget.php:1029
1037
- msgid "Save and Validate License Key"
1038
- msgstr ""
1039
-
1040
- #: google-maps-widget.php:1042
1041
- msgid "Please double-check the license key. The format is not valid."
1042
- msgstr ""
1043
-
1044
- #. Plugin URI of the plugin/theme
1045
- msgid "http://www.googlemapswidget.com/"
1046
- msgstr ""
1047
-
1048
- #. Description of the plugin/theme
1049
- msgid ""
1050
- "Display a single-image super-fast loading Google map in a widget. A larger, "
1051
- "full featured map is available as an image replacement or in a lightbox. "
1052
- "Includes shortcode support and numerous options."
1053
- msgstr ""
1054
-
1055
- #. Author of the plugin/theme
1056
- msgid "Web factory Ltd"
1057
- msgstr ""
1058
-
1059
- #. Author URI of the plugin/theme
1060
- msgid "http://www.webfactoryltd.com/"
1061
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/index.php DELETED
@@ -1,2 +0,0 @@
1
- <?php
2
- // Silence is golden.
 
 
readme.txt CHANGED
@@ -1,18 +1,18 @@
1
- === Google Maps Widget - Ultimate Google Maps Plugin ===
2
- Contributors: WebFactory, GoogleMapsWidget
3
- Tags: google maps, google map, gmap, maps, map widget, map markers, google maps plugin, wp google map, map plugin, map directions, google maps widget, map builder
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.9
8
- Stable tag: 3.90
9
  Requires PHP: 5.2
10
 
11
- Tired of broken Google Maps taking hours to setup? With Google Maps Widget you'll have a perfect map with a thumbnail & lightbox in minutes!
12
 
13
  == Description ==
14
 
15
- Tired of buggy & slow Google Maps plugins that take hours to setup? With Google Maps Widget you'll have a perfect map with a thumbnail & lightbox in minutes! **No nonsense maps - we know you're in a hurry!** Join 100,000+ happy Google Maps users.
16
 
17
  [youtube https://www.youtube.com/watch?v=oVrTGKepPPI]
18
 
@@ -26,30 +26,34 @@ Check out some examples on the <a href="https://www.gmapswidget.com/">Google Map
26
 
27
  **Thumbnail Google map options**
28
 
29
- * map size - width & height
30
- * map type - road, satellite, terrain & hybrid
31
- * map color scheme - default, bright, gowalla, midnight, refreshed, ultra light, mapbox + 11 extra & any custom map style in PRO
 
 
32
  * zoom level
33
  * pin type
34
  * pin color
35
  * pin size
36
  * pin label
37
- * custom pin icon - any image can be used
38
- * 1500+ pins library in PRO
39
- * link type - lightbox, custom URL, replace thumbnail with interactive map (PRO), immediately show interactive map (PRO) or disable link
40
  * image format
41
- * map language
42
- * text above map
43
- * text below map
44
 
45
  **Interactive Google map options**
46
 
47
- * lightbox size - width & height (auto-adjusted on smaller screens) or fullscreen in PRO
48
- * map mode - place + in PRO: directions, search, view & street view
 
 
49
  * map type - road & satellite
50
- * map color scheme - 15 styles & any custom map style in PRO
51
  * pins clustering - PRO feature
52
- * zoom level
53
  * lightbox skin - light, dark + 20 extra in PRO
54
  * lightbox features - close on overlay click, close on esc key, close button & show map title
55
  * map language
@@ -63,27 +67,27 @@ Check out some examples on the <a href="https://www.gmapswidget.com/">Google Map
63
  **Multiple Pins**
64
 
65
  * full clustering and filtering support for pins on Google maps - <a href="https://www.gmapswidget.com/">demos</a> available on site
66
- * you can add unlimited pins with custom markers and descriptions to thumbnail and interactive map (PRO feature)
67
- * every map pin has the following options: show on thumbnail and/or interactive map, set custom pin image, set on-click behavior: open custom description bubble, open URL in new/same tab or do nothing
68
 
69
 
70
- > > **PRO** version of Google Maps Widget offers more than 50 extra features and options including multiple pins support, clustering, pins library, skins, export, import and widget cloning features, Google Analytics integration and premium, USA based support. Install the plugin and try the PRO features 7 days for free! Features are activated instantly. Or read more about it on the <a href="https://www.gmapswidget.com/">official Google Maps Widget site</a>.
71
 
72
 
73
  **Showcase & What others say about Google Maps Widget**
74
 
75
  * see a live example of Google Maps Widget showing off server locations around the world on <a href="http://www.bitcatcha.com/">Bitcatcha</a>
76
  * voted on the <a href="http://themesplugins.com/Plugin-detail/google-maps-widget-google-map-free-plugin-for-wordpress/" title="Top 100 WordPressian plugin">Top 100 List</a> by WordPressian
77
- * made it on the <a href="http://tidyrepo.com/google-maps-widget/">Tidy Repo</a> list
78
  * reviewed 5/5 by <a href="http://websmush.com/google-maps-widget-plugin-review/">Web Smush</a>
79
- * one of 3 best google map plugins by <a href="http://torquemag.io/the-3-best-map-plugins-for-wordpress/">The Torque Mag</a>
80
  * "an easier way to add Google maps to your site" says <a href="http://www.wpbeginner.com/wp-tutorials/how-to-add-google-maps-in-wordpress/">WP Beginner</a>
81
  * <a href="http://designscrazed.org/wordpress-google-map-plugins/">Design Crazed</a> puts in on the top 20 Google maps list
82
- * <a href="http://www.inkthemes.com/easily-integrate-google-map-in-your-wordpress-themes-widget-area/09/">InkThemes</a> shows how easy it is to use GMW
83
- * <a href="http://www.indexwp.com/google-maps-widget/">IndexWP</a> calls it a "handy map plugin"
84
-
85
 
86
- **Translators (thank you!)**
87
 
88
  * English - original :)
89
  * Swedish - Sofia Asklund
@@ -107,19 +111,19 @@ Check out some examples on the <a href="https://www.gmapswidget.com/">Google Map
107
 
108
  == Installation ==
109
 
110
- **Follow the usual routine**
111
 
112
  1. Open WordPress admin, go to Plugins, click Add New
113
  2. Enter "Google Maps Widget" in search and hit Enter
114
  3. Plugin will show up as the first on the list, click "Install Now"
115
- 4. Activate & go to Appearance - Widgets to configure
116
 
117
  **Or if needed, upload manually**
118
 
119
  1. Download the plugin.
120
  2. Unzip it and upload to _wp-content/plugin/_
121
- 3. Open WordPress admin - Plugins and click "Activate" next to the plugin
122
- 4. Configure the plugin under Appearance - Widgets
123
 
124
 
125
  == Frequently Asked Questions ==
@@ -128,331 +132,233 @@ Check out some examples on the <a href="https://www.gmapswidget.com/">Google Map
128
 
129
  For anyone who needs a map on their site in 5 seconds.
130
 
131
- = Map shows the wrong location =
132
 
133
  Write the address differently, or more precisely. Make sure you enter the street, town and country name. If necessary enter lat/lng coordinates instead of the address. Use the numeric notation, eg: "40.7127, 74.0059"
134
 
135
  = How to generate the API key =
136
 
137
- We understand that creating an API key is frustrating but it takes less than a minute and it's something Google requires.
138
- Follow <a href="https://console.developers.google.com/flows/enableapi?apiid=maps_embed_backend&keyType=CLIENT_SIDE&reusekey=true" target="_blank">wizard step #1</a> - login with any Gmail account, click next/confirm a few times with the default settings &amp; copy the key you see on the screen; it's the key you need. Then use <a href="https://console.developers.google.com/flows/enableapi?apiid=static_maps_backend&keyType=CLIENT_SIDE&reusekey=true" target="_blank">wizard step #2</a>, select the same "My Project" project from the list and that's it. Save the key in GMW settings.
139
  If you want to protect your API key by using the "Accept requests from these HTTP referrers (web sites)" option in Google Console make sure to add your domain in these two formats: `*.mydomain.com/*` and `mydomain.com/*` and wait a few minutes until Google makes the necessary changes.
 
140
 
141
- = Thumbnail map works but lightbox won't open on click =
142
 
143
- You probably have Fancybox JS and CSS files included twice; once by the theme and second time by GMW plugin. Remove one instance of files. If that's not the case then you have a fatal JS error that's preventing execution of other JS code. Hit F12 in Firefox or Chrome and have a look at the debug console. If there are any red lines - it's a fatal error.
144
  Open a new thread in the <a href="http://wordpress.org/support/plugin/google-maps-widget">support forums</a> but please bear in mind that support is community based and we do this in our spare time.
145
 
146
- = It's not working!!! Arrrrrrrrr =
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
 
148
  Read the <a href="http://wordpress.org/support/plugin/google-maps-widget">support forum</a> rules (no seriously, read them) and then if needed open new a thread.
149
 
150
  == Screenshots ==
151
 
152
- 1. Simple & fast - you'll have a great map working in under a minute
153
- 2. Thumbnail map is shown as a widget and since it's just one image it loads super-fast (1 request, about 20KB)
154
- 3. Larger map with all interactive features is available in the lightbox
155
- 4. Widget options - Thumbnail map
156
- 5. Widget options - Interactive map
157
- 6. Widget options - Shortcode
158
- 7. Thumbnail map - light color scheme
159
 
160
  == Changelog ==
161
 
 
 
 
 
 
 
 
162
  = 3.90 =
163
- * 2018/05/29
164
- * added Midnight thumbnail color scheme
165
  * new prices for lifetime license
166
  * we're at 1,550,000 downloads
167
 
168
  = 3.85 =
169
- * 2018/05/03
170
- * added Bright thumbnail color scheme
171
 
172
  = 3.83 =
173
- * 2018/02/26
174
  * pushing strong on translations!
175
- * added Gowalla thumbnail color scheme
176
 
177
  = 3.80 =
178
- * 2018/02/07
179
  * translations are going great thanks to our helpful users!
180
  * problems with API keys continue due to users who refuse to create their own keys :(
181
 
182
  = 3.75 =
183
- * 2017/12/25
184
- * continuing with translation efforts
185
- * added Mapbox thumbnail color scheme
186
- * plugin name changed to test for better search position
187
  * lower agency price from 08/01/2017
188
 
189
- = 3.70 =
190
- * 2017/12/05
191
- * Russian translation is at 100%
192
- * continuing with translation efforts
193
- * fixed a few small JS bugs
194
-
195
- = 3.65 =
196
- * 2017/11/17
197
- * updates for WP 4.9
198
- * continuing with translation
199
-
200
  = 3.60 =
201
- * 2017/09/04
202
  * minor improvements
203
  * new pricing table
204
 
205
- = 3.58 =
206
- * 2017/07/11
207
- * fixed bug on <img> width & height
208
-
209
- = 3.55 =
210
- * 2017/05/08
211
- * minor bug fixes
212
- * trial is no longer available from the plugin
213
-
214
  = 3.50 =
215
- * 2017/02/17
216
- * minor bug fixes
217
- * lower PRO prices
218
-
219
- = 3.49 =
220
- * 2017/01/16
221
- * minor bug fixes
222
 
223
  = 3.47 =
224
- * 2017/01/03
225
- * minor bug fixes
226
  * API improvements
227
 
228
- = 3.45 =
229
- * 2016/10/24
230
- * new prices, trial 14 days
231
- * welcome pointer added
232
- * minor bug fixes
233
-
234
  = 3.40 =
235
- * 2016/08/21
236
- * minor bug fixes
237
- * changes in prices for PRO
238
 
239
  = 3.39 =
240
- * 2016/07/10
241
- * fix for "over quota limit" error some users were getting
242
-
243
- = 3.38 =
244
- * 2016/06/23
245
- * just a few bug fixes
246
-
247
- = 3.36 =
248
- * 2016/05/11
249
- * minor bug fixes
250
 
251
  = 3.35 =
252
- * 2016/04/30
253
- * bug fixes
254
  * new static map color scheme
255
  * big cleanup - plugin footprint reduced by half
256
 
257
  = 3.30 =
258
- * 2016/04/14
259
- * bug fixes
260
  * WP v4.5 updates
261
 
262
- = 3.25 =
263
- * 2016/03/24
264
- * even more new map pins
265
- * bug fixes
266
- * 7 days trial can now be activated within the plugin
267
-
268
  = 3.20 =
269
- * 2016/03/10
270
  * new map pins
271
- * bug fixes
272
 
273
  = 3.15 =
274
- * 2016/03/07
275
- * widgets can now be cloned
276
- * minor fixes
277
 
278
  = 3.10 =
279
- * 2016/02/23
280
  * security enhancements
281
 
282
  = 3.05 =
283
- * 2016/02/19
284
- * few minor bug fixes
285
  * added google maps API key tester
286
 
287
  = 3.04 =
288
- * 2016/02/17
289
  * added more detailed instructions on how to generate the API key
290
- * few minor bug fixes
291
 
292
  = 3.0 =
293
- * 2016/02/16
294
- * huge upgrade - numerous functions added
295
  * switched to new Google Maps API
296
 
297
- = 2.92 =
298
- * 2016/01/14
299
- * we made it to 100 thousand active installations ;)
300
- * minor bug fixes
301
-
302
  = 2.90 =
303
- * 2015/12/14
304
  * added option for donating
305
  * checked WP v4.4 compatibility
306
 
307
  = 2.85 =
308
- * 2015/12/02
309
  * enhancements in PHP
310
 
311
  = 2.80 =
312
- * 2015/11/18
313
  * fixed a big bug in JS (widget admin UI init)
314
 
315
  = 2.75 =
316
- * 2015/10/26
317
  * minor JS tweaks and bug fixes
318
 
319
  = 2.70 =
320
- * 2015/10/12
321
  * fixed a nasty bug with shortcode rendering (thanks Hey You!)
322
  * JS and CSS fixes for widget UI in the theme customizer
323
 
324
  = 2.66 =
325
- * 2015/10/05
326
- * minor bug fixes
327
  * we'll be soon removing all PO files from the plugin since the strings were merged into the official WP translate project
328
 
329
  = 2.60 =
330
- * 2015/08/31
331
  * added data validation on input fields
332
  * minor CSS tweaks
333
 
334
  = 2.51 =
335
- * 2015/07/27
336
  * updated PHP4 style class constructor to PHP5 one
337
  * lowered cron for tracking to once every 14 days
338
  * did some prep work for the upcoming 4.3 version of WP
339
 
340
  = 2.45 =
341
- * 2015/06/15
342
  * fixed a bug on notice dismiss action
343
  * added Russian translation - thanks Ivanka!
344
 
345
  = 2.40 =
346
- * 2015/05/25
347
- * few small bugs fixed
348
  * admin JS completely rebuilt
349
  * fixed PO file
350
  * we broke 90,000 installations ;)
351
 
352
  = 2.35 =
353
- * 2015/04/27
354
- * few small bugs fixed
355
  * WP v4.2 compatibility checked
356
  * remove_query_arg() security issue fixed
357
- * we broke 500,000 downloads ;)
358
 
359
  = 2.30 =
360
- * 2015/03/02
361
  * JS rewrites
362
- * few small bugs fixed
363
 
364
  = 2.25 =
365
- * 2015/02/23
366
  * a few visual enhancements
367
  * new screenshots
368
  * shortcode name availability is checked before registering it
369
  * visual builder compatibility fix
370
 
371
  = 2.20 =
372
- * 2015/02/16
373
  * added shortcode support
374
 
375
  = 2.15 =
376
- * 2015/02/09
377
  * fixed a _plugin_deactivate_ bug nobody noticed for 2 years :(
378
  * all JS texts are now loaded via wp_localize_script()
379
 
380
  = 2.10 =
381
- * 2015/02/02
382
  * auto-adjust map size on smaller screens - thanks bruzm!
383
  * marked each widget with core version for future updates
384
 
385
  = 2.06 =
386
- * 2015/01/26
387
  * language file updated
388
  * preparing for JS rewrite
389
 
390
  = 2.05 =
391
- * 2015/01/19
392
  * code rewriting
393
- * minor bug fixes
394
 
395
  = 2.01 =
396
- * 2015/01/13
397
  * somehow one JS file got renamed :(
398
 
399
  = 2.0 =
400
- * 2015/01/13
401
  * lots of rewrites
402
  * additional features can now be activated by subscribing to our newsletter
403
 
404
- = 1.95 =
405
- * 2014/12/19
406
- * minor WP v4.1 updates
407
-
408
  = 1.93 =
409
- * 2014/12/03
410
- * we can no longer offer discounts for our Envato products in GMW
411
  * so no changes to the plugin, just some messages edited
412
 
413
  = 1.92 =
414
- * 2014/11/12
415
  * minor bug fixes
416
  * preparations for admin JS rewrite
417
 
418
  = 1.90 =
419
- * 2014/10/20
420
  * added Serbian translation; thanks Ogi!
421
 
422
  = 1.86 =
423
- * 2014/10/12
424
  * updated POT file
425
  * updated Croatian translation
426
 
427
  = 1.85 =
428
- * 2014/09/22
429
  * added custom pin image option for thumbnail map - thanks Rudloff!
430
 
431
- = 1.80 =
432
- * 2014/09/08
433
- * minor updates for WordPress v4.0
434
-
435
  = 1.75 =
436
- * 2014/07/29
437
  * lightbox skins are back; light and dark for now, more coming soon
438
  * updated lightbox jS
439
 
440
  = 1.70 =
441
- * 2014/07/10
442
- * fixed a small bug on thumbnail
443
  * finished up a todo
444
 
445
  = 1.65 =
446
- * 2014/05/06
447
  * finished up a few todos
448
 
449
  = 1.60 =
450
- * 2014/04/17
451
  * update for WordPress v3.9, widget edit GUI now works in theme customizer
452
  * if you run into any issues please report them in the support forums
453
 
454
  = 1.55 =
455
- * 2014/04/07
456
  * fixed shortcode handling in map's header & footer
457
  * added Ukrainian translation - thank you Victor Shutovskiy!
458
 
@@ -463,150 +369,113 @@ Read the <a href="http://wordpress.org/support/plugin/google-maps-widget">suppor
463
  * still working on those lightbox skins, sorry :(
464
 
465
  = 1.47 =
466
- * 2014/03/05
467
- * minor bug fix
468
- * working on those lightbox skins :)
469
 
470
  = 1.45 =
471
- * 2014/03/04
472
  * switched to <a href="http://www.jacklmoore.com/colorbox/">Colorbox</a> lightbox script
473
  * lightbox skin is still temporarily unavailable
474
 
475
  = 1.40 =
476
- * 2014/02/10
477
  * due to licensing issues switched to FancyBox v1.3.4
478
  * lightbox skin is temporarily unavailable
479
  * minor bug fix related to activate/upgrade hook calls
480
 
481
  = 1.35 =
482
- * 2014/02/05
483
  * added optional plugin usage tracking (<a href="https://www.gmapswidget.com/plugin-tracking-info/">detailed info</a>)
484
 
485
  = 1.31 =
486
- * 2014/02/03
487
  * WP v3.8.1 compatibility check
488
 
489
  = 1.30 =
490
- * 2014/01/16
491
  * added Dutch translation; thank you Arno!
492
 
493
  = 1.25 =
494
- * 2014/01/03
495
  * preparations for opt-in plugin usage tracking
496
  * Spanish translation updated; thanks Jesus!
497
 
498
  = 1.20 =
499
- * 2013/12/17
500
  * WP v3.8 update
501
  * language files update
502
 
503
  = 1.15 =
504
- * 2013/11/25
505
  * added option for thumbnail map to link to a custom URL which disables the lightbox; you can link to a lightbox, a custom link or remove the link all together
506
 
507
  = 1.10 =
508
- * 2013/11/18
509
  * added option for thumbnail map to use the new look/color scheme
510
 
511
  = 1.05 =
512
- * 2013/11/04
513
  * added Chinese traditional translation; thanks Wyeoh
514
 
515
  = 1.0 =
516
- * 2013/10/28
517
  * WP 3.7 compatibility check
518
  * added Chinese simplified translation; thanks Wyeoh
519
 
520
  = 0.95 =
521
- * 2013/10/21
522
  * added French translation; thanks Karimba
523
 
524
  = 0.90 =
525
- * 2013/10/14
526
  * added German translation; thanks Karimba
527
  * we reached 100k downloads ;)
528
 
529
  = 0.86 =
530
- * 2013/10/07
531
  * fixed a few strict standards errors; thanks Jay!
532
 
533
  = 0.85 =
534
- * 2013/10/03
535
  * added Croatian translation; thank you Gordan
536
 
537
  = 0.80 =
538
- * 2013/09/28
539
  * minor translation fixes
540
  * added Spanish translation; thank you Jesus!
541
 
542
  = 0.75 =
543
- * 2013/09/24
544
  * map language is autodetected based on user's browser language (HTTP_ACCEPT_LANGUAGE header)
545
  * added Swedish translation; thank you Sofia!
546
  * German and Croatian translations will be up next
547
 
548
  = 0.71 =
549
- * 2013/09/17
550
  * few more preparations for translation
551
  * Swedish translation coming in a few days
552
 
553
  = 0.70 =
554
- * 2013/09/05
555
  * prepared everything for translation, POT file is available and all strings are wrapped in <i>__()</i>
556
- * protocols should now match http/https for both thumbnail and ligtbox map
557
  * <a href="https://www.gmapswidget.com/">www.gmapswidget.com</a> is up and running
558
 
559
  = 0.65 =
560
- * 2013/08/05
561
  * updated JS for WP v3.6
562
 
563
  = 0.60 =
564
- * 2013/04/06
565
  * fixed zoom bug in lightbox
566
 
567
  = 0.55 =
568
- * 2013/04/05
569
  * added 2 new options - text above and below thumbnail map
570
  * updated fancyBox JS to the latest version
571
- * minor code improvements
572
 
573
  = 0.50 =
574
- * 2012/12/12
575
  * small WP 3.5 compatibility fixes
576
 
577
- = 0.41 =
578
- * 2012/12/03
579
- * removed screenshots from plugin package
580
-
581
  = 0.4 =
582
- * 2012/11/28
583
  * fixed non UTF-8 address bug
584
 
585
  = 0.37 =
586
- * 2012/11/19
587
  * fixed bug to use google.com instead of google.co.uk
588
 
589
  = 0.35 =
590
- * 2012/09/28
591
  * added 4 skins for lightbox
592
 
593
  = 0.31 =
594
- * 2012/09/14
595
  * fix for bad themes which don't respect proper sidebar markup
596
 
597
  = 0.3 =
598
- * 2012/09/04
599
  * lightbox script changed from jQuery UI Dialog to <a href="http://fancyapps.com/fancybox/">fancyBox2</a>
600
  * added "show map title on lightbox" option
601
  * significant speed improvements
602
- * preparations for lightbox skins
603
 
604
  = 0.22 =
605
- * 2012/08/31
606
  * Fixed small JS related GUI bug
607
 
608
  = 0.2 =
609
- * 2012/08/28
610
  * Complete GUI rewrite
611
  * Added header text option
612
  * Added address bubble visibility option
@@ -614,18 +483,14 @@ Read the <a href="http://wordpress.org/support/plugin/google-maps-widget">suppor
614
  * Fixed lightbox map size bug
615
 
616
  = 0.13 =
617
- * 2012/08/09
618
  * Added pin size for thumbnail map
619
 
620
  = 0.12 =
621
- * 2012/08/07
622
  * Added pin color for thumbnail map
623
  * Fixed a few minor bugs
624
 
625
  = 0.11 =
626
- * 2012/08/06
627
  * Fixed a few minor bugs
628
 
629
  = 0.1 =
630
- * 2012/08/03
631
- * Initial release
1
+ === Google Maps Widget - Best Google Maps Plugin ===
2
+ Contributors: WebFactory, GoogleMapsWidget, WPReset, underconstructionpage
3
+ Tags: google maps, maps, map, map markers, google map, google maps plugin, wp google maps, wp google map, map plugin, directions, google map plugin, 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.9
8
+ Stable tag: 3.95
9
  Requires PHP: 5.2
10
 
11
+ Google Maps taking forever to load? Try Google Maps Widget. You'll have a fast Google map with a thumbnail & lightbox in minutes!
12
 
13
  == Description ==
14
 
15
+ Tired of buggy & slow Google Maps plugins that take hours to setup? With Google Maps Widget you'll have a perfect map with a thumbnail & lightbox in minutes! **No nonsense Google maps - we know you're in a hurry!** Join 100,000+ happy Google maps users.
16
 
17
  [youtube https://www.youtube.com/watch?v=oVrTGKepPPI]
18
 
26
 
27
  **Thumbnail Google map options**
28
 
29
+ Google Maps Widget thumbnail uses the Google Maps Static Maps API. It loads the entire google map in only one request compared to 20+ requests it takes other Google maps plugins to load them. This ensures your site loads as fast as possible!
30
+
31
+ * Custom google map size - map width & map height
32
+ * Choose any google map type you prefer - road map, satellite map, terrain map & hybrid map
33
+ * Plenty of google map color schemes - default, bright, gowalla, midnight, refreshed, ultra light, mapbox + 11 extra & any custom google map style in PRO
34
  * zoom level
35
  * pin type
36
  * pin color
37
  * pin size
38
  * pin label
39
+ * custom map pin icon - any image can be used
40
+ * 1500+ map pins library in PRO
41
+ * link type - lightbox map, custom URL, replace thumbnail map with interactive google map (PRO), immediately show interactive google map (PRO) or disable link
42
  * image format
43
+ * google map language
44
+ * text above google map
45
+ * text below google map
46
 
47
  **Interactive Google map options**
48
 
49
+ Interactive google maps loads in a lightbox or as an in-place replacement for the thumbnail Google map if your using Google Maps Widget PRO. It has all the standard interactive google map features users are accustomed too.
50
+
51
+ * lightbox size - map width & map height (auto-adjusted on smaller screens) or fullscreen map in PRO
52
+ * map mode - place + in PRO: directions, search, view & google street view
53
  * map type - road & satellite
54
+ * map color scheme - 15 map styles & any custom google map style in PRO
55
  * pins clustering - PRO feature
56
+ * map zoom level
57
  * lightbox skin - light, dark + 20 extra in PRO
58
  * lightbox features - close on overlay click, close on esc key, close button & show map title
59
  * map language
67
  **Multiple Pins**
68
 
69
  * full clustering and filtering support for pins on Google maps - <a href="https://www.gmapswidget.com/">demos</a> available on site
70
+ * you can add unlimited pins with custom markers and descriptions to thumbnail and interactive Google maps (PRO feature)
71
+ * every map pin has the following options: show on the map thumbnail and/or interactive map, set custom map pin image, set on-click behavior: open custom description bubble, open URL in new/same tab or do nothing
72
 
73
 
74
+ > > **PRO** version of Google Maps Widget offers more than 50 extra features and options including multiple map pins support, map pin clustering, pins library, skins, export, import and widget cloning features, Google Analytics integration and premium, USA based support. Read more about the PRO version on the <a href="https://www.gmapswidget.com/">official Google Maps Widget site</a>.
75
 
76
 
77
  **Showcase & What others say about Google Maps Widget**
78
 
79
  * see a live example of Google Maps Widget showing off server locations around the world on <a href="http://www.bitcatcha.com/">Bitcatcha</a>
80
  * voted on the <a href="http://themesplugins.com/Plugin-detail/google-maps-widget-google-map-free-plugin-for-wordpress/" title="Top 100 WordPressian plugin">Top 100 List</a> by WordPressian
81
+ * made it on the <a href="http://tidyrepo.com/google-maps-widget/">Tidy Repo</a> as "well supported Google Maps plugin"
82
  * reviewed 5/5 by <a href="http://websmush.com/google-maps-widget-plugin-review/">Web Smush</a>
83
+ * one of 3 best Google map plugins by <a href="http://torquemag.io/the-3-best-map-plugins-for-wordpress/">The Torque Mag</a>
84
  * "an easier way to add Google maps to your site" says <a href="http://www.wpbeginner.com/wp-tutorials/how-to-add-google-maps-in-wordpress/">WP Beginner</a>
85
  * <a href="http://designscrazed.org/wordpress-google-map-plugins/">Design Crazed</a> puts in on the top 20 Google maps list
86
+ * <a href="http://www.inkthemes.com/easily-integrate-google-map-in-your-wordpress-themes-widget-area/09/">InkThemes</a> shows how easy it is to use Google Maps Widget
87
+ * <a href="http://www.indexwp.com/google-maps-widget/">IndexWP</a> calls it a "handy google maps plugin"
88
+ * <a href="https://www.webhostingsecretrevealed.net/blog/wordpress-blog/an-easy-and-painless-guide-for-adding-google-map-in-wordpress/">A Painless Guide For Adding Google Maps In WordPress</a> by WHSR
89
 
90
+ **Google Maps Widget Translators (thank you!)**
91
 
92
  * English - original :)
93
  * Swedish - Sofia Asklund
111
 
112
  == Installation ==
113
 
114
+ **Follow the usual routine to install Google Maps Widget**
115
 
116
  1. Open WordPress admin, go to Plugins, click Add New
117
  2. Enter "Google Maps Widget" in search and hit Enter
118
  3. Plugin will show up as the first on the list, click "Install Now"
119
+ 4. Activate & go to Appearance - Widgets to configure Google Maps Widget
120
 
121
  **Or if needed, upload manually**
122
 
123
  1. Download the plugin.
124
  2. Unzip it and upload to _wp-content/plugin/_
125
+ 3. Open WordPress admin - Plugins and click "Activate" next to the Google Maps Widget plugin
126
+ 4. Configure the Google Maps Widget under Appearance - Widgets
127
 
128
 
129
  == Frequently Asked Questions ==
132
 
133
  For anyone who needs a map on their site in 5 seconds.
134
 
135
+ = Google Map shows the wrong location =
136
 
137
  Write the address differently, or more precisely. Make sure you enter the street, town and country name. If necessary enter lat/lng coordinates instead of the address. Use the numeric notation, eg: "40.7127, 74.0059"
138
 
139
  = How to generate the API key =
140
 
141
+ We understand that creating a Google Maps API key is frustrating but it takes less than a minute and it's something Google requires.
142
+ Follow <a href="https://console.developers.google.com/flows/enableapi?apiid=maps_embed_backend&keyType=CLIENT_SIDE&reusekey=true" target="_blank">wizard step #1</a> - login with any Gmail account, click next/confirm a few times with the default settings &amp; copy the Google Maps API key you see on the screen; it's the key you need. Then use <a href="https://console.developers.google.com/flows/enableapi?apiid=static_maps_backend&keyType=CLIENT_SIDE&reusekey=true" target="_blank">wizard step #2</a>, select the same "My Project" project from the list and that's it. Save the key in Google Maps Widget settings.
143
  If you want to protect your API key by using the "Accept requests from these HTTP referrers (web sites)" option in Google Console make sure to add your domain in these two formats: `*.mydomain.com/*` and `mydomain.com/*` and wait a few minutes until Google makes the necessary changes.
144
+ If that didn't help read our detailed guide on <a href="https://www.gmapswidget.com/documentation/generate-google-maps-api-key/">how to create a Google Maps API key</a>.
145
 
146
+ = Google map thumbnail works but lightbox won't open on click =
147
 
148
+ You probably have Fancybox JS and CSS files included twice; once by the theme and second time by Google Maps Widget plugin. Remove one instance of files. If that's not the case then you have a fatal JS error that's preventing execution of other JS code. Hit F12 in Firefox or Chrome and have a look at the debug console. If there are any red lines - it's a fatal error.
149
  Open a new thread in the <a href="http://wordpress.org/support/plugin/google-maps-widget">support forums</a> but please bear in mind that support is community based and we do this in our spare time.
150
 
151
+ = The Google map is not working!!! Arrrrrrrrr =
152
+
153
+ = How do I get WP Google Maps Pro? =
154
+ Simply visit http://www.wpgmaps.com and purchase the WP Google Maps Professional Edition for $39.99 once off. Free updates and support included forever.
155
+
156
+ = I've installed the plugin, now what? =
157
+ Once installed and activated, a link should appear in your left navigation panel within your WP-ADMIN section. Click on the "WP Google Maps" link and follow the on screen instructions.
158
+
159
+ = How do I put a Google map on my page/post? =
160
+ In order to show your custom Google map on your page or post, simply copy the shortcode supplied and paste it into your page or post. WP Google Maps will automatically configure the map to the settings you selected in the map edit page.
161
+
162
+ = How do I add a map widget to my widget area? =
163
+ To add your map to your widgets area, simply go to Appearance->Widgets and drag the "WP Google Maps" Map Widget to your sidebar. You then edit the map widget to reflect the correct map.
164
+
165
+ = I want to use this but I dont have WordPress =
166
+ Try [Nifty Maps](http://www.niftymaps.co) - Comprehensive Map Builder for all websites
167
 
168
  Read the <a href="http://wordpress.org/support/plugin/google-maps-widget">support forum</a> rules (no seriously, read them) and then if needed open new a thread.
169
 
170
  == Screenshots ==
171
 
172
+ 1. Google Maps - Simple & fast - you'll have a great google map working in under a minute
173
+ 2. Google Maps - Thumbnail map is shown as a widget and since it's just one image it loads super-fast (1 request, about 20KB)
174
+ 3. Google Maps - Larger map with all interactive features is available in the lightbox
175
+ 4. Google Maps - Widget options - Thumbnail map
176
+ 5. Google Maps - Widget options - Interactive map
177
+ 6. Google Maps - Widget options - Shortcode
178
+ 7. Google Maps - Thumbnail map - light color scheme
179
 
180
  == Changelog ==
181
 
182
+ = 3.95 =
183
+ * yearly prices test; $19 -> $18.99
184
+ * integrated GR popup in admin
185
+ * removed /lang/ folder
186
+ * added Neon color scheme
187
+ * removed test API keys - all maps now need a valid API key
188
+
189
  = 3.90 =
190
+ * added Midnight thumbnail map color scheme
 
191
  * new prices for lifetime license
192
  * we're at 1,550,000 downloads
193
 
194
  = 3.85 =
195
+ * added Bright thumbnail map color scheme
 
196
 
197
  = 3.83 =
 
198
  * pushing strong on translations!
199
+ * added Gowalla thumbnail map color scheme
200
 
201
  = 3.80 =
 
202
  * translations are going great thanks to our helpful users!
203
  * problems with API keys continue due to users who refuse to create their own keys :(
204
 
205
  = 3.75 =
206
+ * added Mapbox thumbnail map color scheme
 
 
 
207
  * lower agency price from 08/01/2017
208
 
 
 
 
 
 
 
 
 
 
 
 
209
  = 3.60 =
 
210
  * minor improvements
211
  * new pricing table
212
 
 
 
 
 
 
 
 
 
 
213
  = 3.50 =
214
+ * lower Google Maps Widget PRO prices
 
 
 
 
 
 
215
 
216
  = 3.47 =
 
 
217
  * API improvements
218
 
 
 
 
 
 
 
219
  = 3.40 =
220
+ * changes in prices for Google Maps Widget PRO
 
 
221
 
222
  = 3.39 =
223
+ * fix for google maps API "over quota limit" error some users were getting
 
 
 
 
 
 
 
 
 
224
 
225
  = 3.35 =
 
 
226
  * new static map color scheme
227
  * big cleanup - plugin footprint reduced by half
228
 
229
  = 3.30 =
 
 
230
  * WP v4.5 updates
231
 
 
 
 
 
 
 
232
  = 3.20 =
 
233
  * new map pins
 
234
 
235
  = 3.15 =
236
+ * map widgets can now be cloned
 
 
237
 
238
  = 3.10 =
 
239
  * security enhancements
240
 
241
  = 3.05 =
 
 
242
  * added google maps API key tester
243
 
244
  = 3.04 =
 
245
  * added more detailed instructions on how to generate the API key
 
246
 
247
  = 3.0 =
248
+ * huge upgrade - numerous google map functions added
 
249
  * switched to new Google Maps API
250
 
 
 
 
 
 
251
  = 2.90 =
 
252
  * added option for donating
253
  * checked WP v4.4 compatibility
254
 
255
  = 2.85 =
 
256
  * enhancements in PHP
257
 
258
  = 2.80 =
 
259
  * fixed a big bug in JS (widget admin UI init)
260
 
261
  = 2.75 =
 
262
  * minor JS tweaks and bug fixes
263
 
264
  = 2.70 =
 
265
  * fixed a nasty bug with shortcode rendering (thanks Hey You!)
266
  * JS and CSS fixes for widget UI in the theme customizer
267
 
268
  = 2.66 =
 
 
269
  * we'll be soon removing all PO files from the plugin since the strings were merged into the official WP translate project
270
 
271
  = 2.60 =
 
272
  * added data validation on input fields
273
  * minor CSS tweaks
274
 
275
  = 2.51 =
 
276
  * updated PHP4 style class constructor to PHP5 one
277
  * lowered cron for tracking to once every 14 days
278
  * did some prep work for the upcoming 4.3 version of WP
279
 
280
  = 2.45 =
 
281
  * fixed a bug on notice dismiss action
282
  * added Russian translation - thanks Ivanka!
283
 
284
  = 2.40 =
 
 
285
  * admin JS completely rebuilt
286
  * fixed PO file
287
  * we broke 90,000 installations ;)
288
 
289
  = 2.35 =
 
 
290
  * WP v4.2 compatibility checked
291
  * remove_query_arg() security issue fixed
292
+ * we broke 500,000 downloads for Google Maps Widget ;)
293
 
294
  = 2.30 =
 
295
  * JS rewrites
 
296
 
297
  = 2.25 =
 
298
  * a few visual enhancements
299
  * new screenshots
300
  * shortcode name availability is checked before registering it
301
  * visual builder compatibility fix
302
 
303
  = 2.20 =
 
304
  * added shortcode support
305
 
306
  = 2.15 =
 
307
  * fixed a _plugin_deactivate_ bug nobody noticed for 2 years :(
308
  * all JS texts are now loaded via wp_localize_script()
309
 
310
  = 2.10 =
 
311
  * auto-adjust map size on smaller screens - thanks bruzm!
312
  * marked each widget with core version for future updates
313
 
314
  = 2.06 =
 
315
  * language file updated
316
  * preparing for JS rewrite
317
 
318
  = 2.05 =
 
319
  * code rewriting
 
320
 
321
  = 2.01 =
 
322
  * somehow one JS file got renamed :(
323
 
324
  = 2.0 =
 
325
  * lots of rewrites
326
  * additional features can now be activated by subscribing to our newsletter
327
 
 
 
 
 
328
  = 1.93 =
329
+ * we can no longer offer discounts for our Envato products in Google Maps Widget
 
330
  * so no changes to the plugin, just some messages edited
331
 
332
  = 1.92 =
 
333
  * minor bug fixes
334
  * preparations for admin JS rewrite
335
 
336
  = 1.90 =
 
337
  * added Serbian translation; thanks Ogi!
338
 
339
  = 1.86 =
 
340
  * updated POT file
341
  * updated Croatian translation
342
 
343
  = 1.85 =
 
344
  * added custom pin image option for thumbnail map - thanks Rudloff!
345
 
 
 
 
 
346
  = 1.75 =
 
347
  * lightbox skins are back; light and dark for now, more coming soon
348
  * updated lightbox jS
349
 
350
  = 1.70 =
351
+ * fixed a small bug on thumbnail map
 
352
  * finished up a todo
353
 
354
  = 1.65 =
 
355
  * finished up a few todos
356
 
357
  = 1.60 =
 
358
  * update for WordPress v3.9, widget edit GUI now works in theme customizer
359
  * if you run into any issues please report them in the support forums
360
 
361
  = 1.55 =
 
362
  * fixed shortcode handling in map's header & footer
363
  * added Ukrainian translation - thank you Victor Shutovskiy!
364
 
369
  * still working on those lightbox skins, sorry :(
370
 
371
  = 1.47 =
372
+ * working on those google map lightbox skins :)
 
 
373
 
374
  = 1.45 =
 
375
  * switched to <a href="http://www.jacklmoore.com/colorbox/">Colorbox</a> lightbox script
376
  * lightbox skin is still temporarily unavailable
377
 
378
  = 1.40 =
 
379
  * due to licensing issues switched to FancyBox v1.3.4
380
  * lightbox skin is temporarily unavailable
381
  * minor bug fix related to activate/upgrade hook calls
382
 
383
  = 1.35 =
 
384
  * added optional plugin usage tracking (<a href="https://www.gmapswidget.com/plugin-tracking-info/">detailed info</a>)
385
 
386
  = 1.31 =
 
387
  * WP v3.8.1 compatibility check
388
 
389
  = 1.30 =
 
390
  * added Dutch translation; thank you Arno!
391
 
392
  = 1.25 =
 
393
  * preparations for opt-in plugin usage tracking
394
  * Spanish translation updated; thanks Jesus!
395
 
396
  = 1.20 =
 
397
  * WP v3.8 update
398
  * language files update
399
 
400
  = 1.15 =
 
401
  * added option for thumbnail map to link to a custom URL which disables the lightbox; you can link to a lightbox, a custom link or remove the link all together
402
 
403
  = 1.10 =
 
404
  * added option for thumbnail map to use the new look/color scheme
405
 
406
  = 1.05 =
 
407
  * added Chinese traditional translation; thanks Wyeoh
408
 
409
  = 1.0 =
 
410
  * WP 3.7 compatibility check
411
  * added Chinese simplified translation; thanks Wyeoh
412
 
413
  = 0.95 =
 
414
  * added French translation; thanks Karimba
415
 
416
  = 0.90 =
 
417
  * added German translation; thanks Karimba
418
  * we reached 100k downloads ;)
419
 
420
  = 0.86 =
 
421
  * fixed a few strict standards errors; thanks Jay!
422
 
423
  = 0.85 =
 
424
  * added Croatian translation; thank you Gordan
425
 
426
  = 0.80 =
 
427
  * minor translation fixes
428
  * added Spanish translation; thank you Jesus!
429
 
430
  = 0.75 =
 
431
  * map language is autodetected based on user's browser language (HTTP_ACCEPT_LANGUAGE header)
432
  * added Swedish translation; thank you Sofia!
433
  * German and Croatian translations will be up next
434
 
435
  = 0.71 =
 
436
  * few more preparations for translation
437
  * Swedish translation coming in a few days
438
 
439
  = 0.70 =
 
440
  * prepared everything for translation, POT file is available and all strings are wrapped in <i>__()</i>
441
+ * protocols should now match http/https for both thumbnail map and ligtbox map
442
  * <a href="https://www.gmapswidget.com/">www.gmapswidget.com</a> is up and running
443
 
444
  = 0.65 =
 
445
  * updated JS for WP v3.6
446
 
447
  = 0.60 =
 
448
  * fixed zoom bug in lightbox
449
 
450
  = 0.55 =
 
451
  * added 2 new options - text above and below thumbnail map
452
  * updated fancyBox JS to the latest version
 
453
 
454
  = 0.50 =
 
455
  * small WP 3.5 compatibility fixes
456
 
 
 
 
 
457
  = 0.4 =
 
458
  * fixed non UTF-8 address bug
459
 
460
  = 0.37 =
 
461
  * fixed bug to use google.com instead of google.co.uk
462
 
463
  = 0.35 =
 
464
  * added 4 skins for lightbox
465
 
466
  = 0.31 =
 
467
  * fix for bad themes which don't respect proper sidebar markup
468
 
469
  = 0.3 =
 
470
  * lightbox script changed from jQuery UI Dialog to <a href="http://fancyapps.com/fancybox/">fancyBox2</a>
471
  * added "show map title on lightbox" option
472
  * significant speed improvements
473
+ * preparations for google map lightbox skins
474
 
475
  = 0.22 =
 
476
  * Fixed small JS related GUI bug
477
 
478
  = 0.2 =
 
479
  * Complete GUI rewrite
480
  * Added header text option
481
  * Added address bubble visibility option
483
  * Fixed lightbox map size bug
484
 
485
  = 0.13 =
 
486
  * Added pin size for thumbnail map
487
 
488
  = 0.12 =
 
489
  * Added pin color for thumbnail map
490
  * Fixed a few minor bugs
491
 
492
  = 0.11 =
 
493
  * Fixed a few minor bugs
494
 
495
  = 0.1 =
496
+ * Initial release of Google Maps Widget