Google Maps Plugin by Intergeo - Version 2.1.1

Version Description

Download this release

Release Info

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

Code changes from version 2.1.0 to 2.1.1

CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
 
 
 
 
2
- Fixed compat with other plugins who are using dashboard widget
3
 
4
 
5
 
6
- Release 2.1
1
 
2
+
3
+
4
+
5
+
6
 
7
 
8
 
 
css/frontend.css CHANGED
@@ -1,5 +1,5 @@
1
  /*
2
- * Version: 2.1.0
3
  */
4
 
5
  .intergeo_map_canvas img {
1
  /*
2
+ * Version: 2.1.1
3
  */
4
 
5
  .intergeo_map_canvas img {
dashboard/dashboard.php CHANGED
@@ -220,13 +220,15 @@ if ( ! class_exists( 'THEMEISLE_DASHBOARD' ) ) {
220
  }
221
 
222
  }
223
- /**
224
- * The helper method to run the class
225
- *
226
- * @return THEMEISLE_DASHBOARD
227
- */
228
- function themeisle_dashboard_widget() {
229
- return THEMEISLE_DASHBOARD::instance();
 
 
230
  }
231
 
232
  themeisle_dashboard_widget();
220
  }
221
 
222
  }
223
+ if ( ! function_exists( 'themeisle_dashboard_widget' ) ) {
224
+ /**
225
+ * The helper method to run the class
226
+ *
227
+ * @return THEMEISLE_DASHBOARD
228
+ */
229
+ function themeisle_dashboard_widget() {
230
+ return THEMEISLE_DASHBOARD::instance();
231
+ }
232
  }
233
 
234
  themeisle_dashboard_widget();
index.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Intergeo - Google Maps Plugin
4
  Plugin URI: http://themeisle.com/plugins/intergeo-maps-lite/
5
  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.
6
- Version: 2.1.0
7
  Author: Themeisle
8
  Author URI: http://themeisle.com
9
  License: GPL v2.0 or later
@@ -13,7 +13,7 @@ Domain Path: /languages
13
  */
14
  // <editor-fold defaultstate="collapsed" desc="constants">
15
  define( 'INTERGEO_PLUGIN_NAME', 'intergeo' ); // don't change it whatever
16
- define( 'INTERGEO_VERSION', '2.1.0' );
17
  define( 'INTERGEO_ABSPATH', dirname( __FILE__ ) );
18
  define( 'INTERGEO_ABSURL', plugins_url( '/', __FILE__ ) );
19
  defined( 'WPLANG' ) || define( 'WPLANG', '' );
3
  Plugin Name: Intergeo - Google Maps Plugin
4
  Plugin URI: http://themeisle.com/plugins/intergeo-maps-lite/
5
  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.
6
+ Version: 2.1.1
7
  Author: Themeisle
8
  Author URI: http://themeisle.com
9
  License: GPL v2.0 or later
13
  */
14
  // <editor-fold defaultstate="collapsed" desc="constants">
15
  define( 'INTERGEO_PLUGIN_NAME', 'intergeo' ); // don't change it whatever
16
+ define( 'INTERGEO_VERSION', '2.1.1' );
17
  define( 'INTERGEO_ABSPATH', dirname( __FILE__ ) );
18
  define( 'INTERGEO_ABSURL', plugins_url( '/', __FILE__ ) );
19
  defined( 'WPLANG' ) || define( 'WPLANG', '' );
languages/intergeo-maps.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the GPL v2.0 or later.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Intergeo - Google Maps Plugin 2.0.0\n"
6
- "Report-Msgid-Bugs-To: https://github.com/Codeinwp/intergeo-maps/issues\n"
7
- "POT-Creation-Date: 2017-01-12 14:27:36+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
2
  # This file is distributed under the GPL v2.0 or later.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Intergeo - Google Maps Plugin 2.1.0\n"
6
+ "Report-Msgid-Bugs-To: https://github.com/Codeinwp/intergeo-maps/issues\n"
7
+ "POT-Creation-Date: 2017-01-16 16:45:46+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"