WP Google Map - Version 1.0.9

Version Description

  • https or SSl related problem fixing
Download this release

Release Info

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

Code changes from version 1.0.8 to 1.0.9

Files changed (2) hide show
  1. readme.txt +7 -3
  2. srm_gmap_embed.php +2 -2
readme.txt CHANGED
@@ -4,8 +4,8 @@ Donate link: http://www.srmilon.com/
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.6.1
7
- Version: 1.0.8
8
- Stable tag: 1.0.8
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -121,4 +121,8 @@ See the [Video](https://www.youtube.com/watch?v=zTU7AoguDns) ,hope you will get
121
 
122
  = 1.0.8 =
123
  * Initial marker dragging related problem fixing
124
- * API key trailing blank space removed
 
 
 
 
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.6.1
7
+ Version: 1.0.9
8
+ Stable tag: 1.0.9
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
121
 
122
  = 1.0.8 =
123
  * Initial marker dragging related problem fixing
124
+ * API key trailing blank space removed
125
+
126
+
127
+ = 1.0.9 =
128
+ * https or SSl related problem fixing
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.8
9
  */
10
 
11
  if ( ! defined( 'ABSPATH' ) ) exit;
@@ -48,7 +48,7 @@ if (!class_exists('srm_gmap_embed_main')){
48
  public function gmap_enqueue_scripts()
49
  {
50
  //including map library
51
- wp_enqueue_script('srm_gmap_api', 'http://maps.googleapis.com/maps/api/js?key='.$this->wpgmap_api_key.'&libraries=places', array('jquery'));
52
  }
53
 
54
  function enqueue_admin_gmap_scripts()
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.9
9
  */
10
 
11
  if ( ! defined( 'ABSPATH' ) ) exit;
48
  public function gmap_enqueue_scripts()
49
  {
50
  //including map library
51
+ wp_enqueue_script('srm_gmap_api', 'https://maps.googleapis.com/maps/api/js?key='.$this->wpgmap_api_key.'&libraries=places', array('jquery'));
52
  }
53
 
54
  function enqueue_admin_gmap_scripts()