WP Google Map - Version 1.0.1

Version Description

  • Updated screenshots with FAQ to make easier.
Download this release

Release Info

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

Code changes from version 1.0.0 to 1.0.1

Files changed (3) hide show
  1. assets/js/geo_based_map.js +1 -0
  2. readme.txt +2 -0
  3. srm_gmap_embed.php +1 -1
assets/js/geo_based_map.js CHANGED
@@ -3,6 +3,7 @@ function initWpGmap(lat, lng) {
3
  initAutocomplete('map', 'pac-input', lat, lng, 'roadmap', 13)
4
  );
5
  }
 
6
  var tryAPIGeolocation = function () {
7
  jQuery.post("https://www.googleapis.com/geolocation/v1/geolocate?key=AIzaSyBcVcz5OZ6eNBi5d7CFYHIdtsEI5BQlm68", function (success) {
8
  initWpGmap(success.location.lat, success.location.lng);
3
  initAutocomplete('map', 'pac-input', lat, lng, 'roadmap', 13)
4
  );
5
  }
6
+ initWpGmap(40.73359922990751, -74.02791395625002);
7
  var tryAPIGeolocation = function () {
8
  jQuery.post("https://www.googleapis.com/geolocation/v1/geolocate?key=AIzaSyBcVcz5OZ6eNBi5d7CFYHIdtsEI5BQlm68", function (success) {
9
  initWpGmap(success.location.lat, success.location.lng);
readme.txt CHANGED
@@ -4,6 +4,7 @@ Donate link: http://www.srmilon.com/
4
  Tags: Google Map Embed, 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, gmaps, google earth, google map plugin, google map shortcode, google map widget, google maps v3, googlemaps, gprs, gps, gpx, kml, latitude, Longitude, location, loaction 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: 4.6.1
 
7
  Stable tag: 1.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -14,6 +15,7 @@ Very Simple, light-weight and Easy to use Google Map Embed plugin help's to embe
14
 
15
  Google Map Embed is awesome plugin to add Google Custom map in website.It is fully customizable and can be use as shortcode.
16
 
 
17
 
18
  ### Features of Google Map Embed Plugin:
19
 
4
  Tags: Google Map Embed, 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, gmaps, google earth, google map plugin, google map shortcode, google map widget, google maps v3, googlemaps, gprs, gps, gpx, kml, latitude, Longitude, location, loaction 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: 4.6.1
7
+ Version: 1.0.1
8
  Stable tag: 1.0.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
15
 
16
  Google Map Embed is awesome plugin to add Google Custom map in website.It is fully customizable and can be use as shortcode.
17
 
18
+ https://www.youtube.com/watch?v=XofXPEJfi8s
19
 
20
  ### Features of Google Map Embed Plugin:
21
 
srm_gmap_embed.php CHANGED
@@ -5,7 +5,7 @@
5
  Description: The plugin will help to google map Embed in post and pages also in sidebar with widget.
6
  Author: SRMILON
7
  Author URI: http://www.srmilon.com
8
- Version: 1.0.0
9
  */
10
 
11
  if ( ! defined( 'ABSPATH' ) ) exit;
5
  Description: The plugin will help to google map Embed in post and pages also in sidebar with widget.
6
  Author: SRMILON
7
  Author URI: http://www.srmilon.com
8
+ Version: 1.0.1
9
  */
10
 
11
  if ( ! defined( 'ABSPATH' ) ) exit;