WP Google Map - Version 1.0.2

Version Description

Download this release

Release Info

Developer milonfci
Plugin Icon 128x128 WP Google Map
Version 1.0.2
Comparing to
See all releases

Code changes from version 1.0.1 to 1.0.2

Files changed (3) hide show
  1. includes/gmap.php +4 -0
  2. readme.txt +9 -5
  3. srm_gmap_embed.php +4 -1
includes/gmap.php CHANGED
@@ -22,6 +22,10 @@ if (isset($_GET['page'])) {
22
  <a href="<?php echo esc_url(admin_url().'admin.php?page=wpgmapembed&tag=new'); ?>" data-id="wp-gmap-new"
23
  class="media-menu-item">Create New Map</a>
24
  </li>
 
 
 
 
25
  <span class="spinner" style="margin-right: 20px !important;float:right"></span>
26
  </ul>
27
 
22
  <a href="<?php echo esc_url(admin_url().'admin.php?page=wpgmapembed&tag=new'); ?>" data-id="wp-gmap-new"
23
  class="media-menu-item">Create New Map</a>
24
  </li>
25
+ <li class="<?php echo $wpgmap_tag == 'new' ? 'active' : ''; ?>">
26
+ <a target="_blank" href="https://youtu.be/XofXPEJfi8s" data-id="wp-gmap-new"
27
+ class="media-menu-item">Need Help ?</a>
28
+ </li>
29
  <span class="spinner" style="margin-right: 20px !important;float:right"></span>
30
  </ul>
31
 
readme.txt CHANGED
@@ -4,20 +4,22 @@ Donate link: http://www.srmilon.com/
4
  Tags: Google Map Embed, 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, 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.6.1
7
- Version: 1.0.1
8
- Stable tag: 1.0.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
12
- Very Simple, light-weight and Easy to use Google Map Embed plugin help's to embed Google Custom Map with markers in Posts, Pages as shortcode and sidebar as widget.
13
 
14
  == Description ==
15
 
16
- Google Map Embed is awesome plugin to add Google Custom map in website.It is fully customizable and can be use as shortcode.
 
 
17
 
18
  https://www.youtube.com/watch?v=XofXPEJfi8s
19
 
20
- ### Features of Google Map Embed Plugin:
21
 
22
  * **User friendly and easy to use.**
23
  * **Importing the shortcode by Embed Google Map Button upon Editor**
@@ -32,6 +34,8 @@ Very Simple, light-weight and Easy to use Google Map Embed plugin help's to embe
32
 
33
  Feel free to ask me, if you faces any problem with installation or else in my email address: milonfci@gmail.com
34
 
 
 
35
  == Installation ==
36
 
37
  ### It's simple:
4
  Tags: Google Map Embed, 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, 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.6.1
7
+ Version: 1.0.2
8
+ Stable tag: 1.0.2
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
12
+ Google Map is very Simple, light-weight and Easy to use embed Google Custom Map with markers in Posts, Pages as shortcode and sidebar as widget.
13
 
14
  == Description ==
15
 
16
+ Google Map is awesome plugin to add Google Custom map in website.It is fully customizable and can be use as shortcode.
17
+
18
+ [See Demo here](http://www.srmilon.com/google-map-demo/)
19
 
20
  https://www.youtube.com/watch?v=XofXPEJfi8s
21
 
22
+ ### Features of Google Map Plugin:
23
 
24
  * **User friendly and easy to use.**
25
  * **Importing the shortcode by Embed Google Map Button upon Editor**
34
 
35
  Feel free to ask me, if you faces any problem with installation or else in my email address: milonfci@gmail.com
36
 
37
+ If you have problem or suggestation please post in [Support Forum](https://wordpress.org/support/plugin/gmap-embed)
38
+
39
  == Installation ==
40
 
41
  ### It's simple:
srm_gmap_embed.php CHANGED
@@ -5,7 +5,7 @@
5
  Description: The plugin will help to google map Embed in post and pages also in sidebar with widget.
6
  Author: SRMILON
7
  Author URI: http://www.srmilon.com
8
- Version: 1.0.1
9
  */
10
 
11
  if ( ! defined( 'ABSPATH' ) ) exit;
@@ -61,6 +61,9 @@ if (!class_exists('srm_gmap_embed_main')):
61
 
62
  //create new top-level menu
63
  add_menu_page($this->plugin_name, $this->plugin_name, 'administrator', 'wpgmapembed', array($this, 'srm_gmap_main'), 'dashicons-location');
 
 
 
64
  }
65
 
66
  public function gmap_register_fields()
5
  Description: The plugin will help to google map Embed in post and pages also in sidebar with widget.
6
  Author: SRMILON
7
  Author URI: http://www.srmilon.com
8
+ Version: 1.0.2
9
  */
10
 
11
  if ( ! defined( 'ABSPATH' ) ) exit;
61
 
62
  //create new top-level menu
63
  add_menu_page($this->plugin_name, $this->plugin_name, 'administrator', 'wpgmapembed', array($this, 'srm_gmap_main'), 'dashicons-location');
64
+
65
+ //to create sub menu
66
+ add_submenu_page('wpgmapembed',"Add new Map", "Add New", 'administrator', 'wpgmapembed&tag=new', array($this, 'srm_gmap_new'), 'dashicons-location');
67
  }
68
 
69
  public function gmap_register_fields()