WP Google Map - Version 1.2.6

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

Code changes from version 1.2.5 to 1.2.6

includes/wpgmap_settings.php CHANGED
@@ -14,7 +14,7 @@ if (!defined('ABSPATH')) exit;
14
  <a target="_blank"
15
  href="https://console.developers.google.com/flows/enableapi?apiid=maps_backend,places_backend,geolocation,geocoding_backend,directions_backend&amp;keyType=CLIENT_SIDE&amp;reusekey=true"
16
  class="button media-button button-default button-large"><?php _e('GET FREE API KEY','gmap-embed');?></a>
17
- <br/>The API key may take up to 5 minutes to take effect
18
  </p>
19
  </form>
20
 
14
  <a target="_blank"
15
  href="https://console.developers.google.com/flows/enableapi?apiid=maps_backend,places_backend,geolocation,geocoding_backend,directions_backend&amp;keyType=CLIENT_SIDE&amp;reusekey=true"
16
  class="button media-button button-default button-large"><?php _e('GET FREE API KEY','gmap-embed');?></a>
17
+ <br/><?php _e('The API key may take up to 5 minutes to take effect','gmap-embed');?>
18
  </p>
19
  </form>
20
 
readme.txt CHANGED
@@ -4,8 +4,8 @@ Donate link: http://www.srmilon.com/google-map-demo
4
  Tags: Google Map, Google Map Embed, 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.2
7
- Version: 1.2.5
8
- Stable tag: 1.2.5
9
  Text Domain: gmap-embed
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -194,4 +194,7 @@ See the [Video](https://www.youtube.com/watch?v=Lak-tJjGjl8) ,hope you will get
194
  * CSS updated related to map search box
195
 
196
  = 1.2.5 =
197
- * Installation process explained in details.
 
 
 
4
  Tags: Google Map, Google Map Embed, 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.2
7
+ Version: 1.2.6
8
+ Stable tag: 1.2.6
9
  Text Domain: gmap-embed
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
194
  * CSS updated related to map search box
195
 
196
  = 1.2.5 =
197
+ * Installation process explained in details.
198
+
199
+ = 1.2.6 =
200
+ * Translation enabled for some additional text.
srm_gmap_embed.php CHANGED
@@ -4,9 +4,10 @@
4
  Plugin URI: http://www.srmilon.com
5
  Description: The plugin will help to google map Embed in post and pages also in sidebar with widget.
6
  Author: SRMILON
7
- Text Domain: gmap-embed
 
8
  Author URI: http://www.srmilon.com
9
- Version: 1.2.5
10
  */
11
 
12
  if (!defined('ABSPATH')) exit;
@@ -209,10 +210,9 @@ if (!class_exists('srm_gmap_embed_main')) {
209
  </div>';
210
  }
211
  } else {
212
- $content = "You have not created any Map yet. ";
213
  $content .= '<a href="' . esc_url(admin_url()) . 'admin.php?page=wpgmapembed&amp;tag=new"
214
- data-id="wp-gmap-new" class="media-menu-item">Create New
215
- Map</a>';
216
  }
217
 
218
  echo $content;
4
  Plugin URI: http://www.srmilon.com
5
  Description: The plugin will help to google map Embed in post and pages also in sidebar with widget.
6
  Author: SRMILON
7
+ Text Domain: wp-google-maps
8
+ Domain Path: /languages
9
  Author URI: http://www.srmilon.com
10
+ Version: 1.2.6
11
  */
12
 
13
  if (!defined('ABSPATH')) exit;
210
  </div>';
211
  }
212
  } else {
213
+ $content = __("You have not created any Map yet. ","gmap-embed");
214
  $content .= '<a href="' . esc_url(admin_url()) . 'admin.php?page=wpgmapembed&amp;tag=new"
215
+ data-id="wp-gmap-new" class="media-menu-item">'.__("Create New Map","gmap-embed").'</a>';
 
216
  }
217
 
218
  echo $content;