WP Google Map - Version 1.3.5

Version Description

Upgrade Google Map Plugin from here to get updated features.

Download this release

Release Info

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

Code changes from version 1.3.4 to 1.3.5

Files changed (2) hide show
  1. readme.txt +7 -4
  2. srm_gmap_embed.php +2 -2
readme.txt CHANGED
@@ -4,8 +4,8 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
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, 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.9.4
7
- Version: 1.3.4
8
- Stable tag: 1.3.4
9
  Requires PHP: 5.6
10
  Text Domain: gmap-embed
11
  License: GPLv2 or later
@@ -21,7 +21,7 @@ WP Google Map is an awesome plugin to use when adding a custom Google map to you
21
  After July 16, 2018, Google has changed their policy. **You need to add billing information to use Google Map**. If you see a working message on Map like "This page can't load Google Maps correctly", please have a look on google developers [documentation](https://developers.google.com/maps/documentation/javascript/error-messages?utm_source=maps_js&utm_medium=degraded&utm_campaign=billing#api-key-and-billing-errors). Even if you face problem, please send a message in mail: **milonfci@gmail.com** or Skype: **milon305021**
22
 
23
 
24
- * [Demo](http://www.srmilon.com/google-map-demo/)
25
  * [Support Forum](https://wordpress.org/support/plugin/gmap-embed)
26
 
27
  To have continue the update, please donate for the plugin.
@@ -226,4 +226,7 @@ See the [Video](https://www.youtube.com/watch?v=Lak-tJjGjl8) ,hope you will get
226
  * Spanish language files updated.
227
 
228
  = 1.3.4 =
229
- * Direction From feild default to emtpy, Readme file updated with Google Billing warning message.
 
 
 
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, 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.9.4
7
+ Version: 1.3.5
8
+ Stable tag: 1.3.5
9
  Requires PHP: 5.6
10
  Text Domain: gmap-embed
11
  License: GPLv2 or later
21
  After July 16, 2018, Google has changed their policy. **You need to add billing information to use Google Map**. If you see a working message on Map like "This page can't load Google Maps correctly", please have a look on google developers [documentation](https://developers.google.com/maps/documentation/javascript/error-messages?utm_source=maps_js&utm_medium=degraded&utm_campaign=billing#api-key-and-billing-errors). Even if you face problem, please send a message in mail: **milonfci@gmail.com** or Skype: **milon305021**
22
 
23
 
24
+ * [Demo](https://sobyasachi.com/wp/google-map-demo/)
25
  * [Support Forum](https://wordpress.org/support/plugin/gmap-embed)
26
 
27
  To have continue the update, please donate for the plugin.
226
  * Spanish language files updated.
227
 
228
  = 1.3.4 =
229
+ * Direction From feild default to emtpy, Readme file updated with Google Billing warning message.
230
+
231
+ = 1.3.5 =
232
+ * Google API realted update
srm_gmap_embed.php CHANGED
@@ -7,7 +7,7 @@
7
  Text Domain: gmap-embed
8
  Domain Path: /languages
9
  Author URI: http://www.srmilon.com
10
- Version: 1.3.4
11
  */
12
 
13
  if (!defined('ABSPATH')) exit;
@@ -18,7 +18,7 @@ if (!class_exists('srm_gmap_embed_main')) {
18
  {
19
 
20
  private $plugin_name = 'Google Map SRM';
21
- public $wpgmap_api_key = 'AIzaSyBcVcz5OZ6eNBi5d7CFYHIdtsEI5BQlm68';
22
 
23
 
24
  /**
7
  Text Domain: gmap-embed
8
  Domain Path: /languages
9
  Author URI: http://www.srmilon.com
10
+ Version: 1.3.5
11
  */
12
 
13
  if (!defined('ABSPATH')) exit;
18
  {
19
 
20
  private $plugin_name = 'Google Map SRM';
21
+ public $wpgmap_api_key = 'AIzaSyD79uz_fsapIldhWBl0NqYHHGBWkxlabro';
22
 
23
 
24
  /**