WP Google Map - Version 1.5.0

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.5.0
Comparing to
See all releases

Code changes from version 1.4.9 to 1.5.0

includes/gmap.php CHANGED
@@ -46,7 +46,7 @@ if ( isset( $_GET['page'] ) ) {
46
  class="media-menu-item"><?php _e( 'Having Problem?', 'gmap-embed' ); ?></a>
47
  </li>
48
  <li>
49
- <a target="_blank" href="https://www.youtube.com/watch?v=aeiycD9m_ko"
50
  class="media-menu-item">
51
  <?php _e( 'See Video', 'gmap-embed' ); ?></a>
52
  </li>
46
  class="media-menu-item"><?php _e( 'Having Problem?', 'gmap-embed' ); ?></a>
47
  </li>
48
  <li>
49
+ <a target="_blank" href="https://www.youtube.com/watch?v=FRBqfx_lB-Y"
50
  class="media-menu-item">
51
  <?php _e( 'See Video', 'gmap-embed' ); ?></a>
52
  </li>
includes/wpgmap_contact.php CHANGED
@@ -114,7 +114,7 @@
114
  </div>
115
 
116
  <div class="srm_gmap_video_area">
117
- <iframe width="100%" height="520" src="https://www.youtube.com/embed/aeiycD9m_ko" frameborder="0"
118
  allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
119
 
120
  </div>
114
  </div>
115
 
116
  <div class="srm_gmap_video_area">
117
+ <iframe width="100%" height="520" src="https://www.youtube.com/embed/FRBqfx_lB-Y" frameborder="0"
118
  allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
119
 
120
  </div>
readme.txt CHANGED
@@ -4,8 +4,7 @@ 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, 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.2
7
- Version: 1.4.9
8
- Stable tag: 1.4.9
9
  Requires PHP: 5.3
10
  Text Domain: gmap-embed
11
  License: GPLv2 or later
@@ -29,7 +28,7 @@ After July 16, 2018, Google has changed its policy. **You need to add billing in
29
  To have continued the update, please donate for the plugin.
30
  [Click here to donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WVPQNC6CJ6T4Q)
31
 
32
- https://www.youtube.com/watch?v=aeiycD9m_ko
33
 
34
  ### Features of WP Google Map Plugin-Lite version(FREE):
35
 
@@ -121,7 +120,7 @@ Go to **Pages** =-> **Add New** then you will see a button named "Embed Google M
121
  Go to **Appearance** =-> **Widget** then you will see a widget named "Google Map SRM ". Drag it to any widget area and enter Google Map Shortcode then save it and the map will appear in your sidebar or footer whatever you selected. Enjoy!
122
 
123
  = How do I get a Google Map API key? =
124
- See the [Video](https://www.youtube.com/watch?v=aeiycD9m_ko) ,hope you will get idea.
125
 
126
  == Screenshots ==
127
 
@@ -293,4 +292,7 @@ See the [Video](https://www.youtube.com/watch?v=aeiycD9m_ko) ,hope you will get
293
  * Map title on keyup effect added
294
  * Map type wise map rendering live
295
  * Infowindow live changing when updating
296
- * Address related API issue fixing
 
 
 
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.2
7
+ Version: 1.5.0
 
8
  Requires PHP: 5.3
9
  Text Domain: gmap-embed
10
  License: GPLv2 or later
28
  To have continued the update, please donate for the plugin.
29
  [Click here to donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WVPQNC6CJ6T4Q)
30
 
31
+ https://www.youtube.com/watch?v=FRBqfx_lB-Y
32
 
33
  ### Features of WP Google Map Plugin-Lite version(FREE):
34
 
120
  Go to **Appearance** =-> **Widget** then you will see a widget named "Google Map SRM ". Drag it to any widget area and enter Google Map Shortcode then save it and the map will appear in your sidebar or footer whatever you selected. Enjoy!
121
 
122
  = How do I get a Google Map API key? =
123
+ See the [Video](https://www.youtube.com/watch?v=FRBqfx_lB-Y) ,hope you will get idea.
124
 
125
  == Screenshots ==
126
 
292
  * Map title on keyup effect added
293
  * Map type wise map rendering live
294
  * Infowindow live changing when updating
295
+ * Address related API issue fixing
296
+
297
+ = 1.5.0 =
298
+ New version released with new helpful video
srm_gmap_embed.php CHANGED
@@ -7,7 +7,7 @@
7
  Text Domain: gmap-embed
8
  Domain Path: /languages
9
  Author URI: http://www.srmilon.info
10
- Version: 1.4.9
11
  */
12
 
13
  if (!defined('ABSPATH')) exit;
7
  Text Domain: gmap-embed
8
  Domain Path: /languages
9
  Author URI: http://www.srmilon.info
10
+ Version: 1.5.0
11
  */
12
 
13
  if (!defined('ABSPATH')) exit;