Version Description
- 2013/10/28
- WP 3.7 compatibility check
- added Chinese simplified translation; thanks Wyeoh
Download this release
Release Info
Developer | WebFactory |
Plugin | Google Maps Widget – Ultimate Google Maps Plugin |
Version | 1.0 |
Comparing to | |
See all releases |
Code changes from version 0.95 to 1.0
- google-maps-widget.php +2 -2
- lang/google-maps-widget-zh_CN.mo +0 -0
- readme.txt +11 -5
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
|
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', '0
|
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.0
|
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.0');
|
33 |
require_once 'gmw-widget.php';
|
34 |
|
35 |
|
lang/google-maps-widget-zh_CN.mo
ADDED
Binary file
|
readme.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
=== Google Maps Widget ===
|
2 |
Contributors: WebFactory
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40webfactoryltd%2ecom&lc=US&item_name=Google%20Maps%20Widget&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest
|
4 |
-
Tags: google maps, maps, gmaps, widget, lightbox, map, google map, fancybox, fancybox2, multilingual, sidebar
|
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.
|
9 |
-
Stable tag: 0
|
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 |
|
@@ -46,7 +46,7 @@ http://www.youtube.com/watch?v=y1siX9ha7Pw&hd=1
|
|
46 |
|
47 |
The plugin was voted on the <a href="http://themesplugins.com/Plugin-detail/google-maps-widget-google-map-free-plugin-for-wordpress/" title="Top 100 WordPressian plugin">Top 100 List</a> by WordPressian.
|
48 |
|
49 |
-
**
|
50 |
|
51 |
* English - original :)
|
52 |
* Swedish - Sofia Asklund
|
@@ -54,7 +54,8 @@ The plugin was voted on the <a href="http://themesplugins.com/Plugin-detail/goog
|
|
54 |
* Croatian - Gordan
|
55 |
* German - Karimba
|
56 |
* French - Karimba
|
57 |
-
* Chinese -
|
|
|
58 |
|
59 |
== Installation ==
|
60 |
|
@@ -95,6 +96,11 @@ If you can figure it out open a thread in the support forums.
|
|
95 |
4. Widget options - lightbox map
|
96 |
|
97 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
98 |
= 0.95 =
|
99 |
* 2013/10/21
|
100 |
* added French translation; thanks Karimba
|
1 |
=== Google Maps Widget ===
|
2 |
Contributors: WebFactory
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40webfactoryltd%2ecom&lc=US&item_name=Google%20Maps%20Widget&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest
|
4 |
+
Tags: google maps, maps, gmaps, widget, lightbox, map, google map, fancybox, fancybox2, multilingual, sidebar, chinese
|
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.0
|
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 |
|
46 |
|
47 |
The plugin was voted on the <a href="http://themesplugins.com/Plugin-detail/google-maps-widget-google-map-free-plugin-for-wordpress/" title="Top 100 WordPressian plugin">Top 100 List</a> by WordPressian.
|
48 |
|
49 |
+
**Translators (thank you!)**
|
50 |
|
51 |
* English - original :)
|
52 |
* Swedish - Sofia Asklund
|
54 |
* Croatian - Gordan
|
55 |
* German - Karimba
|
56 |
* French - Karimba
|
57 |
+
* Chinese simplified - Wyeoh
|
58 |
+
* Chinese traditional - coming soon
|
59 |
|
60 |
== Installation ==
|
61 |
|
96 |
4. Widget options - lightbox map
|
97 |
|
98 |
== Changelog ==
|
99 |
+
= 1.0 =
|
100 |
+
* 2013/10/28
|
101 |
+
* WP 3.7 compatibility check
|
102 |
+
* added Chinese simplified translation; thanks Wyeoh
|
103 |
+
|
104 |
= 0.95 =
|
105 |
* 2013/10/21
|
106 |
* added French translation; thanks Karimba
|