WP Google Map - Version 1.7.0

Version Description

  • Browser geolocation timeout related problem solved, youtube video updated.
Download this release

Release Info

Developer milonfci
Plugin Icon 128x128 WP Google Map
Version 1.7.0
Comparing to
See all releases

Code changes from version 1.6.9 to 1.7.0

assets/js/geo_based_map_create.js CHANGED
@@ -223,7 +223,7 @@ var tryGeolocation = function () {
223
  navigator.geolocation.getCurrentPosition(
224
  browserGeolocationSuccess,
225
  browserGeolocationFail,
226
- {maximumAge: 50000, timeout: 20000, enableHighAccuracy: true});
227
  } else {
228
  initWpGmap(40.73359922990751, -74.02791395625002, 'ROADMAP');
229
  }
223
  navigator.geolocation.getCurrentPosition(
224
  browserGeolocationSuccess,
225
  browserGeolocationFail,
226
+ {maximumAge: 50000, timeout: 3000, enableHighAccuracy: true});
227
  } else {
228
  initWpGmap(40.73359922990751, -74.02791395625002, 'ROADMAP');
229
  }
includes/gmap.php CHANGED
@@ -123,10 +123,10 @@ if ( isset( $_GET['page'] ) ) {
123
  $message_status = $_GET['message'];
124
  switch ( $message_status ) {
125
  case 1:
126
- echo __( 'Map has been created Successfully. <a href="' . esc_url( 'https://youtu.be/Nh2z_oRK-RM?t=181' ) . '" target="_blank"> See How to use >></a>', 'gmap-embed' );
127
  break;
128
  case 2:
129
- echo __( 'Map Updated Successfully. <a href="' . esc_url( 'https://youtu.be/Nh2z_oRK-RM?t=181' ) . '" target="_blank"> See How to use >></a>', 'gmap-embed' );
130
  break;
131
  case 3:
132
  echo __( 'Settings updated Successfully.', 'gmap-embed' );
123
  $message_status = $_GET['message'];
124
  switch ( $message_status ) {
125
  case 1:
126
+ echo __( 'Map has been created Successfully. <a href="' . esc_url( 'https://youtu.be/o90H34eacHg?t=231' ) . '" target="_blank"> See How to use >></a>', 'gmap-embed' );
127
  break;
128
  case 2:
129
+ echo __( 'Map Updated Successfully. <a href="' . esc_url( 'https://youtu.be/o90H34eacHg?t=231' ) . '" target="_blank"> See How to use >></a>', 'gmap-embed' );
130
  break;
131
  case 3:
132
  echo __( 'Settings updated Successfully.', 'gmap-embed' );
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: milonfci
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZBERRKARGNEYA
4
  Tags: google map, gmap, google map embed, wp map, wp map embed, map embed, best google maps, best maps, bing maps, cross-browser, custom google map, custom google maps, map direction, easy map, geo, geocoder, maps, google earth, google map plugin, google map shortcode, google map widget, google maps v3, google maps, gprs, gps, gpx, kml, latitude, Longitude, location, location by address, map, map directions, map markers, map plugin, map shortcode, map styles, maps google, post map, map point, polygons, roads, routes, store locator, street view, wp google map, contact page map, google map wordpress, google maps wordpress, google maps for wordpress, simple google map, simple google map plugin, wp google maps,maps
5
  Requires at least: 2.9
6
- Tested up to: 5.5
7
- Version: 1.6.9
8
  Requires PHP: 5.3
9
  Text Domain: gmap-embed
10
  License: GPLv2 or later
@@ -136,6 +136,9 @@ See the [Video](https://www.youtube.com/watch?v=o90H34eacHg) ,hope you will get
136
 
137
  == Changelog ==
138
 
 
 
 
139
  = 1.6.9 =
140
  * Domain SSl related issue fixing for non-ssl websites.
141
 
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZBERRKARGNEYA
4
  Tags: google map, gmap, google map embed, wp map, wp map embed, map embed, best google maps, best maps, bing maps, cross-browser, custom google map, custom google maps, map direction, easy map, geo, geocoder, maps, google earth, google map plugin, google map shortcode, google map widget, google maps v3, google maps, gprs, gps, gpx, kml, latitude, Longitude, location, location by address, map, map directions, map markers, map plugin, map shortcode, map styles, maps google, post map, map point, polygons, roads, routes, store locator, street view, wp google map, contact page map, google map wordpress, google maps wordpress, google maps for wordpress, simple google map, simple google map plugin, wp google maps,maps
5
  Requires at least: 2.9
6
+ Tested up to: 5.6
7
+ Version: 1.7.0
8
  Requires PHP: 5.3
9
  Text Domain: gmap-embed
10
  License: GPLv2 or later
136
 
137
  == Changelog ==
138
 
139
+ = 1.7.0 =
140
+ * Browser geolocation timeout related problem solved, youtube video updated.
141
+
142
  = 1.6.9 =
143
  * Domain SSl related issue fixing for non-ssl websites.
144
 
srm_gmap_embed.php CHANGED
@@ -7,7 +7,7 @@
7
  Text Domain: gmap-embed
8
  Domain Path: /languages
9
  Author URI: https://www.srmilon.info
10
- Version: 1.6.9
11
  */
12
 
13
  if ( ! defined( 'ABSPATH' ) ) {
7
  Text Domain: gmap-embed
8
  Domain Path: /languages
9
  Author URI: https://www.srmilon.info
10
+ Version: 1.7.0
11
  */
12
 
13
  if ( ! defined( 'ABSPATH' ) ) {