Google Maps Widget – Ultimate Google Maps Plugin - Version 0.90

Version Description

  • 2013/10/14
  • added German translation; thanks Karimba
  • we reached 100k downloads ;)
Download this release

Release Info

Developer WebFactory
Plugin Icon 128x128 Google Maps Widget – Ultimate Google Maps Plugin
Version 0.90
Comparing to
See all releases

Code changes from version 0.86 to 0.90

google-maps-widget.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google Maps Widget
4
  Plugin URI: http://www.googlemapswidget.com/
5
  Description: Display a single-image super-fast loading Google map in a widget. A larger, full featured map is available on click in a lightbox.
6
  Author: Web factory Ltd
7
- Version: 0.86
8
  Author URI: http://www.webfactoryltd.com/
9
 
10
  Copyright 2013 Web factory Ltd (email : info@webfactoryltd.com)
@@ -29,11 +29,10 @@ if (!function_exists('add_action')) {
29
  }
30
 
31
 
32
- define('GMW_VER', '0.86');
33
  require_once 'gmw-widget.php';
34
 
35
 
36
-
37
  class GMW {
38
  // hook everything up
39
  static function init() {
4
  Plugin URI: http://www.googlemapswidget.com/
5
  Description: Display a single-image super-fast loading Google map in a widget. A larger, full featured map is available on click in a lightbox.
6
  Author: Web factory Ltd
7
+ Version: 0.90
8
  Author URI: http://www.webfactoryltd.com/
9
 
10
  Copyright 2013 Web factory Ltd (email : info@webfactoryltd.com)
29
  }
30
 
31
 
32
+ define('GMW_VER', '0.90');
33
  require_once 'gmw-widget.php';
34
 
35
 
 
36
  class GMW {
37
  // hook everything up
38
  static function init() {
lang/google-maps-widget-de_DE.mo ADDED
Binary file
readme.txt CHANGED
@@ -6,7 +6,7 @@ License: GPLv2 or later
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Requires at least: 3.3
8
  Tested up to: 3.6.1
9
- Stable tag: 0.86
10
 
11
  Displays a single-image super-fast loading Google map in a widget. A larger map with all the usual features is available on click in a lightbox.
12
 
@@ -52,8 +52,9 @@ The plugin was voted on the <a href="http://themesplugins.com/Plugin-detail/goog
52
  * Swedish - Sofia Asklund
53
  * Spanish - Jesus Garica
54
  * Croatian - Gordan
55
- * German - coming soon
56
  * French - coming soon
 
57
 
58
  == Installation ==
59
 
@@ -77,6 +78,10 @@ Or if needed, upload manually;
77
 
78
  For just about anyone who needs a map on their site.
79
 
 
 
 
 
80
  = It's not working!!! Arrrrrrrrr =
81
 
82
  A more detailed help is coming soon. Till then check 2 things: does your theme have wp_footer() function call in the footer and if there are any jQuery errors on the site.
@@ -90,6 +95,11 @@ If you can figure it out open a thread in the support forums.
90
  4. Widget options - lightbox map
91
 
92
  == Changelog ==
 
 
 
 
 
93
  = 0.86 =
94
  * 2013/10/07
95
  * fixed a few strict standards errors; thanks Jay!
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Requires at least: 3.3
8
  Tested up to: 3.6.1
9
+ Stable tag: 0.90
10
 
11
  Displays a single-image super-fast loading Google map in a widget. A larger map with all the usual features is available on click in a lightbox.
12
 
52
  * Swedish - Sofia Asklund
53
  * Spanish - Jesus Garica
54
  * Croatian - Gordan
55
+ * German - Karimba
56
  * French - coming soon
57
+ * Chinese - coming soon
58
 
59
  == Installation ==
60
 
78
 
79
  For just about anyone who needs a map on their site.
80
 
81
+ = Thumbnail map works but lightbox won't open on click =
82
+
83
+ You most probably have Fancybox JS and CSS files included twice; once by the theme and second time by GMW plugin. Remove one instance of files. If that's not the case then you have a fatal JS error thats preventing execution of other JS code. Hit F12 in Firefox or Chrome and have a look at the debug console. If there are any red lines - it's a fatal error. Open a new thread in the support forums but please bear in mind that support is community based and we do this in our spare time.
84
+
85
  = It's not working!!! Arrrrrrrrr =
86
 
87
  A more detailed help is coming soon. Till then check 2 things: does your theme have wp_footer() function call in the footer and if there are any jQuery errors on the site.
95
  4. Widget options - lightbox map
96
 
97
  == Changelog ==
98
+ = 0.90 =
99
+ * 2013/10/14
100
+ * added German translation; thanks Karimba
101
+ * we reached 100k downloads ;)
102
+
103
  = 0.86 =
104
  * 2013/10/07
105
  * fixed a few strict standards errors; thanks Jay!