WP Google Map - Version 1.4.4

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

Code changes from version 1.4.3 to 1.4.4

assets/css/wp-gmap-style.css CHANGED
@@ -51,6 +51,7 @@
51
  background-color: white;
52
  float: left;
53
  width: 100%;
 
54
  }
55
 
56
  .popup-content {
@@ -143,7 +144,7 @@ ul#wp-gmap-nav li a {
143
  }
144
 
145
  .gmap_properties tr .regular-text {
146
- width: 24em !important;
147
  }
148
 
149
  /******* To Preview Map ******/
@@ -206,4 +207,38 @@ ul#wp-gmap-nav li a {
206
 
207
  .wp_gmap_contact_field {
208
  width: 100% !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
209
  }
51
  background-color: white;
52
  float: left;
53
  width: 100%;
54
+ box-shadow: 0 0 5px darkgray;
55
  }
56
 
57
  .popup-content {
144
  }
145
 
146
  .gmap_properties tr .regular-text {
147
+ width: 23em !important;
148
  }
149
 
150
  /******* To Preview Map ******/
207
 
208
  .wp_gmap_contact_field {
209
  width: 100% !important;
210
+ }
211
+
212
+ /*updated at 06/04/2019*/
213
+ /*Menu section*/
214
+ .gmap_header_section {
215
+ width: 100%;
216
+ }
217
+
218
+ .gmap_header_section_left {
219
+ width: 58%;
220
+ float: left;
221
+ }
222
+
223
+ .gmap_header_section_right {
224
+ width: 40%;
225
+ float: left;
226
+ }
227
+
228
+ .gmap_donate_button {
229
+ float: left;
230
+ margin-top: 5px;
231
+ }
232
+
233
+ .gmap_donate_button img {
234
+ height: 54px;
235
+ }
236
+
237
+ .gmap_get_pro_version {
238
+ float: left;
239
+ padding: 11px 16px !important;
240
+ height: auto !important;
241
+ font-weight: bold !important;
242
+ margin: 5px 0 0 5px !important;
243
+ color: #238b68 !important;;
244
  }
assets/images/live_chat.png ADDED
Binary file
assets/images/paypal.png CHANGED
Binary file
includes/gmap.php CHANGED
@@ -15,51 +15,62 @@ if (isset($_GET['page'])) {
15
  <script type="text/javascript"
16
  src="<?php echo esc_url(plugins_url("../assets/js/srm_gmap_loader.js", __FILE__)); ?>"></script>
17
  <div id="gmap_container_inner">
18
- <!--modal contents-->
19
-
20
- <ul id="wp-gmap-nav">
21
- <li class="<?php echo ($wpgmap_page == 'wpgmapembed' && $wpgmap_tag == '') ? 'active' : ''; ?>">
22
- <a href="<?php echo admin_url(); ?>admin.php?page=wpgmapembed" data-id="wp-gmap-all"
23
- class="media-menu-item"><?php _e('All Maps', 'gmap-embed'); ?></a>
24
- </li>
25
- <li class="<?php echo $wpgmap_tag == 'new' ? 'active' : ''; ?>">
26
- <a href="<?php echo esc_url(admin_url() . 'admin.php?page=wpgmapembed&tag=new'); ?>"
27
- data-id="wp-gmap-new"
28
- class="media-menu-item"><?php _e('Create New Map', 'gmap-embed'); ?></a>
29
- </li>
30
- <li class="<?php echo $wpgmap_tag == 'settings' ? 'active' : ''; ?>">
31
- <a href="<?php echo esc_url(admin_url() . 'admin.php?page=wpgmapembed&tag=settings'); ?>"
32
- data-id="wp-gmap-settings"
33
- class="media-menu-item"><?php _e('Settings', 'gmap-embed'); ?></a>
34
- </li>
35
- <li class="<?php echo $wpgmap_tag == 'contact' ? 'active' : ''; ?>">
36
- <a href="<?php echo esc_url(admin_url() . 'admin.php?page=wpgmapembed&tag=contact'); ?>"
37
- data-id="wp-gmap-settings"
38
- class="media-menu-item"><?php _e('Having Problem?', 'gmap-embed'); ?></a>
39
- </li>
40
- <li>
41
- <a target="_blank" href="https://www.youtube.com/watch?v=Lak-tJjGjl8" class="media-menu-item">
42
- <?php _e('See Video', 'gmap-embed'); ?></a>
43
- </li>
44
- <span class="spinner" style="margin-right: 20px !important;float:right"></span>
45
-
46
- <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WVPQNC6CJ6T4Q"><img
47
- alt="Donate"
48
- src="<?php echo esc_url(plugins_url("../assets/images/paypal.png", __FILE__)); ?>"
49
- width="150"/></a>
50
-
51
- <a target="_blank"
52
- href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=WVPQNC6CJ6T4Q"
53
- class="button media-button button-default button-large" style="
54
- padding: 7px 16px;
55
- height: auto;
56
- font-weight: bold;
57
- margin: 20px 0px 0px 24px;
58
- ">GET PRO VERSION</a>
59
-
60
- </ul>
61
-
62
- <div id="wp-gmap-tabs">
 
 
 
 
 
 
 
 
 
 
 
63
  <?php
64
  if (isset($_GET['message'])) {
65
  ?>
15
  <script type="text/javascript"
16
  src="<?php echo esc_url(plugins_url("../assets/js/srm_gmap_loader.js", __FILE__)); ?>"></script>
17
  <div id="gmap_container_inner">
18
+ <!--contents-->
19
+
20
+ <!-- Menu area-->
21
+ <div class="gmap_header_section">
22
+
23
+ <!-- Left area-->
24
+ <div class="gmap_header_section_left">
25
+ <ul id="wp-gmap-nav">
26
+ <li class="<?php echo ($wpgmap_page == 'wpgmapembed' && $wpgmap_tag == '') ? 'active' : ''; ?>">
27
+ <a href="<?php echo admin_url(); ?>admin.php?page=wpgmapembed" data-id="wp-gmap-all"
28
+ class="media-menu-item"><?php _e('All Maps', 'gmap-embed'); ?></a>
29
+ </li>
30
+ <li class="<?php echo $wpgmap_tag == 'new' ? 'active' : ''; ?>">
31
+ <a href="<?php echo esc_url(admin_url() . 'admin.php?page=wpgmapembed&tag=new'); ?>"
32
+ data-id="wp-gmap-new"
33
+ class="media-menu-item"><?php _e('Create New Map', 'gmap-embed'); ?></a>
34
+ </li>
35
+ <li class="<?php echo $wpgmap_tag == 'settings' ? 'active' : ''; ?>">
36
+ <a href="<?php echo esc_url(admin_url() . 'admin.php?page=wpgmapembed&tag=settings'); ?>"
37
+ data-id="wp-gmap-settings"
38
+ class="media-menu-item"><?php _e('Settings', 'gmap-embed'); ?></a>
39
+ </li>
40
+ <li class="<?php echo $wpgmap_tag == 'contact' ? 'active' : ''; ?>">
41
+ <a href="<?php echo esc_url(admin_url() . 'admin.php?page=wpgmapembed&tag=contact'); ?>"
42
+ data-id="wp-gmap-settings"
43
+ class="media-menu-item"><?php _e('Having Problem?', 'gmap-embed'); ?></a>
44
+ </li>
45
+ <li>
46
+ <a target="_blank" href="https://www.youtube.com/watch?v=Lak-tJjGjl8"
47
+ class="media-menu-item">
48
+ <?php _e('See Video', 'gmap-embed'); ?></a>
49
+ </li>
50
+ </ul>
51
+ </div>
52
+
53
+ <!-- Right Area-->
54
+ <div class="gmap_header_section_right">
55
+ <a class="gmap_donate_button" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WVPQNC6CJ6T4Q">
56
+ <img alt="Donate"
57
+ src="<?php echo esc_url(plugins_url("../assets/images/paypal.png", __FILE__)); ?>"
58
+ width="150"/>
59
+ </a>
60
+
61
+ <a target="_blank"
62
+ href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=WVPQNC6CJ6T4Q"
63
+ class="button media-button button-default button-large gmap_get_pro_version">
64
+ GET PRO VERSION
65
+ </a>
66
+
67
+ <a onclick="window.open('https://tawk.to/chat/5ca5dea51de11b6e3b06dc41/default', 'LIVE CHAT', 'width=500,height=300')" style="float: right;cursor: pointer;">
68
+ <img src="<?php echo esc_url(plugins_url("../assets/images/live_chat.png", __FILE__)); ?>" width="110"/>
69
+ </a>
70
+ </div>
71
+ </div>
72
+
73
+ <div id="wp-gmap-tabs" style="float: left;width: 100%;">
74
  <?php
75
  if (isset($_GET['message'])) {
76
  ?>
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.1
7
- Version: 1.4.3
8
- Stable tag: 1.4.3
9
  Requires PHP: 5.3
10
  Text Domain: gmap-embed
11
  License: GPLv2 or later
@@ -270,4 +270,7 @@ See the [Video](https://www.youtube.com/watch?v=Lak-tJjGjl8) ,hope you will get
270
  * Bug fixing, Added instant contact form to give best experience and getting suggestion from users.
271
 
272
  = 1.4.3 =
273
- * Faq and contact page updated.
 
 
 
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.1
7
+ Version: 1.4.4
8
+ Stable tag: 1.4.4
9
  Requires PHP: 5.3
10
  Text Domain: gmap-embed
11
  License: GPLv2 or later
270
  * Bug fixing, Added instant contact form to give best experience and getting suggestion from users.
271
 
272
  = 1.4.3 =
273
+ * Faq and contact page updated.
274
+
275
+ = 1.4.4 =
276
+ * LIVE CHAT option added for users.
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.3
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.4.4
11
  */
12
 
13
  if (!defined('ABSPATH')) exit;