WP Google Map - Version 1.1.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.1.7
Comparing to
See all releases

Code changes from version 1.1.6 to 1.1.7

includes/gmap.php CHANGED
@@ -59,16 +59,16 @@ if (isset($_GET['page'])) {
59
  $message_status = $_GET['message'];
60
  switch ($message_status) {
61
  case 1:
62
- echo __('Map created Successfully.','gmap-embed');
63
  break;
64
  case 2:
65
- echo __('Updated Map Successfully.','gmap-embed');
66
  break;
67
  case 3:
68
  echo __('Settings updated Successfully.','gmap-embed');
69
  break;
70
  case -1:
71
- echo __('Deleted Map Successfully.','gmap-embed');
72
  break;
73
  }
74
  ?>
@@ -86,7 +86,7 @@ if (isset($_GET['page'])) {
86
  require_once(plugin_dir_path(__FILE__) . '/wpgmap_settings.php');
87
  }
88
  ?>
89
- <!---------------------------new map tab-------------->
90
  <?php
91
  if ($wpgmap_page == 'wpgmapembed' && $wpgmap_tag == '') {
92
  ?>
@@ -98,7 +98,7 @@ if (isset($_GET['page'])) {
98
  <?php
99
  }
100
  ?>
101
- <!---------------------------new map tab-------------->
102
 
103
  <div
104
  class="wp-gmap-tab-content <?php echo ($_GET['page'] == 'wpgmapembed' && $_GET['tag'] == 'new') ? 'active' : ''; ?>"
59
  $message_status = $_GET['message'];
60
  switch ($message_status) {
61
  case 1:
62
+ echo __('Map has been created Successfully.','gmap-embed');
63
  break;
64
  case 2:
65
+ echo __('Map Updated Successfully.','gmap-embed');
66
  break;
67
  case 3:
68
  echo __('Settings updated Successfully.','gmap-embed');
69
  break;
70
  case -1:
71
+ echo __('Map Deleted Successfully.','gmap-embed');
72
  break;
73
  }
74
  ?>
86
  require_once(plugin_dir_path(__FILE__) . '/wpgmap_settings.php');
87
  }
88
  ?>
89
+ <!---------------------------Maps List-------------->
90
  <?php
91
  if ($wpgmap_page == 'wpgmapembed' && $wpgmap_tag == '') {
92
  ?>
98
  <?php
99
  }
100
  ?>
101
+ <!---------------------------Create New Map-------------->
102
 
103
  <div
104
  class="wp-gmap-tab-content <?php echo ($_GET['page'] == 'wpgmapembed' && $_GET['tag'] == 'new') ? 'active' : ''; ?>"
includes/shortcodes.php CHANGED
@@ -75,5 +75,5 @@ if (!function_exists('srm_gmap_embed_shortcode')) {
75
 
76
  }
77
 
78
- //******* Define Shortcode for Google Map SRM
79
  add_shortcode('gmap-embed', 'srm_gmap_embed_shortcode');
75
 
76
  }
77
 
78
+ //******* Defining Shortcode for Google Map SRM
79
  add_shortcode('gmap-embed', 'srm_gmap_embed_shortcode');
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.7
7
- Version: 1.1.6
8
- Stable tag: 1.1.6
9
  Text Domain: gmap-embed
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -163,4 +163,7 @@ See the [Video](https://www.youtube.com/watch?v=Lak-tJjGjl8) ,hope you will get
163
  * Widget title giving option added
164
 
165
  = 1.1.6 =
166
- * Added option for creating unlimited maps(Previous limit was 10)
 
 
 
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.7
7
+ Version: 1.1.7
8
+ Stable tag: 1.1.7
9
  Text Domain: gmap-embed
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
163
  * Widget title giving option added
164
 
165
  = 1.1.6 =
166
+ * Added option for creating unlimited maps(Previous limit was 10)
167
+
168
+ = 1.1.7 =
169
+ * Look and Feel changes
srm_gmap_embed.php CHANGED
@@ -6,7 +6,7 @@
6
  Author: SRMILON
7
  Text Domain: gmap-embed
8
  Author URI: http://www.srmilon.com
9
- Version: 1.1.6
10
  */
11
 
12
  if (!defined('ABSPATH')) exit;
6
  Author: SRMILON
7
  Text Domain: gmap-embed
8
  Author URI: http://www.srmilon.com
9
+ Version: 1.1.7
10
  */
11
 
12
  if (!defined('ABSPATH')) exit;