Version Description
- 2014/01/16
- added Dutch translation; thank you Arno!
Download this release
Release Info
Developer | WebFactory |
Plugin | Google Maps Widget – Ultimate Google Maps Plugin |
Version | 1.30 |
Comparing to | |
See all releases |
Code changes from version 1.26 to 1.30
- google-maps-widget.php +2 -2
- lang/google-maps-widget-nl_NL.mo +0 -0
- readme.txt +6 -1
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: 1.
|
8 |
Author URI: http://www.webfactoryltd.com/
|
9 |
|
10 |
Copyright 2013 - 2014 Web factory Ltd (email : info@webfactoryltd.com)
|
@@ -29,7 +29,7 @@ if (!function_exists('add_action')) {
|
|
29 |
}
|
30 |
|
31 |
|
32 |
-
define('GMW_VER', '1.
|
33 |
require_once 'gmw-widget.php';
|
34 |
|
35 |
|
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: 1.30
|
8 |
Author URI: http://www.webfactoryltd.com/
|
9 |
|
10 |
Copyright 2013 - 2014 Web factory Ltd (email : info@webfactoryltd.com)
|
29 |
}
|
30 |
|
31 |
|
32 |
+
define('GMW_VER', '1.30');
|
33 |
require_once 'gmw-widget.php';
|
34 |
|
35 |
|
lang/google-maps-widget-nl_NL.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.8
|
9 |
-
Stable tag: 1.
|
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 |
|
@@ -58,6 +58,7 @@ The plugin was voted on the <a href="http://themesplugins.com/Plugin-detail/goog
|
|
58 |
* French - Karimba
|
59 |
* Chinese simplified - Wyeoh
|
60 |
* Chinese traditional - Wyeoh
|
|
|
61 |
|
62 |
== Installation ==
|
63 |
|
@@ -98,6 +99,10 @@ If you can figure it out open a thread in the support forums.
|
|
98 |
4. Widget options - lightbox map
|
99 |
|
100 |
== Changelog ==
|
|
|
|
|
|
|
|
|
101 |
= 1.25 =
|
102 |
* 2014/01/03
|
103 |
* preparations for opt-in plugin usage tracking
|
6 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
7 |
Requires at least: 3.3
|
8 |
Tested up to: 3.8
|
9 |
+
Stable tag: 1.30
|
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 |
|
58 |
* French - Karimba
|
59 |
* Chinese simplified - Wyeoh
|
60 |
* Chinese traditional - Wyeoh
|
61 |
+
* Dutch - Arno
|
62 |
|
63 |
== Installation ==
|
64 |
|
99 |
4. Widget options - lightbox map
|
100 |
|
101 |
== Changelog ==
|
102 |
+
= 1.30 =
|
103 |
+
* 2014/01/16
|
104 |
+
* added Dutch translation; thank you Arno!
|
105 |
+
|
106 |
= 1.25 =
|
107 |
* 2014/01/03
|
108 |
* preparations for opt-in plugin usage tracking
|