Google Maps Plugin by Intergeo - Version 2.3.1

Version Description

  • 2019-05-23
Download this release

Release Info

Developer codeinwp
Plugin Icon 128x128 Google Maps Plugin by Intergeo
Version 2.3.1
Comparing to
See all releases

Code changes from version 2.3.0 to 2.3.1

CHANGELOG.md CHANGED
@@ -1,7 +1,9 @@
1
 
2
- ### v2.3.0 - 2019-03-07
3
  **Changes:**
4
-
 
 
5
  ### v2.3.0 - 2019-03-07
6
  **Changes:**
7
  * Develop
1
 
2
+ ### v2.3.1 - 2019-05-23
3
  **Changes:**
4
+ * Fix issue with editing map
5
+ * Tested upto WP 5.2
6
+
7
  ### v2.3.0 - 2019-03-07
8
  **Changes:**
9
  * Develop
css/frontend.css CHANGED
@@ -1,5 +1,5 @@
1
  /*
2
- * Version: 2.3.0
3
  */
4
 
5
  .intergeo_map_canvas img {
1
  /*
2
+ * Version: 2.3.1
3
  */
4
 
5
  .intergeo_map_canvas img {
index.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Intergeo - Google Maps Plugin
5
  * Plugin URI: http://themeisle.com/plugins/intergeo-maps-lite/
6
  * Description: A simple, easy and quite powerful Google Map tool to create, manage and embed custom Google Maps into your WordPress posts and pages. The plugin allows you to deeply customize look and feel of a map, add overlays like markers, rectangles, circles, polylines and polygons to your map. It could even be integraded with your Google Adsense account and show ad on your maps.
7
- * Version: 2.3.0
8
  * Author: Themeisle
9
  * Author URI: http://themeisle.com
10
  * License: GPL v2.0 or later
@@ -17,7 +17,7 @@
17
 
18
  define( 'INTERGEO_PLUGIN_NAME', 'intergeo' );
19
  define( 'TI_INTERGEO_PLUGIN_NAME', 'intergeo_maps' );
20
- define( 'INTERGEO_VERSION', '2.3.0' );
21
  define( 'INTERGEO_ABSPATH', dirname( __FILE__ ) );
22
  define( 'INTERGEO_ABSURL', plugins_url( '/', __FILE__ ) );
23
  defined( 'WPLANG' ) || define( 'WPLANG', '' );
4
  * Plugin Name: Intergeo - Google Maps Plugin
5
  * Plugin URI: http://themeisle.com/plugins/intergeo-maps-lite/
6
  * Description: A simple, easy and quite powerful Google Map tool to create, manage and embed custom Google Maps into your WordPress posts and pages. The plugin allows you to deeply customize look and feel of a map, add overlays like markers, rectangles, circles, polylines and polygons to your map. It could even be integraded with your Google Adsense account and show ad on your maps.
7
+ * Version: 2.3.1
8
  * Author: Themeisle
9
  * Author URI: http://themeisle.com
10
  * License: GPL v2.0 or later
17
 
18
  define( 'INTERGEO_PLUGIN_NAME', 'intergeo' );
19
  define( 'TI_INTERGEO_PLUGIN_NAME', 'intergeo_maps' );
20
+ define( 'INTERGEO_VERSION', '2.3.1' );
21
  define( 'INTERGEO_ABSPATH', dirname( __FILE__ ) );
22
  define( 'INTERGEO_ABSURL', plugins_url( '/', __FILE__ ) );
23
  defined( 'WPLANG' ) || define( 'WPLANG', '' );
js/rendering.js CHANGED
@@ -366,18 +366,20 @@
366
  infoWindow.close();
367
  });
368
 
369
- downloadUrl(e.options.xml, function (data) {
370
- var markers = data.documentElement.getElementsByTagName("marker");
371
- for (var i = 0; i < markers.length; i++) {
372
- var latlng = new b.LatLng(parseFloat(markers[i].getAttribute("lat")),
373
- parseFloat(markers[i].getAttribute("lng")));
374
- var name = markers[i].getAttribute("name");
375
- var icon = markers[i].getAttribute("icon");
376
- var marker = new b.Marker({ position: latlng, map: map });
377
- marker.setIcon(icon);
378
- e.bindInfoWindow(marker, map, infoWindow, name);
379
- }
380
- });
 
 
381
  };
382
  a.prototype.bindInfoWindow = function(marker, map, infowindow, html) {
383
  b.event.addListener(marker, 'click', function () {
@@ -431,7 +433,7 @@
431
  d._renderOverlays();
432
  }
433
 
434
- if(d.options.layer.importcsv == 1){
435
  d.drawImportedMarkers();
436
  }
437
 
366
  infoWindow.close();
367
  });
368
 
369
+ if(typeof downloadUrl !== 'undefined' ){
370
+ downloadUrl(e.options.xml, function (data) {
371
+ var markers = data.documentElement.getElementsByTagName("marker");
372
+ for (var i = 0; i < markers.length; i++) {
373
+ var latlng = new b.LatLng(parseFloat(markers[i].getAttribute("lat")),
374
+ parseFloat(markers[i].getAttribute("lng")));
375
+ var name = markers[i].getAttribute("name");
376
+ var icon = markers[i].getAttribute("icon");
377
+ var marker = new b.Marker({ position: latlng, map: map });
378
+ marker.setIcon(icon);
379
+ e.bindInfoWindow(marker, map, infoWindow, name);
380
+ }
381
+ });
382
+ }
383
  };
384
  a.prototype.bindInfoWindow = function(marker, map, infowindow, html) {
385
  b.event.addListener(marker, 'click', function () {
433
  d._renderOverlays();
434
  }
435
 
436
+ if(d.options.layer && d.options.layer.importcsv == 1){
437
  d.drawImportedMarkers();
438
  }
439
 
readme.md CHANGED
@@ -2,7 +2,7 @@
2
  **Contributors:** [codeinwp](https://profiles.wordpress.org/codeinwp), [intergeomaps](https://profiles.wordpress.org/intergeomaps), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani), [themeisle](https://profiles.wordpress.org/themeisle), [Madalin_ThemeIsle](https://profiles.wordpress.org/Madalin_ThemeIsle), [uriahs-victor](https://profiles.wordpress.org/uriahs-victor), [contactashish13](https://profiles.wordpress.org/contactashish13)
3
  **Tags:** directions, easy map, google, google map, google map plugin, google maps, latitude, location, longitude, map, map directions, map markers, map plugin, map widget, maps, marker, polygons, polylines, routes, store locator, streetview, wp google map, wp google maps, wp maps,plugin,admin,widget,shortcode,google maps, maps, map, map markers, google, google map, maps api, wp maps, wp google maps, easy map, embed, marker, placemark, icon, geocode, shortcode, custom post type, multisite, marker clustering
4
  **Requires at least:** 3.5
5
- **Tested up to:** 5.1
6
  **Stable tag:** trunk
7
  **License:** GPL v2.0 or later
8
  **License URI:** http://www.opensource.org/licenses/gpl-license.php
@@ -117,6 +117,12 @@ function filter_intergeo_map_settings( $options ) {
117
  }`
118
 
119
  ## Changelog ##
 
 
 
 
 
 
120
  ### 2.3.0 - 2019-03-07 ###
121
 
122
  * Adds compatibility with WordPress 5.1
2
  **Contributors:** [codeinwp](https://profiles.wordpress.org/codeinwp), [intergeomaps](https://profiles.wordpress.org/intergeomaps), [hardeepasrani](https://profiles.wordpress.org/hardeepasrani), [themeisle](https://profiles.wordpress.org/themeisle), [Madalin_ThemeIsle](https://profiles.wordpress.org/Madalin_ThemeIsle), [uriahs-victor](https://profiles.wordpress.org/uriahs-victor), [contactashish13](https://profiles.wordpress.org/contactashish13)
3
  **Tags:** directions, easy map, google, google map, google map plugin, google maps, latitude, location, longitude, map, map directions, map markers, map plugin, map widget, maps, marker, polygons, polylines, routes, store locator, streetview, wp google map, wp google maps, wp maps,plugin,admin,widget,shortcode,google maps, maps, map, map markers, google, google map, maps api, wp maps, wp google maps, easy map, embed, marker, placemark, icon, geocode, shortcode, custom post type, multisite, marker clustering
4
  **Requires at least:** 3.5
5
+ **Tested up to:** 5.2
6
  **Stable tag:** trunk
7
  **License:** GPL v2.0 or later
8
  **License URI:** http://www.opensource.org/licenses/gpl-license.php
117
  }`
118
 
119
  ## Changelog ##
120
+ ### 2.3.1 - 2019-05-23 ###
121
+
122
+ * Fix issue with editing map
123
+ * Tested upto WP 5.2
124
+
125
+
126
  ### 2.3.0 - 2019-03-07 ###
127
 
128
  * Adds compatibility with WordPress 5.1
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: codeinwp,intergeomaps,hardeepasrani,themeisle,Madalin_ThemeIsle,uriahs-victor,contactashish13
3
  Tags: directions, easy map, google, google map, google map plugin, google maps, latitude, location, longitude, map, map directions, map markers, map plugin, map widget, maps, marker, polygons, polylines, routes, store locator, streetview, wp google map, wp google maps, wp maps,plugin,admin,widget,shortcode,google maps, maps, map, map markers, google, google map, maps api, wp maps, wp google maps, easy map, embed, marker, placemark, icon, geocode, shortcode, custom post type, multisite, marker clustering
4
  Requires at least: 3.5
5
- Tested up to: 5.1
6
  Stable tag: trunk
7
  License: GPL v2.0 or later
8
  License URI: http://www.opensource.org/licenses/gpl-license.php
@@ -117,6 +117,12 @@ function filter_intergeo_map_settings( $options ) {
117
  }`
118
 
119
  == Changelog ==
 
 
 
 
 
 
120
  = 2.3.0 - 2019-03-07 =
121
 
122
  * Adds compatibility with WordPress 5.1
2
  Contributors: codeinwp,intergeomaps,hardeepasrani,themeisle,Madalin_ThemeIsle,uriahs-victor,contactashish13
3
  Tags: directions, easy map, google, google map, google map plugin, google maps, latitude, location, longitude, map, map directions, map markers, map plugin, map widget, maps, marker, polygons, polylines, routes, store locator, streetview, wp google map, wp google maps, wp maps,plugin,admin,widget,shortcode,google maps, maps, map, map markers, google, google map, maps api, wp maps, wp google maps, easy map, embed, marker, placemark, icon, geocode, shortcode, custom post type, multisite, marker clustering
4
  Requires at least: 3.5
5
+ Tested up to: 5.2
6
  Stable tag: trunk
7
  License: GPL v2.0 or later
8
  License URI: http://www.opensource.org/licenses/gpl-license.php
117
  }`
118
 
119
  == Changelog ==
120
+ = 2.3.1 - 2019-05-23 =
121
+
122
+ * Fix issue with editing map
123
+ * Tested upto WP 5.2
124
+
125
+
126
  = 2.3.0 - 2019-03-07 =
127
 
128
  * Adds compatibility with WordPress 5.1
themeisle-hash.json CHANGED
@@ -1 +1 @@
1
- {"index.php":"abd21d55cf38d6fc2de662c7a8662034"}
1
+ {"index.php":"c3dc9a934ffd18bdc3612e089e8b6e90"}
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer' . '/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit50a5a90c970ef91e5ea0336e536a989f::getLoader();
4
 
5
  require_once __DIR__ . '/composer' . '/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInitea5e42e4e81c765e10537b5c8aba203a::getLoader();
vendor/codeinwp/themeisle-sdk/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  ## [3.0.5](https://github.com/Codeinwp/themeisle-sdk/compare/v3.0.4...v3.0.5) (2019-03-07)
2
 
3
 
1
+ ## [3.0.6](https://github.com/Codeinwp/themeisle-sdk/compare/v3.0.5...v3.0.6) (2019-05-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * build php version for deployment stage ([a785699](https://github.com/Codeinwp/themeisle-sdk/commit/a785699))
7
+ * uninstall feedback should load only on the proper pages ([259e78f](https://github.com/Codeinwp/themeisle-sdk/commit/259e78f))
8
+
9
  ## [3.0.5](https://github.com/Codeinwp/themeisle-sdk/compare/v3.0.4...v3.0.5) (2019-03-07)
10
 
11
 
vendor/codeinwp/themeisle-sdk/load.php CHANGED
@@ -14,7 +14,7 @@ if ( ! defined( 'ABSPATH' ) ) {
14
  return;
15
  }
16
  // Current SDK version and path.
17
- $themeisle_sdk_version = '3.0.5';
18
  $themeisle_sdk_path = dirname( __FILE__ );
19
 
20
  global $themeisle_sdk_max_version;
14
  return;
15
  }
16
  // Current SDK version and path.
17
+ $themeisle_sdk_version = '3.0.6';
18
  $themeisle_sdk_path = dirname( __FILE__ );
19
 
20
  global $themeisle_sdk_max_version;
vendor/codeinwp/themeisle-sdk/src/Modules/Uninstall_feedback.php CHANGED
@@ -127,6 +127,12 @@ class Uninstall_Feedback extends Abstract_Module {
127
  * Loads the additional resources
128
  */
129
  function load_resources() {
 
 
 
 
 
 
130
  add_thickbox();
131
 
132
  $id = $this->product->get_key() . '_deactivate';
127
  * Loads the additional resources
128
  */
129
  function load_resources() {
130
+ $screen = get_current_screen();
131
+
132
+ if ( ! $screen || ! in_array( $screen->id, array( 'theme-install', 'plugins' ) ) ) {
133
+ return;
134
+ }
135
+
136
  add_thickbox();
137
 
138
  $id = $this->product->get_key() . '_deactivate';
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit50a5a90c970ef91e5ea0336e536a989f
6
  {
7
  private static $loader;
8
 
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit50a5a90c970ef91e5ea0336e536a989f
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInit50a5a90c970ef91e5ea0336e536a989f', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInit50a5a90c970ef91e5ea0336e536a989f', 'loadClassLoader'));
25
 
26
  $map = require __DIR__ . '/autoload_namespaces.php';
27
  foreach ($map as $namespace => $path) {
@@ -42,14 +42,14 @@ class ComposerAutoloaderInit50a5a90c970ef91e5ea0336e536a989f
42
 
43
  $includeFiles = require __DIR__ . '/autoload_files.php';
44
  foreach ($includeFiles as $fileIdentifier => $file) {
45
- composerRequire50a5a90c970ef91e5ea0336e536a989f($fileIdentifier, $file);
46
  }
47
 
48
  return $loader;
49
  }
50
  }
51
 
52
- function composerRequire50a5a90c970ef91e5ea0336e536a989f($fileIdentifier, $file)
53
  {
54
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
55
  require $file;
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInitea5e42e4e81c765e10537b5c8aba203a
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInitea5e42e4e81c765e10537b5c8aba203a', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInitea5e42e4e81c765e10537b5c8aba203a', 'loadClassLoader'));
25
 
26
  $map = require __DIR__ . '/autoload_namespaces.php';
27
  foreach ($map as $namespace => $path) {
42
 
43
  $includeFiles = require __DIR__ . '/autoload_files.php';
44
  foreach ($includeFiles as $fileIdentifier => $file) {
45
+ composerRequireea5e42e4e81c765e10537b5c8aba203a($fileIdentifier, $file);
46
  }
47
 
48
  return $loader;
49
  }
50
  }
51
 
52
+ function composerRequireea5e42e4e81c765e10537b5c8aba203a($fileIdentifier, $file)
53
  {
54
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
55
  require $file;
vendor/composer/installed.json CHANGED
@@ -1,17 +1,17 @@
1
  [
2
  {
3
  "name": "codeinwp/themeisle-sdk",
4
- "version": "3.0.5",
5
- "version_normalized": "3.0.5.0",
6
  "source": {
7
  "type": "git",
8
  "url": "https://github.com/Codeinwp/themeisle-sdk.git",
9
- "reference": "7ead6c057d783ea6c827d5b5de52a25c0e72de58"
10
  },
11
  "dist": {
12
  "type": "zip",
13
- "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/7ead6c057d783ea6c827d5b5de52a25c0e72de58",
14
- "reference": "7ead6c057d783ea6c827d5b5de52a25c0e72de58",
15
  "shasum": ""
16
  },
17
  "require-dev": {
@@ -19,7 +19,7 @@
19
  "squizlabs/php_codesniffer": "^3.1",
20
  "wp-coding-standards/wpcs": "^1.0.0"
21
  },
22
- "time": "2019-03-07 15:42:52",
23
  "type": "library",
24
  "installation-source": "dist",
25
  "notification-url": "https://packagist.org/downloads/",
1
  [
2
  {
3
  "name": "codeinwp/themeisle-sdk",
4
+ "version": "3.0.6",
5
+ "version_normalized": "3.0.6.0",
6
  "source": {
7
  "type": "git",
8
  "url": "https://github.com/Codeinwp/themeisle-sdk.git",
9
+ "reference": "cde61ab54f93495f0c5b7901cc5072f320f969ff"
10
  },
11
  "dist": {
12
  "type": "zip",
13
+ "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/cde61ab54f93495f0c5b7901cc5072f320f969ff",
14
+ "reference": "cde61ab54f93495f0c5b7901cc5072f320f969ff",
15
  "shasum": ""
16
  },
17
  "require-dev": {
19
  "squizlabs/php_codesniffer": "^3.1",
20
  "wp-coding-standards/wpcs": "^1.0.0"
21
  },
22
+ "time": "2019-05-21 11:49:48",
23
  "type": "library",
24
  "installation-source": "dist",
25
  "notification-url": "https://packagist.org/downloads/",