WP Google Map - Version 1.6.6

Version Description

  • PHP array related exception handled.
Download this release

Release Info

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

Code changes from version 1.6.5 to 1.6.6

Files changed (3) hide show
  1. includes/helper.php +4 -4
  2. readme.txt +4 -1
  3. srm_gmap_embed.php +1 -1
includes/helper.php CHANGED
@@ -11,7 +11,7 @@ function gmap_embed_is_using_premium_version() {
11
  }
12
 
13
  function gmap_embed_get_languages() {
14
- return [
15
  "af" => "AFRIKAANS",
16
  "sq" => "ALBANIAN",
17
  "am" => "AMHARIC",
@@ -93,11 +93,11 @@ function gmap_embed_get_languages() {
93
  "uz" => "UZBEK",
94
  "vi" => "VIETNAMESE",
95
  "zu" => "ZULU"
96
- ];
97
  }
98
 
99
  function gmap_embed_get_regions() {
100
- return [
101
  "AF" => "Afghanistan",
102
  "AX" => "Åland Islands",
103
  "AL" => "Albania",
@@ -347,5 +347,5 @@ function gmap_embed_get_regions() {
347
  "YE" => "Yemen",
348
  "ZM" => "Zambia",
349
  "ZW" => "Zimbabwe"
350
- ];
351
  }
11
  }
12
 
13
  function gmap_embed_get_languages() {
14
+ return array(
15
  "af" => "AFRIKAANS",
16
  "sq" => "ALBANIAN",
17
  "am" => "AMHARIC",
93
  "uz" => "UZBEK",
94
  "vi" => "VIETNAMESE",
95
  "zu" => "ZULU"
96
+ );
97
  }
98
 
99
  function gmap_embed_get_regions() {
100
+ return array(
101
  "AF" => "Afghanistan",
102
  "AX" => "Åland Islands",
103
  "AL" => "Albania",
347
  "YE" => "Yemen",
348
  "ZM" => "Zambia",
349
  "ZW" => "Zimbabwe"
350
+ );
351
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.4
7
- Version: 1.6.5
8
  Requires PHP: 5.3
9
  Text Domain: gmap-embed
10
  License: GPLv2 or later
@@ -136,6 +136,9 @@ See the [Video](https://www.youtube.com/watch?v=Nh2z_oRK-RM) ,hope you will get
136
 
137
  == Changelog ==
138
 
 
 
 
139
  = 1.6.5 =
140
  * Javascript exception handled in Map edit page
141
 
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.4
7
+ Version: 1.6.6
8
  Requires PHP: 5.3
9
  Text Domain: gmap-embed
10
  License: GPLv2 or later
136
 
137
  == Changelog ==
138
 
139
+ = 1.6.6 =
140
+ * PHP array related exception handled.
141
+
142
  = 1.6.5 =
143
  * Javascript exception handled in Map edit page
144
 
srm_gmap_embed.php CHANGED
@@ -7,7 +7,7 @@
7
  Text Domain: gmap-embed
8
  Domain Path: /languages
9
  Author URI: https://www.srmilon.info
10
- Version: 1.6.5
11
  */
12
 
13
  if ( ! defined( 'ABSPATH' ) ) {
7
  Text Domain: gmap-embed
8
  Domain Path: /languages
9
  Author URI: https://www.srmilon.info
10
+ Version: 1.6.6
11
  */
12
 
13
  if ( ! defined( 'ABSPATH' ) ) {