Version Description
- 2013/11/04
- added Chinese traditional translation; thanks Wyeoh
Download this release
Release Info
Developer | WebFactory |
Plugin | Google Maps Widget – Ultimate Google Maps Plugin |
Version | 1.05 |
Comparing to | |
See all releases |
Code changes from version 1.0 to 1.05
- google-maps-widget.php +2 -2
- lang/google-maps-widget-zh_TW.mo +0 -0
- readme.txt +7 -3
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 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.05
|
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', '1.05');
|
33 |
require_once 'gmw-widget.php';
|
34 |
|
35 |
|
lang/google-maps-widget-zh_TW.mo
ADDED
Binary file
|
readme.txt
CHANGED
@@ -5,8 +5,8 @@ Tags: google maps, maps, gmaps, widget, lightbox, map, google map, fancybox, fan
|
|
5 |
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.7
|
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 |
|
@@ -55,7 +55,7 @@ The plugin was voted on the <a href="http://themesplugins.com/Plugin-detail/goog
|
|
55 |
* German - Karimba
|
56 |
* French - Karimba
|
57 |
* Chinese simplified - Wyeoh
|
58 |
-
* Chinese traditional -
|
59 |
|
60 |
== Installation ==
|
61 |
|
@@ -96,6 +96,10 @@ If you can figure it out open a thread in the support forums.
|
|
96 |
4. Widget options - lightbox map
|
97 |
|
98 |
== Changelog ==
|
|
|
|
|
|
|
|
|
99 |
= 1.0 =
|
100 |
* 2013/10/28
|
101 |
* WP 3.7 compatibility check
|
5 |
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.7.1
|
9 |
+
Stable tag: 1.05
|
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 |
|
55 |
* German - Karimba
|
56 |
* French - Karimba
|
57 |
* Chinese simplified - Wyeoh
|
58 |
+
* Chinese traditional - Wyeoh
|
59 |
|
60 |
== Installation ==
|
61 |
|
96 |
4. Widget options - lightbox map
|
97 |
|
98 |
== Changelog ==
|
99 |
+
= 1.05 =
|
100 |
+
* 2013/11/04
|
101 |
+
* added Chinese traditional translation; thanks Wyeoh
|
102 |
+
|
103 |
= 1.0 =
|
104 |
* 2013/10/28
|
105 |
* WP 3.7 compatibility check
|