WP Google Map - Version 1.4.7

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

Code changes from version 1.4.6 to 1.4.7

Files changed (3) hide show
  1. includes/wpgmap_contact.php +3 -0
  2. readme.txt +6 -3
  3. srm_gmap_embed.php +5 -1
includes/wpgmap_contact.php CHANGED
@@ -90,6 +90,9 @@
90
  <li>
91
  <a href="http://srmilon.info/2019/03/31/how-to-get-your-license-key" target="_blank">How to get your
92
  License key?</a>
 
 
 
93
  </li>
94
  <li>
95
  <a href="http://srmilon.info/2019/03/31/how-to-add-google-map-in-your-wordpress-page" target="_blank">How to
90
  <li>
91
  <a href="http://srmilon.info/2019/03/31/how-to-get-your-license-key" target="_blank">How to get your
92
  License key?</a>
93
+ </li>
94
+ <li>
95
+ <a href="http://srmilon.info/2019/07/03/dont-see-embed-google-map-button-in-new-editor" target="_blank">Don’t see “Embed Google Map” button in new Editor?</a>
96
  </li>
97
  <li>
98
  <a href="http://srmilon.info/2019/03/31/how-to-add-google-map-in-your-wordpress-page" target="_blank">How to
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, 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.6
8
- Stable tag: 1.4.6
9
  Requires PHP: 5.3
10
  Text Domain: gmap-embed
11
  License: GPLv2 or later
@@ -281,4 +281,7 @@ See the [Video](https://www.youtube.com/watch?v=aeiycD9m_ko) ,hope you will get
281
  * Plugin Settings option updated
282
 
283
  = 1.4.6 =
284
- * Removed update to pro once updated to pro version
 
 
 
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.7
8
+ Stable tag: 1.4.7
9
  Requires PHP: 5.3
10
  Text Domain: gmap-embed
11
  License: GPLv2 or later
281
  * Plugin Settings option updated
282
 
283
  = 1.4.6 =
284
+ * Removed update to pro once updated to pro version
285
+
286
+ = 1.4.7 =
287
+ * How to add Google Map in Gutenberg Wordpress editor.
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.6
11
  */
12
 
13
  if (!defined('ABSPATH')) exit;
@@ -224,6 +224,10 @@ if (!class_exists('srm_gmap_embed_main')) {
224
  <a href="http://srmilon.info/2019/03/31/how-to-get-your-license-key" target="_blank">How to get your
225
  License key?</a>
226
  </li>
 
 
 
 
227
  <li>
228
  <a href="http://srmilon.info/2019/03/31/how-to-add-google-map-in-your-wordpress-page" target="_blank">How to
229
  add Google Map in page?</a>
7
  Text Domain: gmap-embed
8
  Domain Path: /languages
9
  Author URI: http://www.srmilon.info
10
+ Version: 1.4.7
11
  */
12
 
13
  if (!defined('ABSPATH')) exit;
224
  <a href="http://srmilon.info/2019/03/31/how-to-get-your-license-key" target="_blank">How to get your
225
  License key?</a>
226
  </li>
227
+ <li>
228
+ <a href="http://srmilon.info/2019/07/03/dont-see-embed-google-map-button-in-new-editor" target="_blank">Don’t see "Embed Google Map" button in new Editor?
229
+ </a>
230
+ </li>
231
  <li>
232
  <a href="http://srmilon.info/2019/03/31/how-to-add-google-map-in-your-wordpress-page" target="_blank">How to
233
  add Google Map in page?</a>