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

Code changes from version 1.4.5 to 1.4.6

assets/images/pro_version.png ADDED
Binary file
includes/gmap.php CHANGED
@@ -1,19 +1,21 @@
1
  <?php
2
- if (!defined('ABSPATH')) exit;
3
- if (isset($_GET['page'])) {
4
-
5
- // Form actions like Settings, Contact
6
- require_once(plugin_dir_path(__FILE__) . '/form_actions.php');
7
-
8
- $wpgmap_page = esc_html($_GET['page']);
9
- $wpgmap_tag = '';
10
- if (isset($_GET['tag'])) {
11
- $wpgmap_tag = esc_html($_GET['tag']);
12
- }
13
- ?>
 
 
14
  <div class="wrap">
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
 
@@ -23,159 +25,171 @@ if (isset($_GET['page'])) {
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=aeiycD9m_ko"
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
- ?>
77
  <div class="message">
78
  <div id="setting-error-settings_updated" class="updated settings-error notice is-dismissible">
79
  <p>
80
  <strong>
81
- <?php
82
- $message_status = $_GET['message'];
83
- switch ($message_status) {
84
- case 1:
85
- echo __('Map has been created Successfully.', 'gmap-embed');
86
- break;
87
- case 2:
88
- echo __('Map Updated Successfully.', 'gmap-embed');
89
- break;
90
- case 3:
91
- echo __('Settings updated Successfully.', 'gmap-embed');
92
- break;
93
- case 4:
94
- echo __($message, 'gmap-embed');
95
- break;
96
- case -1:
97
- echo __('Map Deleted Successfully.', 'gmap-embed');
98
- break;
99
- }
100
- ?>
101
  </strong>
102
  </p>
103
  <button type="button" class="notice-dismiss"><span class="screen-reader-text">Dismiss this notice.</span>
104
  </button>
105
  </div>
106
  </div>
107
- <?php
108
- }
109
- ?>
110
- <?php
111
- if (get_option('wpgmap_api_key') == false) {
112
- require_once(plugin_dir_path(__FILE__) . '/wpgmap_settings.php');
113
- }
114
- ?>
115
  <!---------------------------Maps List-------------->
116
- <?php
117
- if ($wpgmap_page == 'wpgmapembed' && $wpgmap_tag == '') {
118
- ?>
119
  <div class="wp-gmap-tab-content active" id="wp-gmap-all">
120
- <?php
121
- require_once(plugin_dir_path(__FILE__) . '/wpgmap_list.php');
122
- ?>
123
  </div>
124
- <?php
125
- }
126
- ?>
127
  <!---------------------------Create New Map-------------->
128
 
129
  <div
130
- class="wp-gmap-tab-content <?php echo ($_GET['page'] == 'wpgmapembed' && $_GET['tag'] == 'new') ? 'active' : ''; ?>"
131
  id="wp-gmap-new">
132
- <?php
133
- if ($wpgmap_page == 'wpgmapembed' && $wpgmap_tag == 'new') {
134
- require_once(plugin_dir_path(__FILE__) . '/wpgmap_create.php');
135
- }
136
- ?>
137
  </div>
138
 
139
  <!---------------------------Existing map update-------------->
140
 
141
  <div
142
- class="wp-gmap-tab-content <?php echo ($wpgmap_page == 'wpgmapembed' && $wpgmap_tag == 'edit') ? 'active' : ''; ?>"
143
  id="wp-gmap-edit">
144
- <?php
145
- if ($wpgmap_page == 'wpgmapembed' && $wpgmap_tag == 'edit') {
146
- require_once(plugin_dir_path(__FILE__) . '/wpgmap_edit.php');
147
- }
148
- ?>
149
  </div>
150
 
151
  <!---------------------------Plugin Settings-------------->
152
 
153
  <div
154
- class="wp-gmap-tab-content <?php echo ($wpgmap_page == 'wpgmapembed' && $wpgmap_tag == 'contact') ? 'active' : ''; ?>"
155
  id="wp-gmap-contact">
156
- <?php
157
- if ($wpgmap_page == 'wpgmapembed' && $wpgmap_tag == 'contact') {
158
- require_once(plugin_dir_path(__FILE__) . '/wpgmap_contact.php');
159
- }
160
- ?>
161
  </div>
162
 
163
  <!---------------------------Plugin Settings-------------->
164
 
165
  <div
166
- class="wp-gmap-tab-content <?php echo ($wpgmap_page == 'wpgmapembed' && $wpgmap_tag == 'settings') ? 'active' : ''; ?>"
167
  id="wp-gmap-settings">
168
- <?php
169
- if ($wpgmap_page == 'wpgmapembed' && $wpgmap_tag == 'settings') {
170
- require_once(plugin_dir_path(__FILE__) . '/wpgmap_settings.php');
171
- }
172
- ?>
173
  </div>
174
 
175
 
176
  </div>
177
  </div>
178
  </div>
179
- <?php
180
  }
181
  ?>
1
  <?php
2
+ if ( ! defined( 'ABSPATH' ) ) {
3
+ exit;
4
+ }
5
+ if ( isset( $_GET['page'] ) ) {
6
+
7
+ // Form actions like Settings, Contact
8
+ require_once( plugin_dir_path( __FILE__ ) . '/form_actions.php' );
9
+
10
+ $wpgmap_page = esc_html( $_GET['page'] );
11
+ $wpgmap_tag = '';
12
+ if ( isset( $_GET['tag'] ) ) {
13
+ $wpgmap_tag = esc_html( $_GET['tag'] );
14
+ }
15
+ ?>
16
  <div class="wrap">
17
  <script type="text/javascript"
18
+ src="<?php echo esc_url( plugins_url( "../assets/js/srm_gmap_loader.js", __FILE__ ) ); ?>"></script>
19
  <div id="gmap_container_inner">
20
  <!--contents-->
21
 
25
  <!-- Left area-->
26
  <div class="gmap_header_section_left">
27
  <ul id="wp-gmap-nav">
28
+ <li class="<?php echo ( $wpgmap_page == 'wpgmapembed' && $wpgmap_tag == '' ) ? 'active' : ''; ?>">
29
  <a href="<?php echo admin_url(); ?>admin.php?page=wpgmapembed" data-id="wp-gmap-all"
30
+ class="media-menu-item"><?php _e( 'All Maps', 'gmap-embed' ); ?></a>
31
  </li>
32
  <li class="<?php echo $wpgmap_tag == 'new' ? 'active' : ''; ?>">
33
+ <a href="<?php echo esc_url( admin_url() . 'admin.php?page=wpgmapembed&tag=new' ); ?>"
34
  data-id="wp-gmap-new"
35
+ class="media-menu-item"><?php _e( 'Create New Map', 'gmap-embed' ); ?></a>
36
  </li>
37
  <li class="<?php echo $wpgmap_tag == 'settings' ? 'active' : ''; ?>">
38
+ <a href="<?php echo esc_url( admin_url() . 'admin.php?page=wpgmapembed&tag=settings' ); ?>"
39
  data-id="wp-gmap-settings"
40
+ class="media-menu-item"><?php _e( 'Settings', 'gmap-embed' ); ?></a>
41
  </li>
42
  <li class="<?php echo $wpgmap_tag == 'contact' ? 'active' : ''; ?>">
43
+ <a href="<?php echo esc_url( admin_url() . 'admin.php?page=wpgmapembed&tag=contact' ); ?>"
44
  data-id="wp-gmap-settings"
45
+ class="media-menu-item"><?php _e( 'Having Problem?', 'gmap-embed' ); ?></a>
46
  </li>
47
  <li>
48
  <a target="_blank" href="https://www.youtube.com/watch?v=aeiycD9m_ko"
49
  class="media-menu-item">
50
+ <?php _e( 'See Video', 'gmap-embed' ); ?></a>
51
  </li>
52
  </ul>
53
  </div>
54
 
55
  <!-- Right Area-->
56
  <div class="gmap_header_section_right">
57
+ <a class="gmap_donate_button"
58
+ href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WVPQNC6CJ6T4Q">
59
  <img alt="Donate"
60
+ src="<?php echo esc_url( plugins_url( "../assets/images/paypal.png", __FILE__ ) ); ?>"
61
  width="150"/>
62
  </a>
63
 
64
+ <?php
65
+ if ( strlen( trim( get_option( 'wpgmapembed_license' ) ) ) !== 32 ) { ?>
66
  <a target="_blank"
67
  href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=WVPQNC6CJ6T4Q"
68
  class="button media-button button-default button-large gmap_get_pro_version">
69
  GET PRO VERSION
70
  </a>
71
+ <?php
72
+ }else {
73
+ ?>
74
+ <img style="margin-left: 10px;" src="<?php echo esc_url( plugins_url( "../assets/images/pro_version.png", __FILE__ ) ); ?>"
75
+ width="80"/>
76
+ <?php
77
+ }
78
+ ?>
79
+ <a onclick="window.open('https://tawk.to/chat/5ca5dea51de11b6e3b06dc41/default', 'LIVE CHAT', 'width=500,height=300')"
80
+ style="float: right;cursor: pointer;">
81
+ <img src="<?php echo esc_url( plugins_url( "../assets/images/live_chat.png", __FILE__ ) ); ?>"
82
+ width="110"/>
83
+ </a>
84
  </div>
85
  </div>
86
 
87
  <div id="wp-gmap-tabs" style="float: left;width: 100%;">
88
+ <?php
89
+ if ( isset( $_GET['message'] ) ) {
90
+ ?>
91
  <div class="message">
92
  <div id="setting-error-settings_updated" class="updated settings-error notice is-dismissible">
93
  <p>
94
  <strong>
95
+ <?php
96
+ $message_status = $_GET['message'];
97
+ switch ( $message_status ) {
98
+ case 1:
99
+ echo __( 'Map has been created Successfully.', 'gmap-embed' );
100
+ break;
101
+ case 2:
102
+ echo __( 'Map Updated Successfully.', 'gmap-embed' );
103
+ break;
104
+ case 3:
105
+ echo __( 'Settings updated Successfully.', 'gmap-embed' );
106
+ break;
107
+ case 4:
108
+ echo __( $message, 'gmap-embed' );
109
+ break;
110
+ case - 1:
111
+ echo __( 'Map Deleted Successfully.', 'gmap-embed' );
112
+ break;
113
+ }
114
+ ?>
115
  </strong>
116
  </p>
117
  <button type="button" class="notice-dismiss"><span class="screen-reader-text">Dismiss this notice.</span>
118
  </button>
119
  </div>
120
  </div>
121
+ <?php
122
+ }
123
+ ?>
124
+ <?php
125
+ if ( get_option( 'wpgmap_api_key' ) == false ) {
126
+ require_once( plugin_dir_path( __FILE__ ) . '/wpgmap_settings.php' );
127
+ }
128
+ ?>
129
  <!---------------------------Maps List-------------->
130
+ <?php
131
+ if ( $wpgmap_page == 'wpgmapembed' && $wpgmap_tag == '' ) {
132
+ ?>
133
  <div class="wp-gmap-tab-content active" id="wp-gmap-all">
134
+ <?php
135
+ require_once( plugin_dir_path( __FILE__ ) . '/wpgmap_list.php' );
136
+ ?>
137
  </div>
138
+ <?php
139
+ }
140
+ ?>
141
  <!---------------------------Create New Map-------------->
142
 
143
  <div
144
+ class="wp-gmap-tab-content <?php echo ( $_GET['page'] == 'wpgmapembed' && $_GET['tag'] == 'new' ) ? 'active' : ''; ?>"
145
  id="wp-gmap-new">
146
+ <?php
147
+ if ( $wpgmap_page == 'wpgmapembed' && $wpgmap_tag == 'new' ) {
148
+ require_once( plugin_dir_path( __FILE__ ) . '/wpgmap_create.php' );
149
+ }
150
+ ?>
151
  </div>
152
 
153
  <!---------------------------Existing map update-------------->
154
 
155
  <div
156
+ class="wp-gmap-tab-content <?php echo ( $wpgmap_page == 'wpgmapembed' && $wpgmap_tag == 'edit' ) ? 'active' : ''; ?>"
157
  id="wp-gmap-edit">
158
+ <?php
159
+ if ( $wpgmap_page == 'wpgmapembed' && $wpgmap_tag == 'edit' ) {
160
+ require_once( plugin_dir_path( __FILE__ ) . '/wpgmap_edit.php' );
161
+ }
162
+ ?>
163
  </div>
164
 
165
  <!---------------------------Plugin Settings-------------->
166
 
167
  <div
168
+ class="wp-gmap-tab-content <?php echo ( $wpgmap_page == 'wpgmapembed' && $wpgmap_tag == 'contact' ) ? 'active' : ''; ?>"
169
  id="wp-gmap-contact">
170
+ <?php
171
+ if ( $wpgmap_page == 'wpgmapembed' && $wpgmap_tag == 'contact' ) {
172
+ require_once( plugin_dir_path( __FILE__ ) . '/wpgmap_contact.php' );
173
+ }
174
+ ?>
175
  </div>
176
 
177
  <!---------------------------Plugin Settings-------------->
178
 
179
  <div
180
+ class="wp-gmap-tab-content <?php echo ( $wpgmap_page == 'wpgmapembed' && $wpgmap_tag == 'settings' ) ? 'active' : ''; ?>"
181
  id="wp-gmap-settings">
182
+ <?php
183
+ if ( $wpgmap_page == 'wpgmapembed' && $wpgmap_tag == 'settings' ) {
184
+ require_once( plugin_dir_path( __FILE__ ) . '/wpgmap_settings.php' );
185
+ }
186
+ ?>
187
  </div>
188
 
189
 
190
  </div>
191
  </div>
192
  </div>
193
+ <?php
194
  }
195
  ?>
includes/wpgmap_contact.php CHANGED
@@ -20,6 +20,7 @@
20
  value="<?php echo get_bloginfo('admin_email'); ?>"
21
  id="srm_gmap_email" required=""
22
  placeholder="example@mail.com">
 
23
  </td>
24
  </tr>
25
  <tr>
20
  value="<?php echo get_bloginfo('admin_email'); ?>"
21
  id="srm_gmap_email" required=""
22
  placeholder="example@mail.com">
23
+ <span style="color:red">Please provide a valid email for further communication</span>
24
  </td>
25
  </tr>
26
  <tr>
includes/wpgmap_settings.php CHANGED
@@ -1,32 +1,42 @@
1
  <?php
2
- if (!defined('ABSPATH')) exit;
 
 
3
  ?>
4
  <div data-columns="8">
5
  <!-- to save api key-->
6
  <div class="wpgmapembed_get_api_key">
7
  <div class="error">
8
- <p style="font-size:17px;"><strong><?php _e('Notice: The plugin requires following API key.','gmap-embed');?></strong></p>
 
9
  <form method="post" action="<?php echo admin_url(); ?>admin.php?page=wpgmapembed&message=3">
10
-
11
- <p><?php _e('Enter API Key','gmap-embed');?> <input type="text" name="wpgmapembed_key"
12
- value="<?php echo esc_html(get_option('wpgmap_api_key')); ?>" size="45">
13
- <button class="wd-btn wd-btn-primary button media-button button-primary"><?php _e('Save','gmap-embed');?></button>
 
14
 
15
  <a target="_blank"
16
  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"
17
- class="button media-button button-default button-large"><?php _e('GET FREE API KEY','gmap-embed');?></a>
18
- <br/><?php _e('The API key may take up to 5 minutes to take effect','gmap-embed');?>
19
  </p>
20
- </form>
21
-
22
- <form method="post" action="<?php echo admin_url(); ?>admin.php?page=wpgmapembed&message=4">
23
- <p><?php _e('License Key: ','gmap-embed');?> <input type="text" name="wpgmapembed_license"
24
- value="<?php echo esc_html(get_option('wpgmapembed_license')); ?>" size="45">
25
- <button class="wd-btn wd-btn-primary button media-button button-primary"><?php _e('Save','gmap-embed');?></button>
26
-
27
- <a target="_blank"
28
- href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WVPQNC6CJ6T4Q"
29
- class="button media-button button-default button-large"><?php _e('GET LICENSE KEY','gmap-embed');?></a>
 
 
 
 
 
 
30
  </p>
31
  </form>
32
 
1
  <?php
2
+ if ( ! defined( 'ABSPATH' ) ) {
3
+ exit;
4
+ }
5
  ?>
6
  <div data-columns="8">
7
  <!-- to save api key-->
8
  <div class="wpgmapembed_get_api_key">
9
  <div class="error">
10
+ <p style="font-size:17px;">
11
+ <strong><?php _e( 'Notice: The plugin requires following API key.', 'gmap-embed' ); ?></strong></p>
12
  <form method="post" action="<?php echo admin_url(); ?>admin.php?page=wpgmapembed&message=3">
13
+
14
+ <p><?php _e( 'Enter API Key', 'gmap-embed' ); ?> <input type="text" name="wpgmapembed_key"
15
+ value="<?php echo esc_html( get_option( 'wpgmap_api_key' ) ); ?>"
16
+ size="45">
17
+ <button class="wd-btn wd-btn-primary button media-button button-primary"><?php _e( 'Save', 'gmap-embed' ); ?></button>
18
 
19
  <a target="_blank"
20
  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"
21
+ class="button media-button button-default button-large"><?php _e( 'GET FREE API KEY', 'gmap-embed' ); ?></a>
22
+ <br/><?php _e( 'The API key may take up to 5 minutes to take effect', 'gmap-embed' ); ?>
23
  </p>
24
+ </form>
25
+
26
+ <form method="post" action="<?php echo admin_url(); ?>admin.php?page=wpgmapembed&message=4">
27
+ <p><?php _e( 'License Key: ', 'gmap-embed' ); ?> <input type="text" name="wpgmapembed_license"
28
+ value="<?php echo esc_html( get_option( 'wpgmapembed_license' ) ); ?>"
29
+ size="45">
30
+ <button class="wd-btn wd-btn-primary button media-button button-primary"><?php _e( 'Save', 'gmap-embed' ); ?></button>
31
+
32
+ <?php
33
+ if ( strlen( trim( get_option( 'wpgmapembed_license' ) ) ) !== 32 ) { ?>
34
+ <a target="_blank"
35
+ href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WVPQNC6CJ6T4Q"
36
+ class="button media-button button-default button-large"><?php _e( 'GET LICENSE KEY', 'gmap-embed' ); ?></a>
37
+ <?php
38
+ }
39
+ ?>
40
  </p>
41
  </form>
42
 
readme.txt CHANGED
@@ -3,9 +3,9 @@ Contributors: milonfci
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WVPQNC6CJ6T4Q
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.5
9
  Requires PHP: 5.3
10
  Text Domain: gmap-embed
11
  License: GPLv2 or later
@@ -64,11 +64,12 @@ https://www.youtube.com/watch?v=aeiycD9m_ko
64
  * **Ability to create Map and Marker as much as you need!**
65
 
66
  ### USE AS SHORTCODE IN POST, PAGE, AND SIDEBAR.
67
- `[gmap-embed id="<Your map ID>"]`
68
 
69
 
70
  ### USE AS SHORTCODE IN PHP CODE
71
- `<?php echo do_shortcode('[gmap-embed id="YOUR MAP ID"]');?>`
 
72
 
73
 
74
  ###Important:
@@ -277,4 +278,7 @@ See the [Video](https://www.youtube.com/watch?v=aeiycD9m_ko) ,hope you will get
277
 
278
 
279
  = 1.4.5 =
280
- * Plugin Settings option updated
 
 
 
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WVPQNC6CJ6T4Q
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
64
  * **Ability to create Map and Marker as much as you need!**
65
 
66
  ### USE AS SHORTCODE IN POST, PAGE, AND SIDEBAR.
67
+ `[gmap-embed id="<Your map ID>"]`
68
 
69
 
70
  ### USE AS SHORTCODE IN PHP CODE
71
+
72
+ <?php echo do_shortcode('[gmap-embed id="YOUR MAP ID"]');?>
73
 
74
 
75
  ###Important:
278
 
279
 
280
  = 1.4.5 =
281
+ * Plugin Settings option updated
282
+
283
+ = 1.4.6 =
284
+ * Removed update to pro once updated to pro version
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.5
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.6
11
  */
12
 
13
  if (!defined('ABSPATH')) exit;